Date: Sat, 3 Feb 2018 20:53:21 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328832 - head/usr.sbin/newsyslog Message-ID: <201802032053.w13KrL3Y022995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sat Feb 3 20:53:21 2018 New Revision: 328832 URL: https://svnweb.freebsd.org/changeset/base/328832 Log: newsyslog: fix typeo for 'zstd' Reported by: swildner@DragonFlyBSD.org MFC After: 1 week Modified: head/usr.sbin/newsyslog/newsyslog.8 Modified: head/usr.sbin/newsyslog/newsyslog.8 ============================================================================== --- head/usr.sbin/newsyslog/newsyslog.8 Sat Feb 3 20:50:46 2018 (r328831) +++ head/usr.sbin/newsyslog/newsyslog.8 Sat Feb 3 20:53:21 2018 (r328832) @@ -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, 2017 +.Dd February 3, 2018 .Dt NEWSYSLOG 8 .Os .Sh NAME @@ -289,7 +289,7 @@ accepted for backwards compatibility. .Xr bzip2 1 , .Xr gzip 1 , .Xr xz 1 , -.Xr zst 1 , +.Xr zstd 1 , .Xr syslog 3 , .Xr newsyslog.conf 5 , .Xr chown 8 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802032053.w13KrL3Y022995>