summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/accept.2
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-06-23 03:43:34 +0000
committerchris <chris@FreeBSD.org>2000-06-23 03:43:34 +0000
commitc9d874730498d422882afbb6ac38a2598b2e1a13 (patch)
treef023b43d8b5d22a4fdf1f028030604d6c2f386a5 /lib/libc/sys/accept.2
parent567e3fdcca0faa8172592279ac0456abbbcefc73 (diff)
downloadFreeBSD-src-c9d874730498d422882afbb6ac38a2598b2e1a13.zip
FreeBSD-src-c9d874730498d422882afbb6ac38a2598b2e1a13.tar.gz
Replace .Va references to function arguments to .Fa references.
Diffstat (limited to 'lib/libc/sys/accept.2')
-rw-r--r--lib/libc/sys/accept.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 645a07b..d03db71 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -147,7 +147,7 @@ syscall is assembled to
and
.Fn accept
is implemented as a function which locks
-.Va s
+.Fa s
for read and write, then calls
.Fn _thread_sys_accept .
If the call to
@@ -156,7 +156,7 @@ would block, a context switch is performed.
Before returning,
.Fn accept
unlocks
-.Va s .
+.Fa s .
.Pp
.Sh RETURN VALUES
The call returns \-1 on error. If it succeeds, it returns a non-negative
OpenPOWER on IntegriCloud