diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-09-23 13:58:39 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-09-23 13:58:39 +0000 |
commit | aace37bc20395b24095d01f583f5d49c346607c2 (patch) | |
tree | 150dc3ede8f1b39419133664b01583d3de6573d3 /usr.sbin/newsyslog | |
parent | 512a43f91c2230c87d24426072957ff31f5ae88e (diff) | |
download | FreeBSD-src-aace37bc20395b24095d01f583f5d49c346607c2.zip FreeBSD-src-aace37bc20395b24095d01f583f5d49c346607c2.tar.gz |
Make it more explicitly clear that -t will not change filename.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/newsyslog')
-rw-r--r-- | usr.sbin/newsyslog/newsyslog.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index e6d79a4..ba3db8a 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 May 19, 2014 +.Dd September 23, 2014 .Dt NEWSYSLOG 8 .Os .Sh NAME @@ -156,6 +156,7 @@ will create the .Dq rotated logfiles using the specified time format instead of the default sequential filenames. +The filename used will be kept until it is deleted. The time format is described in the .Xr strftime 3 manual page. |