Replace .Va references to function arguments to .Fa references.

This commit is contained in:
Chris Costello 2000-06-23 03:43:34 +00:00
parent f3e285ba7d
commit dca3f6825f

View File

@ -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