From a8fb8f9ebf32aff41a70181d19a47536b6fab9ea Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Wed, 13 Feb 2002 08:33:48 +0000 Subject: When you give command examples and etc., in a manual page prefix them with: $ command or # command deraadt@ ok --- usr.bin/shar/shar.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.bin/shar') diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index cc517dada7e..6b1e2ff1122 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shar.1,v 1.6 2000/03/10 20:17:52 aaron Exp $ +.\" $OpenBSD: shar.1,v 1.7 2002/02/13 08:33:47 mpech Exp $ .\" $NetBSD: shar.1,v 1.4 1995/08/18 14:55:40 pk Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -63,18 +63,18 @@ To create a shell archive of the program .Xr ls 1 and mail it to Rick: .Bd -literal -offset indent -cd ls -shar `find . -print` \&| mail -s "ls source" rick +$ cd ls +$ shar `find . -print` \&| mail -s "ls source" rick .Ed .Pp To recreate the program directory: .Bd -literal -offset indent -mkdir ls -cd ls +$ mkdir ls +$ cd ls \&... \&... -sh archive +$ sh archive .Ed .Sh SEE ALSO .Xr compress 1 , @@ -101,5 +101,5 @@ Archives produced using this implementation of .Nm shar may be easily examined with the command: .Bd -literal -offset indent -egrep -v '^[X#]' shar.file +$ egrep -v '^[X#]' shar.file .Ed -- cgit v1.2.3