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/vi/docs | |
parent | 4ba9456c14c7069ad770a4c5773beaf7cb9fc06c (diff) |
no need to escape `|'; as discussed with schwartze
Diffstat (limited to 'usr.bin/vi/docs')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 index 90aee0eb668..11b77314469 100644 --- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 +++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vi.1,v 1.51 2011/04/12 18:08:00 jmc Exp $ +.\" $OpenBSD: vi.1,v 1.52 2011/05/02 11:14:11 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -14,7 +14,7 @@ .\" .\" @(#)vi.1 8.51 (Berkeley) 10/10/96 .\" -.Dd $Mdocdate: April 12 2011 $ +.Dd $Mdocdate: May 2 2011 $ .Dt VI 1 .Os .Sh NAME @@ -1458,9 +1458,9 @@ Delete the lines from the file. .Pp .It Xo .Cm di Ns Op Cm splay -.Cm b Ns Oo Cm uffers Oc \&| -.Cm c Ns Oo Cm onnections Oc \&| -.Cm s Ns Oo Cm creens Oc \&| +.Cm b Ns Oo Cm uffers Oc | +.Cm c Ns Oo Cm onnections Oc | +.Cm s Ns Oo Cm creens Oc | .Cm t Ns Op Cm ags .Xc Display buffers, Cscope connections, screens or tags. |