svn commit: r221575 - stable/8/share/man/man9

Glen Barber gjb at FreeBSD.org
Sat May 7 03:09:16 UTC 2011


Author: gjb (doc committer)
Date: Sat May  7 03:09:16 2011
New Revision: 221575
URL: http://svn.freebsd.org/changeset/base/221575

Log:
  MFC 205076 [1]:
  
  manlint fixes.
  
  Reported by:	manlint
  Obtained from:	uqs [1]

Modified:
  stable/8/share/man/man9/fail.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/fail.9
==============================================================================
--- stable/8/share/man/man9/fail.9	Sat May  7 02:59:24 2011	(r221574)
+++ stable/8/share/man/man9/fail.9	Sat May  7 03:09:16 2011	(r221575)
@@ -84,7 +84,7 @@ below.
 The remaining
 .Fn KFAIL_POINT_*
 macros are wrappers around common error injection paths:
-.Bl -tag -width 8
+.Bl -inset
 .It Fn KFAIL_POINT_RETURN parent name
 is the equivalent of
 .Sy KFAIL_POINT_CODE(..., return RETURN_VALUE)
@@ -96,8 +96,7 @@ is the equivalent of
 .Sy KFAIL_POINT_CODE(..., error_var = RETURN_VALUE)
 .It Fn KFAIL_POINT_GOTO parent name error_var label
 is the equivalent of
-.Sy KFAIL_POINT_CODE(...,
-  { error_var = RETURN_VALUE; goto label;})
+.Sy KFAIL_POINT_CODE(..., { error_var = RETURN_VALUE; goto label;})
 .El
 .Sh SYSCTL VARIABLES
 The


More information about the svn-src-all mailing list