From nobody@FreeBSD.org  Sat Sep  8 12:58:21 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 22CEA37B408
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  8 Sep 2001 12:58:21 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f88JwLB42244;
	Sat, 8 Sep 2001 12:58:21 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109081958.f88JwLB42244@freefall.freebsd.org>
Date: Sat, 8 Sep 2001 12:58:21 -0700 (PDT)
From: SUZUKI Koichi <koich@cac.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: .Ex related update proposal in compress.1, hexdump.1 and rtsold.8
X-Send-Pr-Version: www-1.0

>Number:         30437
>Category:       docs
>Synopsis:       .Ex related update proposal in compress.1, hexdump.1 and rtsold.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 13:00:01 PDT 2001
>Closed-Date:    Tue Sep 11 05:44:17 PDT 2001
>Last-Modified:  Tue Sep 11 05:47:04 PDT 2001
>Originator:     SUZUKI Koichi
>Release:        FreeBSD 4.4-RC-20010907-JPSNAP
>Organization:
FreeBSD Japanese Manual Translation Project
>Environment:
>Description:
In manpages, the DIAGNOSTICS section of some commands
  which have other name(s) are as follows,

--- basename.1 ---
    :
.Sh DIAGNOSTICS
.Ex -std basename dirname
    :
---

But compress.1, hexdump.1 and rtsold,8 have only ".Ex -std" line.
I think these manpages should be updated.

>How-To-Repeat:

>Fix:
diff -u orig/compress.1 new/compress.1
--- orig/compress.1     Sat Sep  8 12:46:15 2001
+++ new/compress.1      Sat Sep  8 12:50:19 2001
@@ -153,7 +153,7 @@
 coding (as used in the historical command compact), and takes less
 time to compute.
 .Sh DIAGNOSTICS
-.Ex -std
+.Ex -std compress uncompress zcat
 .Sh SEE ALSO
 .Rs
 .%A Welch, Terry A.
diff -u orig/hexdump.1 new/hexdump.1
--- orig/hexdump.1      Sat Sep  8 12:46:15 2001
+++ new/hexdump.1       Sat Sep  8 12:50:29 2001
@@ -331,7 +331,7 @@
 .Fl x
 option.
 .Sh DIAGNOSTICS
-.Ex -std
+.Ex -std hexdump hd
 .Sh EXAMPLES
 Display the input in perusal format:
 .Bd -literal -offset indent
diff -u orig/rtsold.8 new/rtsold.8
--- orig/rtsold.8       Sat Sep  8 12:48:02 2001
+++ new/rtsold.8        Sat Sep  8 12:50:38 2001
@@ -176,7 +176,7 @@
 then exit.
 .El
 .Sh DIAGNOSTICS
-.Ex -std
+.Ex -std rtsold rtsol
 .\"
 .Sh FILES
 .Bl -tag -width /var/run/rtsold.dump -compact

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Tue Sep 11 05:44:17 PDT 2001 
State-Changed-Why:  
Applied to 5.0-CURRENT, thanks! 


Responsible-Changed-From-To: freebsd-doc->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Tue Sep 11 05:44:17 PDT 2001 
Responsible-Changed-Why:  
Will MFC after the code freeze is over. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30437 
>Unformatted:
