aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/SYSCALL_MODULE.9
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2016-03-18 09:17:54 +0000
committerJulian Elischer <julian@FreeBSD.org>2016-03-18 09:17:54 +0000
commitb89281ab2ae09cc06c0663c04cf93f3ef3417456 (patch)
tree1ae9edd075032c75bf7e744e0bb724b5e390add1 /share/man/man9/SYSCALL_MODULE.9
parent6f814d0ec1a6880063a8bd58e99069057ada1168 (diff)
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
Notes
Notes: svn path=/head/; revision=297015
Diffstat (limited to 'share/man/man9/SYSCALL_MODULE.9')
-rw-r--r--share/man/man9/SYSCALL_MODULE.94
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9
index 8a94a596e2b3..8fc92aada530 100644
--- a/share/man/man9/SYSCALL_MODULE.9
+++ b/share/man/man9/SYSCALL_MODULE.9
@@ -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