diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-05-02 11:14:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-05-02 11:14:12 +0000 |
commit | 7b5169aecdc8bc1e9e808fb5554246b5ecbd1721 (patch) | |
tree | 7c52691b979b92dd793a350026bbe78989c6fc43 /usr.bin/shar/shar.1 | |
parent | 4ba9456c14c7069ad770a4c5773beaf7cb9fc06c (diff) |
no need to escape `|'; as discussed with schwartze
Diffstat (limited to 'usr.bin/shar/shar.1')
-rw-r--r-- | usr.bin/shar/shar.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 5cceab54a18..a4016e5bb26 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shar.1,v 1.11 2008/06/03 19:51:02 jmc Exp $ +.\" $OpenBSD: shar.1,v 1.12 2011/05/02 11:14:11 jmc Exp $ .\" $NetBSD: shar.1,v 1.4 1995/08/18 14:55:40 pk Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)shar.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: June 3 2008 $ +.Dd $Mdocdate: May 2 2011 $ .Dt SHAR 1 .Os .Sh NAME @@ -61,7 +61,7 @@ To create a shell archive of the program 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: |