Replace .Va references to function arguments to .Fa references.
This commit is contained in:
parent
f3e285ba7d
commit
dca3f6825f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user