diff options
author | 2002-09-13 19:00:08 +0000 | |
---|---|---|
committer | 2002-09-13 19:00:08 +0000 | |
commit | d64da0ed85663f4a3c816e9ce5f3b3c7f7d12ab9 (patch) | |
tree | 033de8cbe52e21668b3775b342795032efe2e1bb | |
parent | Don't rotate log files < 512 bytes unless in binary mode. This (diff) | |
download | wireguard-openbsd-d64da0ed85663f4a3c816e9ce5f3b3c7f7d12ab9.tar.xz wireguard-openbsd-d64da0ed85663f4a3c816e9ce5f3b3c7f7d12ab9.zip |
remove trailing whitespace
-rw-r--r-- | usr.bin/newsyslog/newsyslog.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8 index eaa3ed33407..6984842c784 100644 --- a/usr.bin/newsyslog/newsyslog.8 +++ b/usr.bin/newsyslog/newsyslog.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newsyslog.8,v 1.24 2002/09/13 18:50:09 millert Exp $ +.\" $OpenBSD: newsyslog.8,v 1.25 2002/09/13 19:00:08 millert Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -164,7 +164,7 @@ If this field is replaced by a then the size of the log file is not taken into account when determining when to trim the log file. -By default, files smaller than 512 bytes are not rotated unless the +By default, files smaller than 512 bytes are not rotated unless the .Sq B (binary) flag is set. This prevents @@ -229,7 +229,7 @@ Specify a command to run instead of sending a signal to the process. The command must be enclosed in double quotes .Pq Ql \&" ) . You cannot specify both a command and a PID file. -.Em NOTE: +.Em NOTE: If you specify a command to be run, .Nm will not send a |