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

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

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

Modified: stable/7/share/man/man9/fail.9
==============================================================================
--- stable/7/share/man/man9/fail.9      Sat May  7 03:49:07 2011        
(r221577)
+++ stable/7/share/man/man9/fail.9      Sat May  7 03:58:27 2011        
(r221578)
@@ -85,7 +85,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)
@@ -97,8 +97,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
 .Pp
 .Sh SYSCTL VARIABLES
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to