From a91bf03696a25f106fee4516931b8ed90a2f4547 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 18 Mar 2016 09:17:54 +0000 Subject: 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 --- share/man/man9/SYSCALL_MODULE.9 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9 index 8a94a59..8fc92aa 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 -- cgit v1.1