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/uuencode/uuencode.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/uuencode') diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 29daa21300f..5f3a34e2cfb 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.1,v 1.7 2000/03/14 14:58:24 aaron Exp $ +.\" $OpenBSD: uuencode.1,v 1.8 2002/02/13 08:33:47 mpech Exp $ .\" $NetBSD: uuencode.1,v 1.4 1994/11/17 07:39:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -94,7 +94,7 @@ will be created which may then be uncompressed and extracted into the original tree. .Pp .Bd -literal -offset indent -compact -tar cf \- src_tree \&| compress \&| +$ tar cf \- src_tree \&| compress \&| uuencode src_tree.tar.Z \&| mail sys1!sys2!user .Ed .Pp -- cgit v1.2.3