From owner-cvs-all Sun Oct 29 4: 3:29 2000 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 004C037B479; Sun, 29 Oct 2000 04:03:19 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id XAA25540; Sun, 29 Oct 2000 23:03:16 +1100 Date: Sun, 29 Oct 2000 23:03:03 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <200010281002.DAA06566@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 28 Oct 2000, Alexander Langer wrote: > alex 2000/10/28 03:02:23 PDT > > Modified files: > share/man/man9 style.9 > Log: > Use EX_USAGE in an example, as the SAME manual page describes a > few lines higher. > > PR: 22371 > Submitted by: andrew@ugh.net.au > > Revision Changes Path > 1.38 +2 -2 src/share/man/man9/style.9 The bug was "a few lines higher" IMO. Using is not normal BSD style. In 4.4BSD-Lite2, it is only used in the following places: 4.4BSD-Lite2/usr/src/bin/rmail/rmail.c 4.4BSD-Lite2/usr/src/contrib/bind-4.9.2/contrib/host/host.c 4.4BSD-Lite2/usr/src/contrib/kermit-5A.188/ckustr.c 4.4BSD-Lite2/usr/src/contrib/rcs-V5.6/src/rcs.c 4.4BSD-Lite2/usr/src/contrib/sun.sharedlib/lang/rtld/check_stack.c 4.4BSD-Lite2/usr/src/contrib/sun.sharedlib/lang/rtld/rtld.c 4.4BSD-Lite2/usr/src/contrib/mh-6.8.3a/miscellany/sendmail/spooler.c 4.4BSD-Lite2/usr/src/contrib/mh-6.8.3a/uip/sbboards.c 4.4BSD-Lite2/usr/src/contrib/mh-6.8.3a/uip/spop.c 4.4BSD-Lite2/usr/src/libexec/mail.local/mail.local.c 4.4BSD-Lite2/usr/src/usr.bin/sccs/sccs.c I.e., it is only used in mail programs, bind, kermit, rcs, sun.sharedlib and sccs. This has been fixed in the current versions of bind and rcs. In the -current contrib, only sendmail uses . Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message