summaryrefslogtreecommitdiff
path: root/usr.bin/shar
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
commit557b7fa1488f8937156051e061ac3512330bcb7e (patch)
tree76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/shar
parentbac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff)
downloadsrc-test-557b7fa1488f8937156051e061ac3512330bcb7e.tar.gz
src-test-557b7fa1488f8937156051e061ac3512330bcb7e.zip
Deal with double whitespace.
Notes
Notes: svn path=/head/; revision=131507
Diffstat (limited to 'usr.bin/shar')
-rw-r--r--usr.bin/shar/shar.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1
index d44fe6419f4bf..09adc5e4c69f5 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: