Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2001 12:58:21 -0700 (PDT)
From:      SUZUKI Koichi <koich@cac.co.jp>
To:        freebsd-gnats-submit@freebsd.org
Subject:   docs/30437: .Ex related update proposal in compress.1, hexdump.1 and rtsold.8
Message-ID:  <200109081958.f88JwLB42244@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 13:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109081958.f88JwLB42244>