diff options
author | anton <anton@cvs.openbsd.org> | 2017-08-22 20:27:19 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2017-08-22 20:27:19 +0000 |
commit | 358345634e5062e3d6bf9d3575f68f3f69900536 (patch) | |
tree | 4fd1837807fd2846fc5a8b17bc4c68bbd1eb52b4 /usr.bin/vi | |
parent | be6127e803d07bef7656aaa67c7a8ffc73994d27 (diff) |
Do not treat comma as part of the command modifier.
ok schwarze@
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 8 |
1 files changed, 4 insertions, 4 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 a3bdeaba24f..960dae17864 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.73 2017/07/05 18:56:33 schwarze Exp $ +.\" $OpenBSD: vi.1,v 1.74 2017/08/22 20:27:18 anton 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: July 5 2017 $ +.Dd $Mdocdate: August 22 2017 $ .Dt VI 1 .Os .Sh NAME @@ -2398,7 +2398,7 @@ option is set. Permit messages from other users. .It Cm noprint Bq \&"\&" Characters that are never handled as printable characters. -.It Cm number, nu Bq off +.It Cm number , nu Bq off Precede each line displayed with its current line number. .It Cm octal Bq off Display unknown characters as octal numbers, instead of the default @@ -2490,7 +2490,7 @@ Set the amount a left-right scroll will shift. This option sets tab widths for the editor display. .It Cm taglength , tl Bq 0 Set the number of significant characters in tag names. -.It Cm tags, tag Bq tags +.It Cm tags , tag Bq tags Set the list of tags files. .It Xo .Cm term , ttytype , tty |