=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/shar/shar.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/shar/shar.1 1996/06/26 05:39:13 1.2 --- src/usr.bin/shar/shar.1 1998/09/27 16:57:52 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: shar.1,v 1.2 1996/06/26 05:39:13 deraadt Exp $ .\" $NetBSD: shar.1,v 1.4 1995/08/18 14:55:40 pk Exp $ .\" .\" Copyright (c) 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: shar.1,v 1.3 1998/09/27 16:57:52 aaron Exp $ .\" $NetBSD: shar.1,v 1.4 1995/08/18 14:55:40 pk Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 41,49 **** .Nm shar .Nd create a shell archive of files .Sh SYNOPSIS ! .Nm shar Ar .Sh DESCRIPTION ! .Nm Shar writes an .Xr sh 1 shell script to the standard output which will recreate the file --- 41,49 ---- .Nm shar .Nd create a shell archive of files .Sh SYNOPSIS ! .Nm shar Ar file Op Ar ... .Sh DESCRIPTION ! .Nm shar writes an .Xr sh 1 shell script to the standard output which will recreate the file *************** *** 53,59 **** .Xr find 1 utility does this correctly). .Pp ! .Nm Shar is normally used for distributing files by .Xr ftp 1 or --- 53,59 ---- .Xr find 1 utility does this correctly). .Pp ! .Nm shar is normally used for distributing files by .Xr ftp 1 or *************** *** 61,70 **** .Sh SEE ALSO .Xr compress 1 , .Xr mail 1 , ! .Xr uuencode 1 , ! .Xr tar 1 .Sh BUGS ! .Nm Shar makes no provisions for special types of files or files containing magic characters. .Pp --- 61,70 ---- .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 *************** *** 101,105 **** .Sh HISTORY The .Nm ! command appears in .Bx 4.4 . --- 101,105 ---- .Sh HISTORY The .Nm ! command appeared in .Bx 4.4 .