in nanorc.5 and nanorc.sample, mention that the nanorc file should not
be in DOS or Mac format git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3441 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c208ef7f23
commit
3bcca171ae
|
@ -165,6 +165,9 @@ CVS code -
|
||||||
- Explicitly mention that all regexes should be extended regular
|
- Explicitly mention that all regexes should be extended regular
|
||||||
expressions. (DLR, suggested by John M. Gabriele)
|
expressions. (DLR, suggested by John M. Gabriele)
|
||||||
- Miscellaneous minor fixes. (DLR)
|
- Miscellaneous minor fixes. (DLR)
|
||||||
|
- doc/nanorc.5:
|
||||||
|
- Mention that the nanorc file should not be in DOS or Mac
|
||||||
|
format. (DLR)
|
||||||
- doc/nano.texi:
|
- doc/nano.texi:
|
||||||
- Change license to GPL, in order to match the rest of the
|
- Change license to GPL, in order to match the rest of the
|
||||||
documentation, and because the current license is incompatible
|
documentation, and because the current license is incompatible
|
||||||
|
@ -193,6 +196,8 @@ CVS code -
|
||||||
- Explicitly mention that all regexes should be extended regular
|
- Explicitly mention that all regexes should be extended regular
|
||||||
expressions. (DLR, suggested by John M. Gabriele)
|
expressions. (DLR, suggested by John M. Gabriele)
|
||||||
- Simplify the "nanorc" regex for commands. (DLR)
|
- Simplify the "nanorc" regex for commands. (DLR)
|
||||||
|
- Mention that the nanorc file should not be in DOS or Mac
|
||||||
|
format. (DLR)
|
||||||
- UPGRADE:
|
- UPGRADE:
|
||||||
- Miscellaneous minor fixes. (DLR)
|
- Miscellaneous minor fixes. (DLR)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
.\" warranty.
|
.\" warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANORC 5 "version 1.3.11" "April 13, 2006"
|
.TH NANORC 5 "version 1.3.11" "April 27, 2006"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -21,10 +21,10 @@ than just copying Pico's look and feel, \fBnano\fP also implements some
|
||||||
missing (or disabled by default) features in Pico, such as "search and
|
missing (or disabled by default) features in Pico, such as "search and
|
||||||
replace" and "go to line number".
|
replace" and "go to line number".
|
||||||
.PP
|
.PP
|
||||||
The \fInanorc\fP file contains the default settings for \fBnano\fP.
|
The \fInanorc\fP file contains the default settings for \fBnano\fP. It
|
||||||
During startup, \fBnano\fP will first read its system-wide settings from
|
should not be in DOS or Mac format. During startup, \fBnano\fP will
|
||||||
\fISYSCONFDIR/nanorc\fP, and then user-specific settings from
|
first read its system-wide settings from \fISYSCONFDIR/nanorc\fP, and
|
||||||
\fI~/.nanorc\fP.
|
then user-specific settings from \fI~/.nanorc\fP.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
The configuration file accepts a series of \fBset\fP and \fBunset\fP
|
The configuration file accepts a series of \fBset\fP and \fBunset\fP
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
## Sample initialization file for GNU nano.
|
## Sample initialization file for GNU nano.
|
||||||
##
|
##
|
||||||
## Please note that you must have configured nano with --enable-nanorc
|
## Please note that you must have configured nano with --enable-nanorc
|
||||||
## for this file to be read! Also note that characters specially
|
## for this file to be read! Also note that this file should not be in
|
||||||
## interpreted by the shell should not be escaped here.
|
## DOS or Mac format, and that characters specially interpreted by the
|
||||||
|
## shell should not be escaped here.
|
||||||
##
|
##
|
||||||
## To make sure a value is not enabled, use "unset <option>"
|
## To make sure a value is not enabled, use "unset <option>"
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue