2009-11-26 Jordi Mallach <jordi@gnu.org>
* doc/man/*: Update all man pages to escape unescapred hyphens. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4443 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c9199e9e9a
commit
d753efdb55
|
@ -1,3 +1,6 @@
|
||||||
|
2009-11-26 Jordi Mallach <jordi@gnu.org>
|
||||||
|
* doc/man/*: Update all man pages to escape unescapred hyphens.
|
||||||
|
|
||||||
2009-11-24 Chris Allegretta <chrisa@asty.org>
|
2009-11-24 Chris Allegretta <chrisa@asty.org>
|
||||||
* move.c (do_page_up, do_page_down): Make these functions work better with soft
|
* move.c (do_page_up, do_page_down): Make these functions work better with soft
|
||||||
line wrapping.
|
line wrapping.
|
||||||
|
|
|
@ -230,7 +230,7 @@ Passe automatiquement
|
||||||
\fIcolonne\fR. Si la valeur indiquée est de 0 ou moins, le point de
|
\fIcolonne\fR. Si la valeur indiquée est de 0 ou moins, le point de
|
||||||
passage à la ligne aura lieu à la taille de l'écran moins \fIcolonne\fR.
|
passage à la ligne aura lieu à la taille de l'écran moins \fIcolonne\fR.
|
||||||
Cela permet de faire varier le point de passage à la ligne lorsque l'on
|
Cela permet de faire varier le point de passage à la ligne lorsque l'on
|
||||||
change la taille de l'écran. La valeur par défaut est de -8.
|
change la taille de l'écran. La valeur par défaut est de \-8.
|
||||||
.TP
|
.TP
|
||||||
.B \-s \fIprogramme\fP (\-\-speller=\fIprogramme\fP)
|
.B \-s \fIprogramme\fP (\-\-speller=\fIprogramme\fP)
|
||||||
Choix d'un correcteur orthographique de remplacement.
|
Choix d'un correcteur orthographique de remplacement.
|
||||||
|
|
|
@ -143,7 +143,7 @@ Passe automatiquement
|
||||||
\fIn\fR. Si la valeur indiquée est de 0 ou moins, le point de passage à
|
\fIn\fR. Si la valeur indiquée est de 0 ou moins, le point de passage à
|
||||||
la ligne aura lieu à la taille de l'écran moins \fIn\fR. Cela permet de
|
la ligne aura lieu à la taille de l'écran moins \fIn\fR. Cela permet de
|
||||||
faire varier le point de passage à la ligne lorsque l'on change la
|
faire varier le point de passage à la ligne lorsque l'on change la
|
||||||
taille de l'écran. La valeur par défaut est de -8.
|
taille de l'écran. La valeur par défaut est de \-8.
|
||||||
.TP
|
.TP
|
||||||
.B set/unset historylog
|
.B set/unset historylog
|
||||||
Active l'utilisation de
|
Active l'utilisation de
|
||||||
|
|
|
@ -180,7 +180,7 @@ be acknowledged by pressing enter at startup.
|
||||||
Wrap lines at column \fIcols\fP. If this value is 0 or less, wrapping
|
Wrap lines at column \fIcols\fP. If this value is 0 or less, wrapping
|
||||||
will occur at the width of the screen less \fIcols\fP columns, allowing
|
will occur at the width of the screen less \fIcols\fP columns, allowing
|
||||||
the wrap point to vary along with the width of the screen if the screen
|
the wrap point to vary along with the width of the screen if the screen
|
||||||
is resized. The default value is -8.
|
is resized. The default value is \-8.
|
||||||
.TP
|
.TP
|
||||||
.B \-s \fIprog\fP (\-\-speller=\fIprog\fP)
|
.B \-s \fIprog\fP (\-\-speller=\fIprog\fP)
|
||||||
Enable alternative spell checker command.
|
Enable alternative spell checker command.
|
||||||
|
|
|
@ -91,7 +91,7 @@ Use cut to end of line by default.
|
||||||
.B set fill \fIn\fP
|
.B set fill \fIn\fP
|
||||||
Wrap lines at column number \fIn\fP. If \fIn\fP is 0 or less, the
|
Wrap lines at column number \fIn\fP. If \fIn\fP is 0 or less, the
|
||||||
maximum line length will be the screen width less \fIn\fP columns. The
|
maximum line length will be the screen width less \fIn\fP columns. The
|
||||||
default value is -8.
|
default value is \-8.
|
||||||
.TP
|
.TP
|
||||||
.B set/unset historylog
|
.B set/unset historylog
|
||||||
Enable \fI~/.nano_history\fP for saving and reading search/replace
|
Enable \fI~/.nano_history\fP for saving and reading search/replace
|
||||||
|
@ -224,7 +224,7 @@ characters as parts of words.
|
||||||
.TP
|
.TP
|
||||||
.B syntax "\fIstr\fP" ["\fIfileregex\fP" ... ]
|
.B syntax "\fIstr\fP" ["\fIfileregex\fP" ... ]
|
||||||
Defines a syntax named \fIstr\fP which can be activated via the
|
Defines a syntax named \fIstr\fP which can be activated via the
|
||||||
-Y/--syntax command line option, or will be automatically activated if
|
\-Y/\-\-syntax command line option, or will be automatically activated if
|
||||||
the current filename matches the extended regular expression
|
the current filename matches the extended regular expression
|
||||||
\fIfileregex\fP. All following \fBcolor\fP and \fBicolor\fP statements
|
\fIfileregex\fP. All following \fBcolor\fP and \fBicolor\fP statements
|
||||||
will apply to \fIsyntax\fP until a new syntax is defined.
|
will apply to \fIsyntax\fP until a new syntax is defined.
|
||||||
|
|
Loading…
Reference in New Issue