diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
commit | ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0 (patch) | |
tree | 76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/shar | |
parent | d9e4eb9285216e2e83144e97e45c2bf123d17c9f (diff) | |
download | FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.zip FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.tar.gz |
Deal with double whitespace.
Diffstat (limited to 'usr.bin/shar')
-rw-r--r-- | usr.bin/shar/shar.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index d44fe64..09adc5e 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -56,9 +56,9 @@ utility does this correctly). The .Nm command is normally used for distributing files by -.Xr ftp 1 +.Xr ftp 1 or -.Xr mail 1 . +.Xr mail 1 . .Sh SEE ALSO .Xr compress 1 , .Xr mail 1 , @@ -79,7 +79,7 @@ It is easy to insert trojan horses into files. It is strongly recommended that all shell archive files be examined before running them through -.Xr sh 1 . +.Xr sh 1 . Archives produced using this implementation of .Nm may be easily examined with the command: @@ -88,11 +88,11 @@ egrep -v '^[X#]' shar.file .Ed .Sh EXAMPLES To create a shell archive of the program -.Xr ls 1 +.Xr ls 1 and mail it to Rick: .Bd -literal -offset indent cd ls -shar `find . -print` \&| mail -s "ls source" rick +shar `find . -print` \&| mail -s "ls source" rick .Ed .Pp To recreate the program directory: |