mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
in nano.1 and nano.texi, eliminate references to the now removed
-D/--dos and -M/--mac command line options git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2022 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
c151b475e7
commit
e93e03e1dc
@ -295,6 +295,9 @@ CVS code -
|
|||||||
- README.CVS:
|
- README.CVS:
|
||||||
- Mention the requirement for glib 2.x on systems lacking
|
- Mention the requirement for glib 2.x on systems lacking
|
||||||
v?snprintf(), and add minor formatting changes.
|
v?snprintf(), and add minor formatting changes.
|
||||||
|
- nano.1, nano.texi
|
||||||
|
- Eliminate references to the now removed -D/--dos and -M/--mac
|
||||||
|
command line options. (DLR)
|
||||||
- m4/glib-2.0.m4:
|
- m4/glib-2.0.m4:
|
||||||
- New file imported from glib 2.4.7. This is needed to detect
|
- New file imported from glib 2.4.7. This is needed to detect
|
||||||
glib 2.x on systems that may not have it installed. (DLR,
|
glib 2.x on systems that may not have it installed. (DLR,
|
||||||
|
@ -46,9 +46,6 @@ line.
|
|||||||
When saving a file, back up the previous version of it to the current
|
When saving a file, back up the previous version of it to the current
|
||||||
filename suffixed with a ~.
|
filename suffixed with a ~.
|
||||||
.TP
|
.TP
|
||||||
.B \-D (\-\-dos)
|
|
||||||
Write file in DOS format.
|
|
||||||
.TP
|
|
||||||
.B \-E \fIdir\fP (\-\-backupdir=\fIdir\fP)
|
.B \-E \fIdir\fP (\-\-backupdir=\fIdir\fP)
|
||||||
Set the directory where \fBnano\fP puts the backup files if file backups
|
Set the directory where \fBnano\fP puts the backup files if file backups
|
||||||
are enabled.
|
are enabled.
|
||||||
@ -69,9 +66,6 @@ or
|
|||||||
.IR ~/.nanorc ,
|
.IR ~/.nanorc ,
|
||||||
if nanorc support is available.
|
if nanorc support is available.
|
||||||
.TP
|
.TP
|
||||||
.B \-M (\-\-mac)
|
|
||||||
Write file in Mac format.
|
|
||||||
.TP
|
|
||||||
.B \-N (\-\-noconvert)
|
.B \-N (\-\-noconvert)
|
||||||
Disable automatic conversion of files from DOS/Mac format.
|
Disable automatic conversion of files from DOS/Mac format.
|
||||||
.TP
|
.TP
|
||||||
|
@ -118,9 +118,6 @@ line.
|
|||||||
When saving a file, back up the previous version of it to the current
|
When saving a file, back up the previous version of it to the current
|
||||||
filename suffixed with a ~.
|
filename suffixed with a ~.
|
||||||
|
|
||||||
@item -D, --dos
|
|
||||||
Write file in DOS format.
|
|
||||||
|
|
||||||
@item -E, --backupdir=[dir]
|
@item -E, --backupdir=[dir]
|
||||||
Set the directory where @code{nano} puts the backup files if file
|
Set the directory where @code{nano} puts the backup files if file
|
||||||
backups are enabled.
|
backups are enabled.
|
||||||
@ -132,9 +129,6 @@ Enable multiple file buffers, if available.
|
|||||||
Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
|
Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
|
||||||
available.
|
available.
|
||||||
|
|
||||||
@item -M, --mac
|
|
||||||
Write file in Mac format.
|
|
||||||
|
|
||||||
@item -N, --noconvert
|
@item -N, --noconvert
|
||||||
Do not convert files from DOS/Mac format.
|
Do not convert files from DOS/Mac format.
|
||||||
|
|
||||||
@ -349,7 +343,7 @@ The following global toggles are available:
|
|||||||
toggles the -B (@code{--backup}) command line flag.
|
toggles the -B (@code{--backup}) command line flag.
|
||||||
|
|
||||||
@item DOS Format Toggle (Meta-D)
|
@item DOS Format Toggle (Meta-D)
|
||||||
toggles the -D (@code{--dos}) command line flag.
|
toggles writing the file in DOS format.
|
||||||
|
|
||||||
@item Multiple Files Toggle (Meta-F)
|
@item Multiple Files Toggle (Meta-F)
|
||||||
toggles the -F (@code{--multibuffer}) command line flag.
|
toggles the -F (@code{--multibuffer}) command line flag.
|
||||||
@ -370,7 +364,7 @@ toggles the -w (@code{--nowrap}) command line flag.
|
|||||||
toggles the -m (@code{--mouse}) command line flag.
|
toggles the -m (@code{--mouse}) command line flag.
|
||||||
|
|
||||||
@item Mac Format Toggle (Meta-O)
|
@item Mac Format Toggle (Meta-O)
|
||||||
toggles the -M (@code{--mac}) command line flag.
|
toggles writing the file in Mac format.
|
||||||
|
|
||||||
@item Smooth Scrolling Toggle (Meta-S)
|
@item Smooth Scrolling Toggle (Meta-S)
|
||||||
toggles the -S (@code{--smooth}) command line flag.
|
toggles the -S (@code{--smooth}) command line flag.
|
||||||
|
Loading…
Reference in New Issue
Block a user