* Added more command line options that are currently ignored by nano (DLR).
* nano.1: Updated the statement about nano.save & multibuffers. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@830 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
7d589ca5fa
commit
cdbabfd4fc
7
nano.1
7
nano.1
|
@ -106,7 +106,7 @@ Disable help screen at bottom of editor.
|
||||||
.B \-z (\-\-suspend)
|
.B \-z (\-\-suspend)
|
||||||
Enable suspend ability.
|
Enable suspend ability.
|
||||||
.TP
|
.TP
|
||||||
.B \-b, \-e, \-f
|
.B \-a, \-b, \-e, \-f, \-g, \-j
|
||||||
Ignored, for compatibility with Pico.
|
Ignored, for compatibility with Pico.
|
||||||
.TP
|
.TP
|
||||||
.B \+LINE
|
.B \+LINE
|
||||||
|
@ -116,8 +116,9 @@ Nano will try to dump the buffer into an emergency file in some cases.
|
||||||
Mainly, this will happen if Nano receives a SIGHUP or runs out of
|
Mainly, this will happen if Nano receives a SIGHUP or runs out of
|
||||||
memory, when it will write the buffer into a file named "nano.save" if the
|
memory, when it will write the buffer into a file named "nano.save" if the
|
||||||
buffer didn't have a name already, or will add a ".save" suffix to the
|
buffer didn't have a name already, or will add a ".save" suffix to the
|
||||||
current filename. Nano will \fBnot\fP write this file if a previous one
|
current filename. In multibuffer mode, nano will write all the open buffers to
|
||||||
exists in the current directory.
|
the respective emergency files. Nano will \fBnot\fP write this file if a
|
||||||
|
previous one exists in the current directory.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please send any comments or bug reports to
|
Please send any comments or bug reports to
|
||||||
.br
|
.br
|
||||||
|
|
24
nano.info
24
nano.info
|
@ -149,7 +149,7 @@ Command Line Options
|
||||||
Enable suspend ability of `nano' using the system's suspend
|
Enable suspend ability of `nano' using the system's suspend
|
||||||
keystroke (usually ^Z).
|
keystroke (usually ^Z).
|
||||||
|
|
||||||
`-b, -e, -f'
|
`-a, -b, -e, -f, -g, -j'
|
||||||
Ignored, for compatibility with Pico.
|
Ignored, for compatibility with Pico.
|
||||||
|
|
||||||
`+LINE'
|
`+LINE'
|
||||||
|
@ -452,16 +452,16 @@ Node: Introduction508
|
||||||
Node: Overview934
|
Node: Overview934
|
||||||
Node: Command Line Options1514
|
Node: Command Line Options1514
|
||||||
Ref: Expert Mode3716
|
Ref: Expert Mode3716
|
||||||
Node: Editor Basics4616
|
Node: Editor Basics4628
|
||||||
Node: Entering Text4841
|
Node: Entering Text4853
|
||||||
Node: Special Functions5181
|
Node: Special Functions5193
|
||||||
Node: The Titlebar6036
|
Node: The Titlebar6048
|
||||||
Node: The Statusbar6734
|
Node: The Statusbar6746
|
||||||
Node: Shortcut Lists7315
|
Node: Shortcut Lists7327
|
||||||
Node: Online Help7708
|
Node: Online Help7720
|
||||||
Node: Feature Toggles8084
|
Node: Feature Toggles8096
|
||||||
Node: The File Browser9900
|
Node: The File Browser9912
|
||||||
Node: Pico Compatibility10609
|
Node: Pico Compatibility10621
|
||||||
Node: Building and Configure Options12651
|
Node: Building and Configure Options12663
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|
|
@ -196,7 +196,7 @@ Do not wrap long lines at any length. This option overrides any value for
|
||||||
Enable suspend ability of @code{nano} using the system's suspend
|
Enable suspend ability of @code{nano} using the system's suspend
|
||||||
keystroke (usually ^Z).
|
keystroke (usually ^Z).
|
||||||
|
|
||||||
@item -b, -e, -f
|
@item -a, -b, -e, -f, -g, -j
|
||||||
Ignored, for compatibility with Pico.
|
Ignored, for compatibility with Pico.
|
||||||
|
|
||||||
@item +LINE
|
@item +LINE
|
||||||
|
|
Loading…
Reference in New Issue