diff options
author | gad <gad@FreeBSD.org> | 2003-04-23 21:26:12 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2003-04-23 21:26:12 +0000 |
commit | 89702db8fc31b7c5f4d8f4489268abaa95cbeb52 (patch) | |
tree | c655632231ba8e831ea959bd0731fb1a41ab64fc /usr.sbin/newsyslog | |
parent | 7a7d4061363e642b99e4cdb2279fe3ba539e8165 (diff) | |
download | FreeBSD-src-89702db8fc31b7c5f4d8f4489268abaa95cbeb52.zip FreeBSD-src-89702db8fc31b7c5f4d8f4489268abaa95cbeb52.tar.gz |
Document support for the <default> entry, which was implemented in
revision 1.50 of newsyslog.c , back in February. I intend to MFC
those changes soon.
MFC after: 4 days
Diffstat (limited to 'usr.sbin/newsyslog')
-rw-r--r-- | usr.sbin/newsyslog/newsyslog.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index f59ec0f..725376f 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -17,7 +17,7 @@ .\" the suitability of this software for any purpose. It is .\" provided "as is" without express or implied warranty. .\" -.Dd April 4, 2000 +.Dd February 23, 2003 .Dt NEWSYSLOG 8 .Os .Sh NAME @@ -88,7 +88,13 @@ follows: .Pp .Bl -tag -width indent .It Ar logfile_name -Name of the system log file to be archived. +Name of the system log file to be archived, or the literal string +``<default>''. +The special default entry will be only be used if some log file +name is given as a command line argument on the +.Nm +command, and if that log file name is not matched by any other +line in the configuration file. .It Ar owner : Ns Ar group This optional field specifies the owner and group for the archive file. The ":" is essential, even if the |