summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-05-02 11:14:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-05-02 11:14:12 +0000
commit7b5169aecdc8bc1e9e808fb5554246b5ecbd1721 (patch)
tree7c52691b979b92dd793a350026bbe78989c6fc43 /usr.sbin
parent4ba9456c14c7069ad770a4c5773beaf7cb9fc06c (diff)
no need to escape `|'; as discussed with schwartze
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/lpr/lpr/lpr.18
-rw-r--r--usr.sbin/ppp/pppctl/pppctl.86
-rw-r--r--usr.sbin/timed/timed/timed.86
3 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1
index fce27c16014..cab54a36424 100644
--- a/usr.sbin/lpr/lpr/lpr.1
+++ b/usr.sbin/lpr/lpr/lpr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lpr.1,v 1.13 2010/10/28 21:51:02 jmc Exp $
+.\" $OpenBSD: lpr.1,v 1.14 2011/05/02 11:14:11 jmc Exp $
.\" $NetBSD: lpr.1,v 1.10 2002/01/19 03:23:26 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)lpr.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: October 28 2010 $
+.Dd $Mdocdate: May 2 2011 $
.Dt LPR 1
.Os
.Sh NAME
@@ -141,14 +141,14 @@ The quantity
is the number of copies desired of each file named.
For example,
.Bd -literal -offset indent
-$ lpr \-#3 foo.c bar.c more.c
+$ lpr -#3 foo.c bar.c more.c
.Ed
.Pp
would result in 3 copies of the file foo.c, followed by 3 copies
of the file bar.c, etc.
On the other hand,
.Bd -literal -offset indent
-$ cat foo.c bar.c more.c \&| lpr \-#3
+$ cat foo.c bar.c more.c | lpr -#3
.Ed
.Pp
will give three copies of the concatenation of the files.
diff --git a/usr.sbin/ppp/pppctl/pppctl.8 b/usr.sbin/ppp/pppctl/pppctl.8
index 64a6b4566d4..6c9bc3f6e98 100644
--- a/usr.sbin/ppp/pppctl/pppctl.8
+++ b/usr.sbin/ppp/pppctl/pppctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppctl.8,v 1.16 2010/03/26 19:30:40 jmc Exp $
+.\" $OpenBSD: pppctl.8,v 1.17 2011/05/02 11:14:11 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Somers <brian@Awfulhak.org>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 26 2010 $
+.Dd $Mdocdate: May 2 2011 $
.Dt PPPCTL 8
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.Op Fl p Ar passwd
.Op Fl t Ar n
.Xo
-.Oo Ar host : Oc Ar port No \&|
+.Oo Ar host : Oc Ar port |
.Ar LocalSocket
.Xc
.Op Ar command Op ; Ns Ar command ...
diff --git a/usr.sbin/timed/timed/timed.8 b/usr.sbin/timed/timed/timed.8
index 75a7b414308..94db164c2cb 100644
--- a/usr.sbin/timed/timed/timed.8
+++ b/usr.sbin/timed/timed/timed.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timed.8,v 1.16 2010/04/01 17:06:55 jmc Exp $
+.\" $OpenBSD: timed.8,v 1.17 2011/05/02 11:14:11 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)timed.8 6.7 (Berkeley) 5/11/93
.\"
-.Dd $Mdocdate: April 1 2010 $
+.Dd $Mdocdate: May 2 2011 $
.Dt TIMED 8
.Os
.Sh NAME
@@ -41,7 +41,7 @@
.Op Fl F Ar host ...
.Op Fl G Ar netgroup
.Xo
-.Oo Fl i Ar network No \&|
+.Oo Fl i Ar network |
.Fl n Ar network Oc
.Xc
.Sh DESCRIPTION