mirror of git://git.sv.gnu.org/nano.git
* 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-d3aeb78583b8
This commit is contained in:
parent
7d589ca5fa
commit
cdbabfd4fc
7
nano.1
7
nano.1
|
@ -106,7 +106,7 @@ Disable help screen at bottom of editor.
|
|||
.B \-z (\-\-suspend)
|
||||
Enable suspend ability.
|
||||
.TP
|
||||
.B \-b, \-e, \-f
|
||||
.B \-a, \-b, \-e, \-f, \-g, \-j
|
||||
Ignored, for compatibility with Pico.
|
||||
.TP
|
||||
.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
|
||||
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
|
||||
current filename. Nano will \fBnot\fP write this file if a previous one
|
||||
exists in the current directory.
|
||||
current filename. In multibuffer mode, nano will write all the open buffers to
|
||||
the respective emergency files. Nano will \fBnot\fP write this file if a
|
||||
previous one exists in the current directory.
|
||||
.SH BUGS
|
||||
Please send any comments or bug reports to
|
||||
.br
|
||||
|
|
24
nano.info
24
nano.info
|
@ -149,7 +149,7 @@ Command Line Options
|
|||
Enable suspend ability of `nano' using the system's suspend
|
||||
keystroke (usually ^Z).
|
||||
|
||||
`-b, -e, -f'
|
||||
`-a, -b, -e, -f, -g, -j'
|
||||
Ignored, for compatibility with Pico.
|
||||
|
||||
`+LINE'
|
||||
|
@ -452,16 +452,16 @@ Node: Introduction508
|
|||
Node: Overview934
|
||||
Node: Command Line Options1514
|
||||
Ref: Expert Mode3716
|
||||
Node: Editor Basics4616
|
||||
Node: Entering Text4841
|
||||
Node: Special Functions5181
|
||||
Node: The Titlebar6036
|
||||
Node: The Statusbar6734
|
||||
Node: Shortcut Lists7315
|
||||
Node: Online Help7708
|
||||
Node: Feature Toggles8084
|
||||
Node: The File Browser9900
|
||||
Node: Pico Compatibility10609
|
||||
Node: Building and Configure Options12651
|
||||
Node: Editor Basics4628
|
||||
Node: Entering Text4853
|
||||
Node: Special Functions5193
|
||||
Node: The Titlebar6048
|
||||
Node: The Statusbar6746
|
||||
Node: Shortcut Lists7327
|
||||
Node: Online Help7720
|
||||
Node: Feature Toggles8096
|
||||
Node: The File Browser9912
|
||||
Node: Pico Compatibility10621
|
||||
Node: Building and Configure Options12663
|
||||
|
||||
End Tag Table
|
||||
|
|
Loading…
Reference in New Issue