aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/stat.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
commitc23155a43a8fbd8404b4d7bca71c292e92fb4870 (patch)
tree1e83673f6c987353d3d25ac9281b995305207cdd /lib/libc/sys/stat.2
parentb4f0f4aa81e55069576ee63fdbc80fa9c8f9cdbb (diff)
downloadsrc-c23155a43a8fbd8404b4d7bca71c292e92fb4870.tar.gz
src-c23155a43a8fbd8404b4d7bca71c292e92fb4870.zip
mdoc(7) police: Er macro usage cleanup.
Notes
Notes: svn path=/head/; revision=69051
Diffstat (limited to 'lib/libc/sys/stat.2')
-rw-r--r--lib/libc/sys/stat.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index ef3a858958da..e611913cc4c9 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -233,7 +233,7 @@ Search permission is denied for a component of the path prefix.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EFAULT
-.Fa Sb
+.Fa sb
or
.Em name
points to an invalid address.
@@ -241,14 +241,14 @@ points to an invalid address.
An I/O error occurred while reading from or writing to the file system.
.El
.Pp
-.Bl -tag -width [EFAULT]
+.Bl -tag -width Er
.Fn Fstat
will fail if:
.It Bq Er EBADF
.Fa fd
is not a valid open file descriptor.
.It Bq Er EFAULT
-.Fa Sb
+.Fa sb
points to an invalid address.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.