runtime(doc): fix typo in vimtutor manpage Commit: https://github.com/vim/vim/commit/23eea9b98490d27065d4158741bbad5c0fcd0555 Author: Christian Brabandt <c...@256bit.org> Date: Tue Dec 3 21:23:43 2024 +0100
runtime(doc): fix typo in vimtutor manpage Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/vimtutor.1 b/runtime/doc/vimtutor.1 index 7f3200454..0320b2453 100644 --- a/runtime/doc/vimtutor.1 +++ b/runtime/doc/vimtutor.1 @@ -1,4 +1,4 @@ -.TH VIMTUTOR 1 "2024 November 04" +.TH VIMTUTOR 1 "2024 December 03" .SH NAME vimtutor \- the Vim tutor .SH SYNOPSIS @@ -32,11 +32,11 @@ is always started in compatible mode. .SH OPTIONS .TP -.BR \-l ", " \-\-language =IISO639R +.BR \-l ", " \-\-language\ IISO639R Set the two or three letter language code. E.g. 'it', 'es', 'bar'. Defaults to language of locale if available, else to English. .TP -.BR \-c ", " \-\-chapter =INUMBERR +.BR \-c ", " \-\-chapter\ INUMBERR Set the chapter number. Defaults to chapter one. .TP .BR \-g ", " \-\-gui diff --git a/runtime/doc/vimtutor.man b/runtime/doc/vimtutor.man index 44cb9dacc..c4cbeaa88 100644 --- a/runtime/doc/vimtutor.man +++ b/runtime/doc/vimtutor.man @@ -1,7 +1,5 @@ VIMTUTOR(1) General Commands Manual VIMTUTOR(1) - - NAME vimtutor - the Vim tutor @@ -24,12 +22,12 @@ DESCRIPTION Vim is always started in Vi compatible mode. OPTIONS - -l, --language=ISO639 - Set the two or three letter language code. E.g. 'it', 'es', - 'bar'. Defaults to language of locale if available, else to + -l, --language ISO639 + Set the two or three letter language code. E.g. 'it', 'es', + 'bar'. Defaults to language of locale if available, else to English. - -c, --chapter=NUMBER + -c, --chapter NUMBER Set the chapter number. Defaults to chapter one. -g, --gui @@ -77,6 +75,4 @@ AUTHOR SEE ALSO vim(1) - - - 2024 November 04 VIMTUTOR(1) + 2024 December 03 VIMTUTOR(1) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tIZX4-006Buh-SZ%40256bit.org.