Date: Wed, 11 Mar 1998 01:17:15 +0900 From: k-horik@yk.rim.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/5968: In SYNOPSIS, second `.Nm' should be `.Nm rdist' Message-ID: <19980311011715Q.k-horik@yk.rim.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 5968 >Category: docs >Synopsis: In SYNOPSIS, second `.Nm' should be `.Nm rdist' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 10 08:20:01 PST 1998 >Last-Modified: >Originator: Kazuo Horikawa >Organization: personal user >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: src/usr.bin/rdist/rdist.1 revision 1.3.2.4 (revision 1.8 is OK) >Description: In SYNOPSIS section, simple `.Nm' does not cause break. It should be `.Nm rdist'. See RCS log of revision 1.8. But rdist.1 (revision 1.3.2.4) is: .Sh SYNOPSIS .Nm .Op Fl nqbRhivwy .Op Fl P Ar rshcmd .Op Fl f Ar distfile .Op Fl d Ar var=value .Op Fl m Ar host .Op Ar name ... .Nm .Op Fl nqbRhivwy .Op Fl P Ar rshcmd .Fl c .Ar name ... .Oo login@ Oc Ns Ar host Ns Op :dest And, man rdist shows: SYNOPSIS rdist [-nqbRhivwy] [-P rshcmd] [-f distfile] [-d var=value] [-m host] [name ...] rdist [-nqbRhivwy] [-P rshcmd] -c name ... [login@]host[:dest] >How-To-Repeat: man rdist >Fix: Apply following patch to src/usr.bin/rdist/rdist.1 revision 1.3.2.4. --- rdist.1.orig Wed Mar 11 00:30:40 1998 +++ rdist.1 Wed Mar 11 01:08:37 1998 @@ -45,7 +45,7 @@ .Op Fl d Ar var=value .Op Fl m Ar host .Op Ar name ... -.Nm +.Nm rdist .Op Fl nqbRhivwy .Op Fl P Ar rshcmd .Fl c >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980311011715Q.k-horik>