]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo in vimtutor manpage
authorChristian Brabandt <cb@256bit.org>
Tue, 3 Dec 2024 20:23:43 +0000 (21:23 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 3 Dec 2024 20:23:43 +0000 (21:23 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/vimtutor.1
runtime/doc/vimtutor.man

index 7f3200454fc898514ae8fa6916a1346a4e26f20e..0320b245379f1949a0956e1f4bea16ea1c068270 100644 (file)
@@ -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 =\fIISO639\fR
+.BR \-l ", " \-\-language\fIISO639\fR
 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 =\fINUMBER\fR
+.BR \-c ", " \-\-chapter\fINUMBER\fR
 Set the chapter number. Defaults to chapter one.
 .TP
 .BR \-g ", " \-\-gui
index 44cb9daccf6787fafa2c83b63b6d98ce8806a7c8..c4cbeaa8851f6588b5251f6277dcce01166b9cf2 100644 (file)
@@ -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)