Shar files may be seen as binary by grep.

Suggest using -a to egrep to properly see executed commands.

This is a minor improvement to the manpage.  A better improvement
would be removal or gigantic warnings.

Sponsored by:	Dell EMC
MFC after:	1 week
This commit is contained in:
Bryan Drewery 2019-01-31 23:21:18 +00:00
parent 12aec82c09
commit ab3cf2b476
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343633

View File

@ -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