diff options
author | chris <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-06-23 05:05:44 +0000 |
commit | a6d911fe4ec44bd192bc844817123acbfbb79fd8 (patch) | |
tree | 8888b98b7734fc74018a7258777e65e84b9969da /lib/libc/sys/fcntl.2 | |
parent | 884ed8fd45a157d537285e599ff01a509ff189b8 (diff) | |
download | FreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.zip FreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.tar.gz |
Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:
``.Ar errno'' -> ``.Va errno''
``.Nm ops'' -> ``.Fa ops''
``.Va fd'' -> ``.Fa fd''
Diffstat (limited to 'lib/libc/sys/fcntl.2')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index 7e6b31d..0747740 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -355,13 +355,13 @@ syscall is assembled to and .Fn fcntl is implemented as a function which disables thread rescheduling, locks -.Va fd +.Fa fd for read and write, then calls .Fn _thread_sys_fcntl . Before returning, .Fn fcntl unlocks -.Va fd +.Fa fd and enables thread rescheduling. .Sh RETURN VALUES Upon successful completion, the value returned depends on |