diff options
author | 2016-02-09 07:41:12 +0000 | |
---|---|---|
committer | 2016-02-09 07:41:12 +0000 | |
commit | c9da6a1f81d85def4e8be04a6b373b27e6fad539 (patch) | |
tree | 8e179e622fdfb12a96c9d6d7c25c8d893491d9ca | |
parent | make __cpu_simple_lock provide serialisation of the critical section. (diff) | |
download | wireguard-openbsd-c9da6a1f81d85def4e8be04a6b373b27e6fad539.tar.xz wireguard-openbsd-c9da6a1f81d85def4e8be04a6b373b27e6fad539.zip |
avoid special characters; from michael reed
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 14 |
1 files changed, 7 insertions, 7 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 a5796d21c9f..f40357c8ac9 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.63 2016/01/06 22:41:53 millert Exp $ +.\" $OpenBSD: vi.1,v 1.64 2016/02/09 07:41:12 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: January 6 2016 $ +.Dd $Mdocdate: February 9 2016 $ .Dt VI 1 .Os .Sh NAME @@ -354,7 +354,7 @@ matches the beginning of the word. .Sq \e> matches the end of the word. .It -.Sq \(a~ +.Sq ~ matches the replacement part of the last .Cm substitute command. @@ -2059,9 +2059,9 @@ If this is the entire pattern, the replacement part of the previous .Cm substitute command. -.It Sq \e\(sh +.It Sq \e# Where -.Sq \(sh +.Sq # is an integer from 1 to 9, the text matched by the #'th subexpression in .Ar pattern . .It Sq \eL @@ -2350,9 +2350,9 @@ Display lines in an unambiguous fashion. Attempt to get an exclusive lock on any file being edited, read or written. .It Cm magic Bq on When turned off, all regular expression characters except for -.Sq \(ha +.Sq ^ and -.Sq \(Do +.Sq $ are treated as ordinary characters. Preceding individual characters by .Sq \e |