summaryrefslogtreecommitdiff
path: root/usr.bin/shar/shar.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/shar/shar.1')
-rw-r--r--usr.bin/shar/shar.146
1 files changed, 23 insertions, 23 deletions
diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1
index 1aea8fff4dc..4595128e1f2 100644
--- a/usr.bin/shar/shar.1
+++ b/usr.bin/shar/shar.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shar.1,v 1.4 1999/06/05 01:21:40 aaron Exp $
+.\" $OpenBSD: shar.1,v 1.5 2000/03/06 03:17:39 aaron Exp $
.\" $NetBSD: shar.1,v 1.4 1995/08/18 14:55:40 pk Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -58,28 +58,6 @@ is normally used for distributing files by
.Xr ftp 1
or
.Xr mail 1 .
-.Sh SEE ALSO
-.Xr compress 1 ,
-.Xr mail 1 ,
-.Xr tar 1 ,
-.Xr uuencode 1
-.Sh BUGS
-.Nm shar
-makes no provisions for special types of files or files containing
-magic characters.
-.Pp
-It is easy to insert trojan horses into
-.Nm shar
-files.
-It is strongly recommended that all shell archive files be examined
-before running them through
-.Xr sh 1 .
-Archives produced using this implementation of
-.Nm shar
-may be easily examined with the command:
-.Bd -literal -offset indent
-egrep -v '^[X#]' shar.file
-.Ed
.Sh EXAMPLES
To create a shell archive of the program
.Xr ls 1
@@ -98,8 +76,30 @@ cd ls
\&...
sh archive
.Ed
+.Sh SEE ALSO
+.Xr compress 1 ,
+.Xr mail 1 ,
+.Xr tar 1 ,
+.Xr uuencode 1
.Sh HISTORY
The
.Nm
command appeared in
.Bx 4.4 .
+.Sh BUGS
+.Nm shar
+makes no provisions for special types of files or files containing
+magic characters.
+.Pp
+It is easy to insert trojan horses into
+.Nm shar
+files.
+It is strongly recommended that all shell archive files be examined
+before running them through
+.Xr sh 1 .
+Archives produced using this implementation of
+.Nm shar
+may be easily examined with the command:
+.Bd -literal -offset indent
+egrep -v '^[X#]' shar.file
+.Ed