aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/fail.9
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-03-12 10:01:06 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-03-12 10:01:06 +0000
commit63d46d1d5e917088f08cafa7f9b328073417d7e7 (patch)
tree19e97d3d146d965075d184a33b4998b1d300ee97 /share/man/man9/fail.9
parent9b03990a13b1d8207e59dde00e03432fbf20c768 (diff)
downloadsrc-63d46d1d5e917088f08cafa7f9b328073417d7e7.tar.gz
src-63d46d1d5e917088f08cafa7f9b328073417d7e7.zip
Fix several typos in macros or macro misusage.
Found by: make manlint Reviewed by: ru Approved by: philip (mentor)
Notes
Notes: svn path=/head/; revision=205076
Diffstat (limited to 'share/man/man9/fail.9')
-rw-r--r--share/man/man9/fail.95
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/fail.9 b/share/man/man9/fail.9
index ce43346b7a14..81292f58db79 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