docs/135520: typos in fail.9
n-kogane at syd.odn.ne.jp
n-kogane at syd.odn.ne.jp
Fri Jun 12 21:00:08 UTC 2009
>Number: 135520
>Category: docs
>Synopsis: typos in fail.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 12 21:00:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Nobuyuki Koganemaru
>Release: FreeBSD 8.0-CURRENT i386
>Organization:
KOGANEMARU Computer Engineering Service Corporation.
>Environment:
System: FreeBSD kcesx35.koganemaru.co.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Fri May 29 23:21:44 JST 2009 root at kcesx35.koganemaru.co.jp:/usr/obj/usr/src/sys/GENERIC i386
>Description:
I found some typos in fail.9.
.\" $FreeBSD: src/share/man/man9/fail.9,v 1.2 2009/05/28 15:02:52 zml Exp $
'execute' ... is not displayed.
>How-To-Repeat:
Do "man 9 fail".
>Fix:
--- fail.9.orig 2009-06-13 05:01:27.000000000 +0900
+++ fail.9 2009-06-13 05:02:05.000000000 +0900
@@ -37,7 +37,7 @@
.Nm KFAIL_POINT_GOTO ,
.Nm fail_point ,
.Nm DEBUG_FP
-.
+.\"
.Nd fail points
.Sh SYNOPSIS
.In sys/fail.h
@@ -159,7 +159,7 @@
.Pp
The operator -> can be used to express cascading terms.
If you specify <term1>-><term2>, it means that if <term1> doesn't
-'execute', <term2> is evaluated.
+\&'execute', <term2> is evaluated.
For the purpose of this operator, the return() and print() operators
are the only types that cascade.
A return() term only cascades if the code executes, and a print()
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list