aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/mem.4
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 18:29:24 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 18:29:24 +0000
commit5203edcdc553fda6caa1da8826a89b1a02dad1bf (patch)
tree5526e5113f4e9589bb734483867453b89a7ca4e6 /share/man/man4/mem.4
parentb5243429417437665b6b4e7b982513985282becf (diff)
downloadsrc-5203edcdc553fda6caa1da8826a89b1a02dad1bf.tar.gz
src-5203edcdc553fda6caa1da8826a89b1a02dad1bf.zip
Mechanically kill hard sentence breaks and double whitespaces.
Notes
Notes: svn path=/head/; revision=131530
Diffstat (limited to 'share/man/man4/mem.4')
-rw-r--r--share/man/man4/mem.47
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/mem.4 b/share/man/man4/mem.4
index 61540feffecc..dc3514dc00a7 100644
--- a/share/man/man4/mem.4
+++ b/share/man/man4/mem.4
@@ -148,7 +148,8 @@ or the maximum, whichever is less.
.Pp
The
.Dv MEMRANGE_SET
-ioctl is used to add, alter and remove memory range attributes. A range
+ioctl is used to add, alter and remove memory range attributes.
+A range
with the
.Dv MDF_FIXACTIVE
flag may not be removed; a range with the
@@ -166,7 +167,7 @@ to remove a range.
.It Bq Er EOPNOTSUPP
Memory range operations are not supported on this architecture.
.It Bq Er ENXIO
-No memory range descriptors are available (eg. firmware has not enabled
+No memory range descriptors are available (e.g.\& firmware has not enabled
any).
.It Bq Er EINVAL
The memory range supplied as an argument is invalid or overlaps another
@@ -175,7 +176,7 @@ range in a fashion not supported by this architecture.
An attempt to remove or update a range failed because the range is busy.
.It Bq Er ENOSPC
An attempt to create a new range failed due to a shortage of hardware
-resources (eg. descriptor slots).
+resources (e.g.\& descriptor slots).
.It Bq Er ENOENT
An attempt to remove a range failed because no range matches the descriptor
base/length supplied.