Change a little to match what appears to be the right way of specifying an argument

(from looking at other man pages)

MFC after:	1 week
Sponsored by:	 Panzura inc
This commit is contained in:
Julian Elischer 2016-03-18 09:17:54 +00:00
parent 6f814d0ec1
commit b89281ab2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297015

View File

@ -57,7 +57,9 @@ A pointer to an
which saves the offset in
.Vt "struct sysent"
where the syscall is allocated.
If the location pointed to by offset holds a non 0 number it will be used if possible.
If the location pointed to by
.Fa offset
holds a non 0 number it will be used if possible.
If it holds 0 then one will be assigned.
.It Fa new_sysent
is a pointer to a structure that specifies the function implementing