summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2016-12-02 06:27:54 +0000
committerjulian <julian@FreeBSD.org>2016-12-02 06:27:54 +0000
commitef97faaeca33de9035e50691cf976b2c9f057106 (patch)
tree2bd8b6bec906fe0c86c3638110eb4e8d993de0e9
parente97cd1e272f9d4ccd24b2efefa6c93a62a72f615 (diff)
downloadFreeBSD-src-ef97faaeca33de9035e50691cf976b2c9f057106.zip
FreeBSD-src-ef97faaeca33de9035e50691cf976b2c9f057106.tar.gz
MFH: r297015
Change a little to match what appears to be the right way of specifying an argument (from looking at other man pages) Sponsored by: Panzura inc
-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 00eb42b..1d01280 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
OpenPOWER on IntegriCloud