=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.8,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/newsyslog/newsyslog.8 2005/03/02 15:42:08 1.39 --- src/usr.bin/newsyslog/newsyslog.8 2005/03/02 15:47:29 1.40 *************** *** 1,4 **** ! .\" $OpenBSD: newsyslog.8,v 1.39 2005/03/02 15:42:08 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: newsyslog.8,v 1.40 2005/03/02 15:47:29 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" *************** *** 74,79 **** --- 74,95 ---- .Pp The options are as follows: .Bl -tag -width Ds + .It Fl a Ar directory + Specify a + .Ar directory + into which archived log files will be written. + If + .Ar directory + is a relative path, it is appended to the parent directory + of each log and the archived log is stored in the result. + If an absolute path is given, all archived logs are stored in the given + .Ar directory . + If + .Ar directory + does not exist for a specified log, it is ignored for that entry and + the log is rotated as if the + .Fl a + option was not specified. .It Fl F Force .Nm *************** *** 85,90 **** --- 101,112 ---- .Fl v flags to aid in debugging problems with .Pa /etc/newsyslog.conf . + .It Fl f Ar config_file + Use + .Ar config_file + instead of + .Pa /etc/newsyslog.conf + for the configuration file. .It Fl m Monitoring mode; only entries marked with an .Sq M *************** *** 113,140 **** in verbose mode. In this mode it will print out each log and its reasons for either trimming that log or skipping it. - .It Fl a Ar directory - Specify a - .Ar directory - into which archived log files will be written. - If - .Ar directory - is a relative path, it is appended to the parent directory - of each log and the archived log is stored in the result. - If an absolute path is given, all archived logs are stored in the given - .Ar directory . - If - .Ar directory - does not exist for a specified log, it is ignored for that entry and - the log is rotated as if the - .Fl a - option was not specified. - .It Fl f Ar config_file - Use - .Ar config_file - instead of - .Pa /etc/newsyslog.conf - for the configuration file. .El .Pp If one or more --- 135,140 ----