aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/getdirentries.2
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
committerChris Costello <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
commitbb33e42207f96329d22cc640a12e8b693be36a81 (patch)
treefa4c79e21a165b0f93bbd1c7b1ccc1c6a6518259 /lib/libc/sys/getdirentries.2
parente466c075263ea1e469cec7b662c7563e27877acf (diff)
downloadsrc-bb33e42207f96329d22cc640a12e8b693be36a81.tar.gz
src-bb33e42207f96329d22cc640a12e8b693be36a81.zip
Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:
``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
Notes
Notes: svn path=/head/; revision=61988
Diffstat (limited to 'lib/libc/sys/getdirentries.2')
-rw-r--r--lib/libc/sys/getdirentries.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index f00bf945abb8..4dab8a65f871 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -155,13 +155,13 @@ syscall is assembled to
and
.Fn getdirentries
is implemented as a function which locks
-.Va fd
+.Fa fd
for read and write, then calls
.Fn _thread_sys_getdirentries .
Before returning,
.Fn getdirentries
unlocks
-.Va fd .
+.Fa fd .
.Sh RETURN VALUES
If successful, the number of bytes actually transferred is returned.
Otherwise, -1 is returned and the global variable