Author: bdrewery Date: Thu Feb 7 21:37:06 2019 New Revision: 343879 URL: https://svnweb.freebsd.org/changeset/base/343879
Log: MFC r343633: Shar files may be seen as binary by grep. Modified: stable/10/usr.bin/shar/shar.1 Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.bin/shar/shar.1 ============================================================================== --- stable/10/usr.bin/shar/shar.1 Thu Feb 7 21:22:01 2019 (r343878) +++ stable/10/usr.bin/shar/shar.1 Thu Feb 7 21:37:06 2019 (r343879) @@ -28,7 +28,7 @@ .\" @(#)shar.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd January 31, 2019 .Dt SHAR 1 .Os .Sh NAME @@ -103,5 +103,5 @@ Archives produced using this implementation of .Nm may be easily examined with the command: .Bd -literal -offset indent -egrep -v '^[X#]' shar.file +egrep -av '^[X#]' shar.file .Ed _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"