From seki@nile.sysrap.cs.fujitsu.co.jp  Thu Oct  2 19:18:19 1997
Received: from fgwmail.fujitsu.co.jp (fgwmail.fujitsu.co.jp [164.71.1.133])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA09570
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 2 Oct 1997 19:18:08 -0700 (PDT)
Received: from fdmmail.fujitsu.co.jp by fgwmail.fujitsu.co.jp (8.8.7+2.7Wbeta6/3.6Wbeta6-MX970929-Fujitsu Mail Gateway)
	id LAA14977; Fri, 3 Oct 1997 11:17:30 +0900 (JST)
Received: from nile.sysrap.cs.fujitsu.co.jp by fdmmail.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.5Wpl3-971001-Fujitsu Domain Mail Master)
	id LAA11487; Fri, 3 Oct 1997 11:16:58 +0900 (JST)
Received: (from seki@localhost) by nile.sysrap.cs.fujitsu.co.jp (8.8.5/8.7.3) id LAA13556; Fri, 3 Oct 1997 11:16:58 +0900 (JST)
Message-Id: <199710030216.LAA13556@nile.sysrap.cs.fujitsu.co.jp>
Date: Fri, 3 Oct 1997 11:16:58 +0900 (JST)
From: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
Reply-To: seki@sysrap.cs.fujitsu.co.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Typo in man page example
X-Send-Pr-Version: 3.2

>Number:         4681
>Category:       docs
>Synopsis:       The man page (1) example has a typo.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct  2 19:20:01 PDT 1997
>Closed-Date:    Thu Oct 2 20:34:25 PDT 1997
>Last-Modified:  Thu Oct  2 20:34:37 PDT 1997
>Originator:     Masahiro Sekiguchi
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
Fujitsu Limited
>Environment:

	FreeBSD 2.2.2R

>Description:

	The man page (1) example (/usr/share/examples/mdoc/example.1) has
	a typo in it.  It says:

	DIAGNOSTICS
	     Exist status is 0 on success, and 1 if the command fails

	but the first term must be "Exit status."

>How-To-Repeat:

	groff -mandoc -Tascii /usr/share/examples/mdoc/examples.1

>Fix:
	
	Apply the following patch.
	(Or, just remove an "s" with an editor...)

--- example.1.orig	Fri Oct  3 11:03:00 1997
+++ example.1	Fri Oct  3 11:04:04 1997
@@ -120,7 +120,7 @@
 .St -ansiC ,
 it should be noted here.
 .Sh DIAGNOSTICS
-Exist status is 0 on success, and 1 if the command
+Exit status is 0 on success, and 1 if the command
 fails for one of the following reasons
 .Bl -diag
 .It example error message
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Thu Oct 2 20:34:25 PDT 1997 
State-Changed-Why:  
Fixed, thanks! 
>Unformatted:
