svn commit: r309396 - stable/10/share/man/man9

Julian Elischer julian at FreeBSD.org
Fri Dec 2 06:27:55 UTC 2016


Author: julian
Date: Fri Dec  2 06:27:54 2016
New Revision: 309396
URL: https://svnweb.freebsd.org/changeset/base/309396

Log:
  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

Modified:
  stable/10/share/man/man9/SYSCALL_MODULE.9
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/SYSCALL_MODULE.9
==============================================================================
--- stable/10/share/man/man9/SYSCALL_MODULE.9	Fri Dec  2 06:27:14 2016	(r309395)
+++ stable/10/share/man/man9/SYSCALL_MODULE.9	Fri Dec  2 06:27:54 2016	(r309396)
@@ -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


More information about the svn-src-all mailing list