diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-01-27 04:27:49 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-01-27 04:27:49 +0000 |
commit | a625ea4d8c6c333409dc22dea00527064a8f6a5b (patch) | |
tree | 0c21ad13b3ef1a9e4e22dcca5d4957e7f08395ea | |
parent | 2c3bd3ad9c89acffdc733756f6abe88b019c0bb9 (diff) | |
download | FreeBSD-src-a625ea4d8c6c333409dc22dea00527064a8f6a5b.zip FreeBSD-src-a625ea4d8c6c333409dc22dea00527064a8f6a5b.tar.gz |
Note that the 'owner.group' field is optional in the config file.
PR: docs/9602
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
-rw-r--r-- | usr.sbin/newsyslog/newsyslog.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index d54de06..dd36e5d 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.14 1998/06/09 18:24:04 ache Exp $ +.\" $Id: newsyslog.8,v 1.15 1999/01/22 19:38:39 wollman Exp $ .\" .\" Copyright 1988, 1989 by the Massachusetts Institute of Technology .\" @@ -73,7 +73,7 @@ By default, this configuration file is Each line of the file contains information about a particular log file that should be handled by .Nm newsyslog . -Each line has five mandatory fields and three optional fields, with a +Each line has five mandatory fields and four optional fields, with a whitespace separating each field. Blank lines or lines beginning with ``#'' are ignored. The fields of the configuration file are as follows: @@ -82,7 +82,7 @@ follows: .It Ar logfile_name Name of the system log file to be archived. .It Ar owner.group -Specify the owner and group for the archive file. +This optional field specifies the owner and group for the archive file. The "." is essential, even if the .Ar owner or |