From 8f141f1a1390adac9394a01f23c3e2f6882a2799 Mon Sep 17 00:00:00 2001 From: uqs Date: Fri, 12 Mar 2010 10:01:06 +0000 Subject: Fix several typos in macros or macro misusage. Found by: make manlint Reviewed by: ru Approved by: philip (mentor) --- share/man/man9/fail.9 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'share/man/man9') diff --git a/share/man/man9/fail.9 b/share/man/man9/fail.9 index ce43346..81292f5 100644 --- a/share/man/man9/fail.9 +++ b/share/man/man9/fail.9 @@ -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 -- cgit v1.1