Date: Sat, 10 Apr 1999 19:58:20 +0700 (NSS) From: nnd@mail.nsk.ru To: FreeBSD-gnats-submit@freebsd.org Subject: bin/11056: /usr/sbin/config's SYNOPSIS and usage correction Message-ID: <199904101258.TAA02807@nnd.itfs.nsk.su>
index | next in thread | raw e-mail
>Number: 11056
>Category: bin
>Synopsis: /usr/sbin/config's SYNOPSIS and usage correction
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 10 06:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator: Nickolay N. Dudorov
>Release: FreeBSD 4.0-CURRENT i386
>Organization:
STE Infoteka
>Environment:
FreeBSD 4.0-CURRENT i386
>Description:
/usr/sbin/config have a new 's' flag, but it's 'usage'
and 'SYNOPSIS' does'nt show this flag (whereas the flag
themself is described in man page).
>How-To-Repeat:
man config
or
config -h
>Fix:
Applay the next patch in /usr/src directory:
diff -ru usr.sbin/config.OLD/config.8 usr.sbin/config/config.8
--- usr.sbin/config.OLD/config.8 Fri Apr 9 20:55:25 1999
+++ usr.sbin/config/config.8 Sat Apr 10 19:40:10 1999
@@ -39,7 +39,7 @@
.Nd build system configuration files
.Sh SYNOPSIS
.Nm config
-.Op Fl gpr
+.Op Fl gprs
.Ar SYSTEM_NAME
.Sh DESCRIPTION
This is the old version of the
diff -ru usr.sbin/config.OLD/main.c usr.sbin/config/main.c
--- usr.sbin/config.OLD/main.c Fri Apr 9 20:55:26 1999
+++ usr.sbin/config/main.c Sat Apr 10 19:40:34 1999
@@ -224,7 +224,7 @@
static void
usage()
{
- fprintf(stderr, "usage: config [-gpr] sysname\n");
+ fprintf(stderr, "usage: config [-gprs] sysname\n");
exit(1);
}
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904101258.TAA02807>
