Date: Fri, 29 Nov 2024 05:04:38 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: af2015b01f7e - main - newsyslog.conf(5): Remove duplicate word Message-ID: <202411290504.4AT54cNp052642@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=af2015b01f7e741125aeb4a04109cc42f988cf0f commit af2015b01f7e741125aeb4a04109cc42f988cf0f Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-11-29 05:00:54 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-11-29 05:00:54 +0000 newsyslog.conf(5): Remove duplicate word Reported by: jlduran Fixes: 1f78bbb5c415 newsyslog.conf(5): Accept human unit suffix in the size filed --- usr.sbin/newsyslog/newsyslog.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5 index a9deb079e294..2887ecb226aa 100644 --- a/usr.sbin/newsyslog/newsyslog.conf.5 +++ b/usr.sbin/newsyslog/newsyslog.conf.5 @@ -117,7 +117,7 @@ This does not consider the current log file. .It Ar size When the size of the log file reaches .Ar size , -in kilobytes by default, or with suffix suffixes like k, M, G, ... as supported by +in kilobytes by default, or with suffixes like k, M, G, ... as supported by .Xr expand_number 3 , the log file will be trimmed as described above. If this field contains an asterisk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411290504.4AT54cNp052642>