Date: Fri, 18 Mar 2016 09:17:54 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r297015 - head/share/man/man9 Message-ID: <201603180917.u2I9HsOL069002@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: julian Date: Fri Mar 18 09:17:54 2016 New Revision: 297015 URL: https://svnweb.freebsd.org/changeset/base/297015 Log: 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 Modified: head/share/man/man9/SYSCALL_MODULE.9 Modified: head/share/man/man9/SYSCALL_MODULE.9 ============================================================================== --- head/share/man/man9/SYSCALL_MODULE.9 Fri Mar 18 09:03:00 2016 (r297014) +++ head/share/man/man9/SYSCALL_MODULE.9 Fri Mar 18 09:17:54 2016 (r297015) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603180917.u2I9HsOL069002>