summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getfh.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
committerru <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
commitbdc5340b39fbc40a64feadf0d2fd65beca35a320 (patch)
tree4a0b074ae28c1e44296bda8760d05dd25bd2ddfa /lib/libc/sys/getfh.2
parentc3abc432d868b9b1370e4d575ff6839e27d887ef (diff)
downloadFreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.zip
FreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.tar.gz
mdoc(7) police: Er macro usage cleanup.
Diffstat (limited to 'lib/libc/sys/getfh.2')
-rw-r--r--lib/libc/sys/getfh.214
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2
index d3f7888..d0ec2ed 100644
--- a/lib/libc/sys/getfh.2
+++ b/lib/libc/sys/getfh.2
@@ -60,31 +60,31 @@ is set to indicate the error.
.Fn Getfh
fails if one or more of the following are true:
.Bl -tag -width Er
-.It Bq ENOTDIR
+.It Bq Er ENOTDIR
A component of the path prefix of
.Fa path
is not a directory.
-.It Bq ENAMETOOLONG
+.It Bq Er ENAMETOOLONG
The length of a component of
.Fa path
exceeds 255 characters,
or the length of
.Fa path
exceeds 1023 characters.
-.It Bq ENOENT
+.It Bq Er ENOENT
The file referred to by
.Fa path
does not exist.
-.It Bq EACCES
+.It Bq Er EACCES
Search permission is denied for a component of the path prefix of
.Fa path .
-.It Bq ELOOP
+.It Bq Er ELOOP
Too many symbolic links were encountered in translating
.Fa path .
-.It Bq EFAULT
+.It Bq Er EFAULT
.Fa Fhp
points to an invalid address.
-.It Bq EIO
+.It Bq Er EIO
An
.Tn I/O
error occurred while reading from or writing to the file system.
OpenPOWER on IntegriCloud