summaryrefslogtreecommitdiffstats
path: root/share/man/man4/mem.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
committerru <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
commite75ab20d6b4eaec58e390123387f0d0ef2f9f360 (patch)
tree064a66603b9a3557325a005737c8a7027ea73713 /share/man/man4/mem.4
parentbdc5340b39fbc40a64feadf0d2fd65beca35a320 (diff)
downloadFreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.zip
FreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.tar.gz
mdoc(7) police: Er macro usage cleanup.
Diffstat (limited to 'share/man/man4/mem.4')
-rw-r--r--share/man/man4/mem.416
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/mem.4 b/share/man/man4/mem.4
index be34199..064cc69 100644
--- a/share/man/man4/mem.4
+++ b/share/man/man4/mem.4
@@ -154,24 +154,24 @@ should be set to MEMRANGE_SET_UPDATE to update an existing
or establish a new range, or to MEMRANGE_SET_REMOVE to remove a range.
.Pp
.Sh RETURN VALUES
-.Bl -tag -width 10
-.It EOPNOTSUPP
+.Bl -tag -width Er
+.It Bq Er EOPNOTSUPP
Memory range operations are not supported on this architecture.
-.It ENXIO
+.It Bq Er ENXIO
No memory range descriptors are available (eg. firmware has not enabled
any).
-.It EINVAL
+.It Bq Er EINVAL
The memory range supplied as an argument is invalid or overlaps another
range in a fashion not supported by this architecture.
-.It EBUSY
+.It Bq Er EBUSY
An attempt to remove or update a range failed because the range is busy.
-.It ENOSPC
+.It Bq Er ENOSPC
An attempt to create a new range failed due to a shortage of hardware
resources (eg. descriptor slots).
-.It ENOENT
+.It Bq Er ENOENT
An attempt to remove a range failed because no range matches the descriptor
base/length supplued.
-.It EPERM
+.It Bq Er EPERM
An attempt to remove a range failed because the range is permanently
enabled.
.El
OpenPOWER on IntegriCloud