diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-27 19:41:11 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-27 19:41:11 +0000 |
commit | 2a4742ea0a94cc253f9740b66f544f9724214a23 (patch) | |
tree | 4f03faba7e119e9b19c3c073fc7c1a7fabe54bcf /usr.bin | |
parent | 09f78cb78d9d903c5b01ad4062813964b22c575b (diff) |
It's called `msgcat', not `mesgcat'.
speedy ok millert
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 6 |
1 files changed, 3 insertions, 3 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 42e34da387c..8a6a55f415f 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.39 2009/04/19 13:12:28 jmc Exp $ +.\" $OpenBSD: vi.1,v 1.40 2009/04/27 19:41:10 mk 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 19 2009 $ +.Dd $Mdocdate: April 27 2009 $ .Dt VI 1 .Os .Sh NAME @@ -1884,7 +1884,7 @@ pauses on the matching character when the option is set. .It Cm mesg Bq on Permit messages from other users. -.It Cm mesgcat Bq /usr/share/vi/catalog/ +.It Cm msgcat Bq /usr/share/vi/catalog/ Selects a message catalog to be used to display error and informational messages in a specified language. .It Cm modelines , modeline Bq off |