summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-05-10 19:04:06 +0000
committerhoek <hoek@FreeBSD.org>1998-05-10 19:04:06 +0000
commit0a7127e1cb6b6529c6403e04d4fcba1b120bc450 (patch)
treece8e166a574703e2d7dd7a0e8a8c3d31ff7dd32c /usr.sbin/newsyslog
parentff2ed8473c160dd743558c41a1ec2d0b28cf26db (diff)
downloadFreeBSD-src-0a7127e1cb6b6529c6403e04d4fcba1b120bc450.zip
FreeBSD-src-0a7127e1cb6b6529c6403e04d4fcba1b120bc450.tar.gz
Arg! Someone fixed the synopsis in -stable's newsyslog.8, but not
in -current. However, they fixed both the ordering and the missing -F flag. Merge from 22 and fix ordering here, too.
Diffstat (limited to 'usr.sbin/newsyslog')
-rw-r--r--usr.sbin/newsyslog/newsyslog.84
-rw-r--r--usr.sbin/newsyslog/newsyslog.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8
index 808e08d..a97f968 100644
--- a/usr.sbin/newsyslog/newsyslog.8
+++ b/usr.sbin/newsyslog/newsyslog.8
@@ -1,7 +1,7 @@
.\" This file contains changes from the Open Software Foundation.
.\"
.\" from: @(#)newsyslog.8
-.\" $Id: newsyslog.8,v 1.11 1998/03/23 08:25:29 charnier Exp $
+.\" $Id: newsyslog.8,v 1.12 1998/05/10 18:41:16 hoek Exp $
.\"
.\" Copyright 1988, 1989 by the Massachusetts Institute of Technology
.\"
@@ -25,7 +25,7 @@
.Nd maintain system log files to manageable sizes
.Sh SYNOPSIS
.Nm newsyslog
-.Op Fl rnvF
+.Op Fl Fnrv
.Op Fl f Ar config_file
.Sh DESCRIPTION
.Nm Newsyslog
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index d3a2443..ef895e1 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -27,7 +27,7 @@ provided "as is" without express or implied warranty.
#ifndef lint
static const char rcsid[] =
- "$Id: newsyslog.c,v 1.16 1998/03/14 22:28:25 pst Exp $";
+ "$Id: newsyslog.c,v 1.17 1998/05/10 18:47:50 hoek Exp $";
#endif /* not lint */
#ifndef CONF
@@ -226,7 +226,7 @@ static void PRS(argc,argv)
static void usage()
{
- fprintf(stderr, "usage: newsyslog [-nrvF] [-f config-file]\n");
+ fprintf(stderr, "usage: newsyslog [-Fnrv] [-f config-file]\n");
exit(1);
}
OpenPOWER on IntegriCloud