summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am35
-rw-r--r--doc/man/Makefile.in725
-rw-r--r--doc/man/fr/Makefile.am33
-rw-r--r--doc/man/fr/Makefile.in521
-rw-r--r--doc/man/fr/nano.1326
-rw-r--r--doc/man/fr/nano.1.html560
-rw-r--r--doc/man/fr/nanorc.5376
-rw-r--r--doc/man/fr/nanorc.5.html590
-rw-r--r--doc/man/fr/rnano.1154
-rw-r--r--doc/man/fr/rnano.1.html278
-rw-r--r--doc/man/nano.1262
-rw-r--r--doc/man/nano.1.html468
-rw-r--r--doc/man/nanorc.5567
-rw-r--r--doc/man/nanorc.5.html959
-rw-r--r--doc/man/rnano.198
-rw-r--r--doc/man/rnano.1.html219
16 files changed, 6171 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
new file mode 100644
index 0000000..fbcdce8
--- /dev/null
+++ b/doc/man/Makefile.am
@@ -0,0 +1,35 @@
+if USE_NLS
+SUBDIRS = fr
+else
+SUBDIRS =
+endif
+
+if USE_NANORC
+man_MANS = nano.1 nanorc.5 rnano.1
+if GROFF_HTML
+BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
+endif
+else
+man_MANS = nano.1 rnano.1
+if GROFF_HTML
+BUILT_SOURCES = nano.1.html rnano.1.html
+endif
+endif
+
+nano_man_mans = nano.1 nanorc.5 rnano.1
+if GROFF_HTML
+htmlman_DATA = nano.1.html nanorc.5.html rnano.1.html
+htmlmandir = $(datadir)/nano/man-html
+nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
+
+nano.1.html: nano.1
+ groff -t -mandoc -Thtml < $? > $@
+nanorc.5.html: nanorc.5
+ groff -t -mandoc -Thtml < $? > $@
+rnano.1.html: rnano.1
+ groff -t -mandoc -Thtml < $? > $@
+
+EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)
+else
+EXTRA_DIST = $(nano_man_mans)
+endif
diff --git a/doc/man/Makefile.in b/doc/man/Makefile.in
new file mode 100644
index 0000000..a48d914
--- /dev/null
+++ b/doc/man/Makefile.in
@@ -0,0 +1,725 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+target_triplet = @target@
+subdir = doc/man
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
+ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glib-2.0.m4 \
+ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
+ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/progtest.m4 \
+ $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+ html-recursive info-recursive install-data-recursive \
+ install-dvi-recursive install-exec-recursive \
+ install-html-recursive install-info-recursive \
+ install-pdf-recursive install-ps-recursive install-recursive \
+ installcheck-recursive installdirs-recursive pdf-recursive \
+ ps-recursive uninstall-recursive
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+man1dir = $(mandir)/man1
+am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
+ "$(DESTDIR)$(htmlmandir)"
+man5dir = $(mandir)/man5
+NROFF = nroff
+MANS = $(man_MANS)
+DATA = $(htmlman_DATA)
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
+ distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = fr
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CURSES_LIB = @CURSES_LIB@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_LIBS = @GLIB_LIBS@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMSGFMT = @GMSGFMT@
+GOBJECT_QUERY = @GOBJECT_QUERY@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INTLLIBS = @INTLLIBS@
+LDFLAGS = @LDFLAGS@
+LIBICONV = @LIBICONV@
+LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LN_S = @LN_S@
+LTLIBICONV = @LTLIBICONV@
+LTLIBINTL = @LTLIBINTL@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGMERGE = @MSGMERGE@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKGDATADIR = @PKGDATADIR@
+PKG_CONFIG = @PKG_CONFIG@
+POSUB = @POSUB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+@USE_NLS_FALSE@SUBDIRS =
+@USE_NLS_TRUE@SUBDIRS = fr
+@USE_NANORC_FALSE@man_MANS = nano.1 rnano.1
+@USE_NANORC_TRUE@man_MANS = nano.1 nanorc.5 rnano.1
+@GROFF_HTML_TRUE@@USE_NANORC_FALSE@BUILT_SOURCES = nano.1.html rnano.1.html
+@GROFF_HTML_TRUE@@USE_NANORC_TRUE@BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
+nano_man_mans = nano.1 nanorc.5 rnano.1
+@GROFF_HTML_TRUE@htmlman_DATA = nano.1.html nanorc.5.html rnano.1.html
+@GROFF_HTML_TRUE@htmlmandir = $(datadir)/nano/man-html
+@GROFF_HTML_TRUE@nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
+@GROFF_HTML_FALSE@EXTRA_DIST = $(nano_man_mans)
+@GROFF_HTML_TRUE@EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)
+all: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/man/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu doc/man/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+install-man1: $(man_MANS)
+ @$(NORMAL_INSTALL)
+ test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ { for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
+ fi; \
+ done; \
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
+ done; }
+
+uninstall-man1:
+ @$(NORMAL_UNINSTALL)
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ test -z "$$files" || { \
+ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
+install-man5: $(man_MANS)
+ @$(NORMAL_INSTALL)
+ test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
+ @list=''; test -n "$(man5dir)" || exit 0; \
+ { for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.5[a-z]*$$/p'; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
+ fi; \
+ done; \
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
+ done; }
+
+uninstall-man5:
+ @$(NORMAL_UNINSTALL)
+ @list=''; test -n "$(man5dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.5[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ test -z "$$files" || { \
+ echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
+install-htmlmanDATA: $(htmlman_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(htmlmandir)" || $(MKDIR_P) "$(DESTDIR)$(htmlmandir)"
+ @list='$(htmlman_DATA)'; test -n "$(htmlmandir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmlmandir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmlmandir)" || exit $$?; \
+ done
+
+uninstall-htmlmanDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(htmlman_DATA)'; test -n "$(htmlmandir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(htmlmandir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(htmlmandir)" && rm -f $$files
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+$(RECURSIVE_CLEAN_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ case "$@" in \
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+ *) list='$(SUBDIRS)' ;; \
+ esac; \
+ rev=''; for subdir in $$list; do \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
+ done; \
+ rev="$$rev ."; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+ctags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ set x; \
+ here=`pwd`; \
+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+ include_option=--etags-include; \
+ empty_fix=.; \
+ else \
+ include_option=--include; \
+ empty_fix=; \
+ fi; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test ! -f $$subdir/TAGS || \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
+ fi; \
+ done; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
+ fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ @list='$(MANS)'; if test -n "$$list"; then \
+ list=`for p in $$list; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
+ if test -n "$$list" && \
+ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
+ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
+ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
+ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
+ echo " typically \`make maintainer-clean' will remove them" >&2; \
+ exit 1; \
+ else :; fi; \
+ else :; fi
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
+ am__remove_distdir=: \
+ am__skip_length_check=: \
+ am__skip_mode_fix=: \
+ distdir) \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) check-recursive
+all-am: Makefile $(MANS) $(DATA)
+installdirs: installdirs-recursive
+installdirs-am:
+ for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(htmlmandir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+clean: clean-recursive
+
+clean-am: clean-generic mostlyclean-am
+
+distclean: distclean-recursive
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+html: html-recursive
+
+html-am:
+
+info: info-recursive
+
+info-am:
+
+install-data-am: install-htmlmanDATA install-man
+
+install-dvi: install-dvi-recursive
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-recursive
+
+install-html-am:
+
+install-info: install-info-recursive
+
+install-info-am:
+
+install-man: install-man1 install-man5
+
+install-pdf: install-pdf-recursive
+
+install-pdf-am:
+
+install-ps: install-ps-recursive
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-htmlmanDATA uninstall-man
+
+uninstall-man: uninstall-man1 uninstall-man5
+
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
+ ctags-recursive install install-am install-strip \
+ tags-recursive
+
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+ all all-am check check-am clean clean-generic ctags \
+ ctags-recursive distclean distclean-generic distclean-tags \
+ distdir dvi dvi-am html html-am info info-am install \
+ install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-htmlmanDATA install-info \
+ install-info-am install-man install-man1 install-man5 \
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ installdirs-am maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
+ tags-recursive uninstall uninstall-am uninstall-htmlmanDATA \
+ uninstall-man uninstall-man1 uninstall-man5
+
+
+@GROFF_HTML_TRUE@nano.1.html: nano.1
+@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@
+@GROFF_HTML_TRUE@nanorc.5.html: nanorc.5
+@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@
+@GROFF_HTML_TRUE@rnano.1.html: rnano.1
+@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/doc/man/fr/Makefile.am b/doc/man/fr/Makefile.am
new file mode 100644
index 0000000..7a43052
--- /dev/null
+++ b/doc/man/fr/Makefile.am
@@ -0,0 +1,33 @@
+mandir = @mandir@/fr
+
+if USE_NANORC
+man_MANS = nano.1 nanorc.5 rnano.1
+if GROFF_HTML
+BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
+endif
+else
+man_MANS = nano.1 rnano.1
+if GROFF_HTML
+BUILT_SOURCES = nano.1.html rnano.1.html
+endif
+endif
+
+nano_man_mans = nano.1 nanorc.5 rnano.1
+if GROFF_HTML
+htmlman_DATA = nano.1.html nanorc.5.html rnano.1.html
+htmlmandir = $(datadir)/nano/man-html/fr
+
+nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
+
+nano.1.html: nano.1
+ groff -t -mandoc -Thtml < $? > $@
+nanorc.5.html: nanorc.5
+ groff -t -mandoc -Thtml < $? > $@
+rnano.1.html: rnano.1
+ groff -t -mandoc -Thtml < $? > $@
+
+EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)
+else
+EXTRA_DIST = $(nano_man_mans)
+endif
+
diff --git a/doc/man/fr/Makefile.in b/doc/man/fr/Makefile.in
new file mode 100644
index 0000000..79d5987
--- /dev/null
+++ b/doc/man/fr/Makefile.in
@@ -0,0 +1,521 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+target_triplet = @target@
+subdir = doc/man/fr
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
+ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glib-2.0.m4 \
+ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
+ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/progtest.m4 \
+ $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+man1dir = $(mandir)/man1
+am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
+ "$(DESTDIR)$(htmlmandir)"
+man5dir = $(mandir)/man5
+NROFF = nroff
+MANS = $(man_MANS)
+DATA = $(htmlman_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CURSES_LIB = @CURSES_LIB@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_LIBS = @GLIB_LIBS@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GMSGFMT = @GMSGFMT@
+GOBJECT_QUERY = @GOBJECT_QUERY@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INTLLIBS = @INTLLIBS@
+LDFLAGS = @LDFLAGS@
+LIBICONV = @LIBICONV@
+LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LN_S = @LN_S@
+LTLIBICONV = @LTLIBICONV@
+LTLIBINTL = @LTLIBINTL@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGMERGE = @MSGMERGE@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKGDATADIR = @PKGDATADIR@
+PKG_CONFIG = @PKG_CONFIG@
+POSUB = @POSUB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@/fr
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+@USE_NANORC_FALSE@man_MANS = nano.1 rnano.1
+@USE_NANORC_TRUE@man_MANS = nano.1 nanorc.5 rnano.1
+@GROFF_HTML_TRUE@@USE_NANORC_FALSE@BUILT_SOURCES = nano.1.html rnano.1.html
+@GROFF_HTML_TRUE@@USE_NANORC_TRUE@BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
+nano_man_mans = nano.1 nanorc.5 rnano.1
+@GROFF_HTML_TRUE@htmlman_DATA = nano.1.html nanorc.5.html rnano.1.html
+@GROFF_HTML_TRUE@htmlmandir = $(datadir)/nano/man-html/fr
+@GROFF_HTML_TRUE@nano_built_sources = nano.1.html nanorc.5.html rnano.1.html
+@GROFF_HTML_FALSE@EXTRA_DIST = $(nano_man_mans)
+@GROFF_HTML_TRUE@EXTRA_DIST = $(nano_man_mans) $(nano_built_sources)
+all: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/man/fr/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu doc/man/fr/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+install-man1: $(man_MANS)
+ @$(NORMAL_INSTALL)
+ test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ { for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
+ fi; \
+ done; \
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
+ done; }
+
+uninstall-man1:
+ @$(NORMAL_UNINSTALL)
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ test -z "$$files" || { \
+ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
+install-man5: $(man_MANS)
+ @$(NORMAL_INSTALL)
+ test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
+ @list=''; test -n "$(man5dir)" || exit 0; \
+ { for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.5[a-z]*$$/p'; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
+ fi; \
+ done; \
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
+ done; }
+
+uninstall-man5:
+ @$(NORMAL_UNINSTALL)
+ @list=''; test -n "$(man5dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.5[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ test -z "$$files" || { \
+ echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
+install-htmlmanDATA: $(htmlman_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(htmlmandir)" || $(MKDIR_P) "$(DESTDIR)$(htmlmandir)"
+ @list='$(htmlman_DATA)'; test -n "$(htmlmandir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmlmandir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmlmandir)" || exit $$?; \
+ done
+
+uninstall-htmlmanDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(htmlman_DATA)'; test -n "$(htmlmandir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(htmlmandir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(htmlmandir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @list='$(MANS)'; if test -n "$$list"; then \
+ list=`for p in $$list; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
+ if test -n "$$list" && \
+ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
+ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
+ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
+ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
+ echo " typically \`make maintainer-clean' will remove them" >&2; \
+ exit 1; \
+ else :; fi; \
+ else :; fi
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) check-am
+all-am: Makefile $(MANS) $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(htmlmandir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+clean: clean-am
+
+clean-am: clean-generic mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-htmlmanDATA install-man
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man: install-man1 install-man5
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-htmlmanDATA uninstall-man
+
+uninstall-man: uninstall-man1 uninstall-man5
+
+.MAKE: all check install install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic distclean \
+ distclean-generic distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-htmlmanDATA install-info \
+ install-info-am install-man install-man1 install-man5 \
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-htmlmanDATA uninstall-man uninstall-man1 \
+ uninstall-man5
+
+
+@GROFF_HTML_TRUE@nano.1.html: nano.1
+@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@
+@GROFF_HTML_TRUE@nanorc.5.html: nanorc.5
+@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@
+@GROFF_HTML_TRUE@rnano.1.html: rnano.1
+@GROFF_HTML_TRUE@ groff -t -mandoc -Thtml < $? > $@
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/doc/man/fr/nano.1 b/doc/man/fr/nano.1
new file mode 100644
index 0000000..f840374
--- /dev/null
+++ b/doc/man/fr/nano.1
@@ -0,0 +1,326 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+.\" Free Software Foundation, Inc.
+.\"
+.\" Le travail d'adaptation française de cette page de manuel a été
+.\" réalisé par Jean-Philippe Guérard, en 2003, 2004, 2005, 2006 et 2007.
+.\" Ce travail d'adaptation est dans le domaine public. Attention, la
+.\" page traduite reste soumise au droit d'auteur de ses auteurs
+.\" originaux.
+.\"
+.\" The French translation of this document is a public domain work of
+.\" Jean-Philippe Guérard. This translation work was made in 2003, 2004,
+.\" 2005, 2006 and 2007. The translated man page in itself is still
+.\" subject to the copyright of its original authors.
+.\"
+.\" This document is dual-licensed. You may distribute and/or modify it
+.\" under the terms of either of the following licenses:
+.\"
+.\" * The GNU General Public License, as published by the Free Software
+.\" Foundation, version 3 or (at your option) any later version. You
+.\" should have received a copy of the GNU General Public License
+.\" along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" * The GNU Free Documentation License, as published by the Free
+.\" Software Foundation, version 1.2 or (at your option) any later
+.\" version, with no Invariant Sections, no Front-Cover Texts, and no
+.\" Back-Cover Texts. You should have received a copy of the GNU Free
+.\" Documentation License along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" Ce document est publié sous une double licence. Vous pouvez
+.\" le distribuer et le modifier selon les termes de l'une des deux
+.\" licences ci-dessous :
+.\"
+.\" * La Licence publique générale GNU (GNU GPL) version 3 ou, à
+.\" votre choix, supérieure, telle que publiée par la Free
+.\" Software Foundation. Vous devriez avoir reçu une copie de la
+.\" Licence publique générale GNU avec ce programme. Si ce n'est pas
+.\" le cas, consultez <http://www.gnu.org/licenses/>.
+.\"
+.\" * La Licence de documentation libre GNU (GNU FDL), version 1.2 ou,
+.\" à votre choix, supérieure, telle que publiée par la Free
+.\" Software Foundation, sans section invariante, ni texte de
+.\" première ou de quatrième de couverture. Vous devriez avoir reçu
+.\" une copie de la Licence de documentation libre GNU avec ce
+.\" programme. Si ce n'est pas le cas, consultez
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" $Id: nano.1 4443 2009-11-27 02:50:12Z astyanax $
+.TH NANO 1 "version 2.0.0" "29\ novembre\ 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\" Merci de modifier ces dates à chaque mise à jour de cette page.
+.\"
+
+.SH NOM
+nano \- NAno un NOuvel éditeur, un clone libre et amélioré de Pico
+
+.SH SYNOPSIS
+.B nano
+.I [OPTIONS]\ [[\+LIGNE,COLONNE]\ FICHIER]...
+.br
+
+.SH DESCRIPTION
+Cette page de manuel décrit brièvement la commande \fBnano\fR.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
+.\" respectively.
+\fBnano\fR est un éditeur petit, sympathique et libre, qui vise à remplacer
+Pico, l'éditeur par défaut du logiciel non libre Pine. \fBnano\fR ne se
+contentant pas de copier l'interface et l'ergonomie de Pico, il offre
+également certaines fonctions manquantes (ou désactivées par défaut)
+dans Pico. Ces fonctionnalités sont, par exemple, les fonctions de
+recherche et de remplacement, et la possibilité de sauter directement à
+une ligne et à une colonne précise.
+
+.SH OPTIONS
+.TP
+.B \+\fILIGNE\fP,\fICOLONNE\fP
+Démarre avec le curseur positionné à la colonne \fICOLONNE\fP de
+la ligne \fILIGNE\fR (l'un des deux, au moins, devant être spécifié) au
+lieu de démarrer à la colonne\ 1, ligne\ 1.
+.TP
+.B \-?
+Identique à \fB-h (\-\-help)\fP.
+.TP
+.B \-A (\-\-smarthome)
+Rend plus malin le fonctionnement de la touche «\ Début\ ». Lorsque l'on
+appuie sur cette touche à n'importe quel endroit excepté au tout début
+du texte d'une ligne (i.\ e. au premier caractère non blanc), le curseur
+se positionnera au début du texte de la ligne (qu'il soit en avant ou en
+arrière). Si le curseur est déjà là, il se placera au vrai début de la
+ligne.
+.TP
+.B \-B (\-\-backup)
+Lors de l'écriture d'un fichier, crée une copie de sécurité de la
+version précédente, en ajoutant un tilde (~) au nom du fichier.
+.TP
+.B \-D (\-\-boldtext)
+Utilise des caractères gras à la place de la vidéo inverse.
+.TP
+.B \-C \fIrépertoire\fP (\-\-backupdir=\fIrépertoire\fP)
+Définit le répertoire utilisé par \fBnano\fP pour enregistrer les copies
+de sécurité uniques si celles-ci sont activées.
+.TP
+.B \-E (\-\-tabstospaces)
+Convertit les tabulations clavier en espaces.
+.TP
+.B \-F (\-\-multibuffer)
+Active le mode multi-espace, autorisant l'édition simultanée de
+plusieurs fichiers, si ce mode est disponible.
+.TP
+.B \-H (\-\-historylog)
+Enregistre les chaînes ayant fait l'objet d'une recherche ou d'un
+remplacement dans le fichier \fI~/.nano_history\fR afin de permettre leur
+réutilisation. Ceci n'est possible que si \fBnano\fR est configuré pour
+utiliser les fichiers nanorc.
+.TP
+.B \-I (\-\-ignorercfiles)
+Ne pas utiliser pas les fichiers \fISYSCONFDIR/nanorc\fR et
+\fI~/.nanorc\fR (si \fBnano\fR est capable de les utiliser).
+.TP
+.B \-K (\-\-rebindkeypad)
+Interprète les touches du pavé numérique afin qu'elles fonctionnent
+toutes correctement. Vous ne devriez utiliser cette option que si ce
+n'est pas le cas, car nano ne sera plus capable d'utiliser la souris
+correctement lorsque cette option sera activée.
+.TP
+.B \-L (\-\-nonewlines)
+Ne pas ajouter de passage à la ligne à la fin des fichiers.
+.TP
+.B \-N (\-\-noconvert)
+Désactive la conversion automatique des fichiers depuis les formats Mac et
+DOS.
+.TP
+.B \-O (\-\-morespace)
+Utiliser la ligne blanche située sous la ligne de titre comme
+espace supplémentaire d'édition.
+.TP
+.B \-Q \fIchaîne\fP (\-\-quotestr=\fIchaîne\fP)
+Définit le préfixe par défaut des citations. Nano utilise ce préfixe
+pour réaliser une justification correcte des citations. Si nano est
+capable d'utiliser des expressions rationnelles, le préfixe par défaut
+sera "\fI^([\ \\t]*[#:>\\|}])+\fP", sinon, ce sera "\fI>\ \fP". Dans
+l'expression rationnelle précédente, «\ \fI\\t\fP\ » représente une
+tabulation.
+.TP
+.B \-R (\-\-restricted)
+Mode restreint\ : aucune lecture ou écriture de fichiers non indiqués
+sur la ligne de commande, pas de lecture des fichiers nanorc,
+interdiction de suspendre, interdiction d'ajouter au début, à la fin,
+de sauvegarder un fichier ayant déjà un nom sous un nom différent,
+d'utiliser une copie de sécurité ou le correcteur orthographique. Cette
+option peut aussi être activée en appelant \fBnano\fP sous un nom
+commençant par «\ r\ » (par exemple «\ rnano\ »).
+.TP
+.B \-S (\-\-smooth)
+Active le défilement progressif. Le texte défilera ligne-par-ligne au lieu
+de défiler morceau-par-morceau.
+.TP
+.B \-T \fInombre\fP (\-\-tabsize=\fInombre\fP)
+Définit la taille (largeur) des tabulations en nombre de colonnes. Le
+nombre indiqué doit être strictement supérieur à 0. La valeur par défaut
+est de 8.
+.TP
+.B \-U (\-\-quickblank)
+Effacement rapide de la ligne d'état. Les messages affichés par la ligne
+d'état disparaîtront après une frappe clavier au lieu de 25. Notez que
+l'option \fB-c\fP prend le pas sur cette option.
+.TP
+.B \-V (\-\-version)
+Affiche la version, puis s'arrête.
+.TP
+.B \-W (\-\-wordbounds)
+Détection plus précise des limites de mots, obtenue en considérant les
+caractères de ponctuation comme faisant partie des mots.
+.TP
+.B \-Y \fIchaîne\fP (\-\-syntax=\fIchaîne\fP)
+Indique quel mode de colorisation syntaxique adopter, parmi les modes
+définis dans le fichier \fI.nanorc\fR, si cette fonctionnalité est
+disponible.
+.TP
+.B \-c (\-\-const)
+Affiche en permanence la position du curseur. Notez que cette option
+prend le pas sur l'option \fB-U\fP.
+.TP
+.B \-d (\-\-rebinddelete)
+Interprète différemment la touche «\ Supprimer\ », afin que les touches
+«\ Effacement arrière\ » et «\ Supprimer\ » fonctionnent correctement.
+Vous ne devriez avoir besoin de cette option que si, sur votre système,
+la touche «\ Effacement arrière\ » produit l'effet de la touche
+«\ Supprimer\ ».
+.TP
+.B \-h (\-\-help)
+Affiche un résumé des options de lancement de nano, puis s'arrête.
+.TP
+.B \-i (\-\-autoindent)
+Indentation automatique. Commence chaque nouvelle ligne au même niveau que
+la ligne précédente. Utile pour l'édition de code source.
+.TP
+.B \-k (\-\-cut)
+Coupe le texte du curseur à la fin de la ligne, au lieu de couper la
+ligne entière.
+.TP
+.B \-l (\-\-nofollow)
+Si le fichier édité est un lien symbolique, au lieu de le suivre,
+remplace le lien par le nouveau fichier. Sans doute utile pour éditer
+les fichiers de \fI/tmp\fR, non\ ?
+.TP
+.B \-m (\-\-mouse)
+Active l'utilisation de la souris, si elle est disponible pour votre
+système. Lorsque celle-ci est activée, il est possible d'utiliser la
+souris pour positionner le curseur, pour marquer le texte (avec un
+double-clic) et pour lancer les fonctions correspondant aux raccourcis.
+Il est possible d'utiliser la souris sous X\ Window ou en mode console
+avec gpm.
+.TP
+.B \-o \fIrépertoire\fP (\-\-operatingdir=\fIrépertoire\fP)
+Définit le répertoire de travail. Demande à \fBnano\fP de mettre en place
+quelque chose de similaire à un environnement d'exécution restreint
+(\fIchroot\fR).
+.TP
+.B \-p (\-\-preserve)
+Préserve les séquences XON et XOFF (^Q et ^S), afin qu'elle soient reçues
+par le terminal.
+.TP
+.B \-r \fIcolonne\fP (\-\-fill=\fIcolonne\fP)
+Passe automatiquement à la ligne une fois arrivé à la colonne
+\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.
+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.
+.TP
+.B \-s \fIprogramme\fP (\-\-speller=\fIprogramme\fP)
+Choix d'un correcteur orthographique de remplacement.
+.TP
+.B \-t (\-\-tempfile)
+S'il a été modifié, le fichier sera sauvegardé automatiquement sans
+demande de confirmation. Identique à l'option \fB-t\fP de Pico.
+.TP
+.B \-v (\-\-view)
+Mode visualisation (lecture seule).
+.TP
+.B \-w (\-\-nowrap)
+Désactive le passage automatique à la ligne.
+.TP
+.B \-x (\-\-nohelp)
+Désactive la barre d'aide affichée en bas de l'écran.
+.TP
+.B \-z (\-\-suspend)
+Autorise à suspendre l'éditeur.
+.TP
+.B \-a, \-b, \-e, \-f, \-g, \-j
+Ignoré, pour être compatible avec Pico.
+
+.SH "FICHIERS D'INITIALISATION"
+\fBnano\fR lit les fichiers d'initialisation dans l'ordre suivant\ :
+\fISYSCONFDIR/nanorc\fR, puis \fI~/.nanorc\fR. Référez-vous à la page de
+manuel de \fBnanorc(5)\fR et au fichier d'exemple \fInanorc.sample\fR,
+qui devraient tous les deux être livrés avec \fBnano\fR.
+
+.SH NOTES
+Si aucun correcteur orthographique de remplacement n'est indiqué dans la
+ligne de commande ou dans l'un des fichiers nanorc, \fBnano\fR prendra
+la commande indiquée par la variable d'environnement \fBSPELL\fR si
+elle est définie.
+
+Dans certains cas, \fBnano\fR essaiera de sauvegarder le fichier en cours
+d'édition dans un fichier de secours. Cela arrivera principalement si
+\fBnano\fR reçoit un signal SIGHUP ou SIGTERM, ou bien se trouve à court de
+mémoire. Le nom de ce fichier de secours sera \fInano.save\fR si le fichier en
+cours n'avait pas encore de nom, ou sera composé du nom du fichier en cours
+suivi du suffixe «\ .save\ ». Si un fichier de ce nom existe déjà dans
+le répertoire, un «\ .save\ » et un nombre seront ajoutés à la fin du
+nom du fichier en cours afin de le rendre unique (par exemple,
+«\ .save.1\ »). En mode multi-espace, \fBnano\fR réalisera une
+sauvegarde de tous les fichiers en cours dans leurs fichiers de secours
+respectifs.
+
+.SH BOGUES
+Merci de nous faire parvenir vos commentaires et de nous signaler les
+bogues, en écrivant, en anglais, à \fBnano@nano-editor.org\fR.
+
+La liste de discussion anglophone \fBnano\fR est disponible à l'adresse
+\fBnano-devel@gnu.org\fR.
+
+Pour vous abonner, envoyez un courrier électronique à
+\fBnano-devel-request@gnu.org\fR, ayant pour objet «\ subscribe\ ».
+
+N'hésitez pas également à envoyez vos commentaires, suggestions et
+corrections relatives à l'adaptation française de cette page de manuel
+ou du logiciel à \fBjean-philippe.guerard@tigreraye.org\fR.
+
+.SH "SITE INTERNET"
+http://www.nano-editor.org/
+
+.SH "VOIR AUSSI"
+.PD 0
+.TP
+\fBnanorc\fR(5)
+.PP
+\fI/usr/share/doc/nano/\fR (ou son équivalent sur votre système)
+
+.SH AUTEUR
+Chris Allegretta <chrisa@asty.org> et d'autres (voir les fichiers
+\fIAUTHORS\fR et \fITHANKS\fR pour plus d'information). Cette page de
+manuel a été initialement rédigée par Jordi Mallach <jordi@gnu.org> pour
+le système Debian (mais elle peut être utilisée par d'autres).
+
+.SH TRADUCTION
+Cette adaptation française a été réalisée par Jean-Philippe\ Guérard
+<jean-philippe.guerard@tigreraye.org> le 29\ novembre\ 2007 à partir
+de la version 1.54 du 11\ octobre\ 2007 de la page de manuel de nano
+2.0.0. Cette page a été relue par Gérard Delafond.
+
+Un maximum de soin a été apporté lors de l'élaboration de cette
+traduction\ ; néanmoins, quelques imperfections peuvent subsister. Si
+vous en rencontrez, que ce soit dans la version française ou dans la
+version originale, n'hésitez pas à les signaler à l'auteur ou au
+traducteur.
+
+La version originale la plus à jour de ce document est toujours
+consultable via la commande\ :
+
+LANGUAGE=en man nano
diff --git a/doc/man/fr/nano.1.html b/doc/man/fr/nano.1.html
new file mode 100644
index 0000000..e8f9548
--- /dev/null
+++ b/doc/man/fr/nano.1.html
@@ -0,0 +1,560 @@
+<!-- Creator : groff version 1.20.1 -->
+<!-- CreationDate: Tue Aug 10 22:44:00 2010 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title>NANO</title>
+
+</head>
+<body>
+
+<h1 align="center">NANO</h1>
+
+<a href="#NOM">NOM</a><br>
+<a href="#SYNOPSIS">SYNOPSIS</a><br>
+<a href="#DESCRIPTION">DESCRIPTION</a><br>
+<a href="#OPTIONS">OPTIONS</a><br>
+<a href="#FICHIERS D&rsquo;INITIALISATION">FICHIERS D&rsquo;INITIALISATION</a><br>
+<a href="#NOTES">NOTES</a><br>
+<a href="#BOGUES">BOGUES</a><br>
+<a href="#SITE INTERNET">SITE INTERNET</a><br>
+<a href="#VOIR AUSSI">VOIR AUSSI</a><br>
+<a href="#AUTEUR">AUTEUR</a><br>
+<a href="#TRADUCTION">TRADUCTION</a><br>
+
+<hr>
+
+
+<h2>NOM
+<a name="NOM"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">nano &minus;
+NAno un NOuvel &eacute;diteur, un clone libre et
+am&eacute;lior&eacute; de Pico</p>
+
+<h2>SYNOPSIS
+<a name="SYNOPSIS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b>
+<i>[OPTIONS]&nbsp;[[+LIGNE,COLONNE]&nbsp;FICHIER]...</i></p>
+
+<h2>DESCRIPTION
+<a name="DESCRIPTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Cette page de
+manuel d&eacute;crit bri&egrave;vement la commande
+<b>nano</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b> est
+un &eacute;diteur petit, sympathique et libre, qui vise
+&agrave; remplacer Pico, l&rsquo;&eacute;diteur par
+d&eacute;faut du logiciel non libre Pine. <b>nano</b> ne se
+contentant pas de copier l&rsquo;interface et
+l&rsquo;ergonomie de Pico, il offre &eacute;galement
+certaines fonctions manquantes (ou d&eacute;sactiv&eacute;es
+par d&eacute;faut) dans Pico. Ces fonctionnalit&eacute;s
+sont, par exemple, les fonctions de recherche et de
+remplacement, et la possibilit&eacute; de sauter directement
+&agrave; une ligne et &agrave; une colonne
+pr&eacute;cise.</p>
+
+<h2>OPTIONS
+<a name="OPTIONS"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>+</b><i>LIGNE</i><b>,</b><i>COLONNE</i></p>
+
+<p style="margin-left:22%;">D&eacute;marre avec le curseur
+positionn&eacute; &agrave; la colonne <i>COLONNE</i> de la
+ligne <i>LIGNE</i> (l&rsquo;un des deux, au moins, devant
+&ecirc;tre sp&eacute;cifi&eacute;) au lieu de
+d&eacute;marrer &agrave; la colonne&nbsp;1,
+ligne&nbsp;1.</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>&minus;?</b></p></td>
+<td width="8%"></td>
+<td width="36%">
+
+
+<p>Identique &agrave; <b>-h (&minus;&minus;help)</b>.</p></td>
+<td width="42%">
+</td></tr>
+</table>
+
+<p style="margin-left:11%;"><b>&minus;A
+(&minus;&minus;smarthome)</b></p>
+
+<p style="margin-left:22%;">Rend plus malin le
+fonctionnement de la touche
+&laquo;&nbsp;D&eacute;but&nbsp;&raquo;. Lorsque l&rsquo;on
+appuie sur cette touche &agrave; n&rsquo;importe quel
+endroit except&eacute; au tout d&eacute;but du texte
+d&rsquo;une ligne (i.&nbsp;e. au premier caract&egrave;re
+non blanc), le curseur se positionnera au d&eacute;but du
+texte de la ligne (qu&rsquo;il soit en avant ou en
+arri&egrave;re). Si le curseur est d&eacute;j&agrave;
+l&agrave;, il se placera au vrai d&eacute;but de la
+ligne.</p>
+
+<p style="margin-left:11%;"><b>&minus;B
+(&minus;&minus;backup)</b></p>
+
+<p style="margin-left:22%;">Lors de l&rsquo;&eacute;criture
+d&rsquo;un fichier, cr&eacute;e une copie de
+s&eacute;curit&eacute; de la version
+pr&eacute;c&eacute;dente, en ajoutant un tilde (~) au nom du
+fichier.</p>
+
+<p style="margin-left:11%;"><b>&minus;D
+(&minus;&minus;boldtext)</b></p>
+
+<p style="margin-left:22%;">Utilise des caract&egrave;res
+gras &agrave; la place de la vid&eacute;o inverse.</p>
+
+<p style="margin-left:11%;"><b>&minus;C</b>
+<i>r&eacute;pertoire</i>
+<b>(&minus;&minus;backupdir=</b><i>r&eacute;pertoire</i><b>)</b></p>
+
+<p style="margin-left:22%;">D&eacute;finit le
+r&eacute;pertoire utilis&eacute; par <b>nano</b> pour
+enregistrer les copies de s&eacute;curit&eacute; uniques si
+celles-ci sont activ&eacute;es.</p>
+
+<p style="margin-left:11%;"><b>&minus;E
+(&minus;&minus;tabstospaces)</b></p>
+
+<p style="margin-left:22%;">Convertit les tabulations
+clavier en espaces.</p>
+
+<p style="margin-left:11%;"><b>&minus;F
+(&minus;&minus;multibuffer)</b></p>
+
+<p style="margin-left:22%;">Active le mode multi-espace,
+autorisant l&rsquo;&eacute;dition simultan&eacute;e de
+plusieurs fichiers, si ce mode est disponible.</p>
+
+<p style="margin-left:11%;"><b>&minus;H
+(&minus;&minus;historylog)</b></p>
+
+<p style="margin-left:22%;">Enregistre les cha&icirc;nes
+ayant fait l&rsquo;objet d&rsquo;une recherche ou d&rsquo;un
+remplacement dans le fichier <i>~/.nano_history</i> afin de
+permettre leur r&eacute;utilisation. Ceci n&rsquo;est
+possible que si <b>nano</b> est configur&eacute; pour
+utiliser les fichiers nanorc.</p>
+
+<p style="margin-left:11%;"><b>&minus;I
+(&minus;&minus;ignorercfiles)</b></p>
+
+<p style="margin-left:22%;">Ne pas utiliser pas les
+fichiers <i>SYSCONFDIR/nanorc</i> et <i>~/.nanorc</i> (si
+<b>nano</b> est capable de les utiliser).</p>
+
+<p style="margin-left:11%;"><b>&minus;K
+(&minus;&minus;rebindkeypad)</b></p>
+
+<p style="margin-left:22%;">Interpr&egrave;te les touches
+du pav&eacute; num&eacute;rique afin qu&rsquo;elles
+fonctionnent toutes correctement. Vous ne devriez utiliser
+cette option que si ce n&rsquo;est pas le cas, car nano ne
+sera plus capable d&rsquo;utiliser la souris correctement
+lorsque cette option sera activ&eacute;e.</p>
+
+<p style="margin-left:11%;"><b>&minus;L
+(&minus;&minus;nonewlines)</b></p>
+
+<p style="margin-left:22%;">Ne pas ajouter de passage
+&agrave; la ligne &agrave; la fin des fichiers.</p>
+
+<p style="margin-left:11%;"><b>&minus;N
+(&minus;&minus;noconvert)</b></p>
+
+<p style="margin-left:22%;">D&eacute;sactive la conversion
+automatique des fichiers depuis les formats Mac et DOS.</p>
+
+<p style="margin-left:11%;"><b>&minus;O
+(&minus;&minus;morespace)</b></p>
+
+<p style="margin-left:22%;">Utiliser la ligne blanche
+situ&eacute;e sous la ligne de titre comme espace
+suppl&eacute;mentaire d&rsquo;&eacute;dition.</p>
+
+<p style="margin-left:11%;"><b>&minus;Q</b>
+<i>cha&icirc;ne</i>
+<b>(&minus;&minus;quotestr=</b><i>cha&icirc;ne</i><b>)</b></p>
+
+<p style="margin-left:22%;">D&eacute;finit le
+pr&eacute;fixe par d&eacute;faut des citations. Nano utilise
+ce pr&eacute;fixe pour r&eacute;aliser une justification
+correcte des citations. Si nano est capable d&rsquo;utiliser
+des expressions rationnelles, le pr&eacute;fixe par
+d&eacute;faut sera
+&quot;<i>^([&nbsp;\t]*[#:&gt;\|}])+</i>&quot;, sinon, ce
+sera &quot;<i>&gt;&nbsp;</i>&quot;. Dans l&rsquo;expression
+rationnelle pr&eacute;c&eacute;dente,
+&laquo;&nbsp;<i>\t&nbsp;</i>&raquo; repr&eacute;sente une
+tabulation.</p>
+
+<p style="margin-left:11%;"><b>&minus;R
+(&minus;&minus;restricted)</b></p>
+
+<p style="margin-left:22%;">Mode restreint&nbsp;: aucune
+lecture ou &eacute;criture de fichiers non indiqu&eacute;s
+sur la ligne de commande, pas de lecture des fichiers
+nanorc, interdiction de suspendre, interdiction
+d&rsquo;ajouter au d&eacute;but, &agrave; la fin, de
+sauvegarder un fichier ayant d&eacute;j&agrave; un nom sous
+un nom diff&eacute;rent, d&rsquo;utiliser une copie de
+s&eacute;curit&eacute; ou le correcteur orthographique.
+Cette option peut aussi &ecirc;tre activ&eacute;e en
+appelant <b>nano</b> sous un nom commen&ccedil;ant par
+&laquo;&nbsp;r&nbsp;&raquo; (par exemple
+&laquo;&nbsp;rnano&nbsp;&raquo;).</p>
+
+<p style="margin-left:11%;"><b>&minus;S
+(&minus;&minus;smooth)</b></p>
+
+<p style="margin-left:22%;">Active le d&eacute;filement
+progressif. Le texte d&eacute;filera ligne-par-ligne au lieu
+de d&eacute;filer morceau-par-morceau.</p>
+
+<p style="margin-left:11%;"><b>&minus;T</b> <i>nombre</i>
+<b>(&minus;&minus;tabsize=</b><i>nombre</i><b>)</b></p>
+
+<p style="margin-left:22%;">D&eacute;finit la taille
+(largeur) des tabulations en nombre de colonnes. Le nombre
+indiqu&eacute; doit &ecirc;tre strictement sup&eacute;rieur
+&agrave; 0. La valeur par d&eacute;faut est de 8.</p>
+
+<p style="margin-left:11%;"><b>&minus;U
+(&minus;&minus;quickblank)</b></p>
+
+<p style="margin-left:22%;">Effacement rapide de la ligne
+d&rsquo;&eacute;tat. Les messages affich&eacute;s par la
+ligne d&rsquo;&eacute;tat dispara&icirc;tront apr&egrave;s
+une frappe clavier au lieu de 25. Notez que l&rsquo;option
+<b>-c</b> prend le pas sur cette option.</p>
+
+<p style="margin-left:11%;"><b>&minus;V
+(&minus;&minus;version)</b></p>
+
+<p style="margin-left:22%;">Affiche la version, puis
+s&rsquo;arr&ecirc;te.</p>
+
+<p style="margin-left:11%;"><b>&minus;W
+(&minus;&minus;wordbounds)</b></p>
+
+<p style="margin-left:22%;">D&eacute;tection plus
+pr&eacute;cise des limites de mots, obtenue en
+consid&eacute;rant les caract&egrave;res de ponctuation
+comme faisant partie des mots.</p>
+
+<p style="margin-left:11%;"><b>&minus;Y</b>
+<i>cha&icirc;ne</i>
+<b>(&minus;&minus;syntax=</b><i>cha&icirc;ne</i><b>)</b></p>
+
+<p style="margin-left:22%;">Indique quel mode de
+colorisation syntaxique adopter, parmi les modes
+d&eacute;finis dans le fichier <i>.nanorc</i>, si cette
+fonctionnalit&eacute; est disponible.</p>
+
+<p style="margin-left:11%;"><b>&minus;c
+(&minus;&minus;const)</b></p>
+
+<p style="margin-left:22%;">Affiche en permanence la
+position du curseur. Notez que cette option prend le pas sur
+l&rsquo;option <b>-U</b>.</p>
+
+<p style="margin-left:11%;"><b>&minus;d
+(&minus;&minus;rebinddelete)</b></p>
+
+<p style="margin-left:22%;">Interpr&egrave;te
+diff&eacute;remment la touche
+&laquo;&nbsp;Supprimer&nbsp;&raquo;, afin que les touches
+&laquo;&nbsp;Effacement arri&egrave;re&nbsp;&raquo; et
+&laquo;&nbsp;Supprimer&nbsp;&raquo; fonctionnent
+correctement. Vous ne devriez avoir besoin de cette option
+que si, sur votre syst&egrave;me, la touche
+&laquo;&nbsp;Effacement arri&egrave;re&nbsp;&raquo; produit
+l&rsquo;effet de la touche
+&laquo;&nbsp;Supprimer&nbsp;&raquo;.</p>
+
+<p style="margin-left:11%;"><b>&minus;h
+(&minus;&minus;help)</b></p>
+
+<p style="margin-left:22%;">Affiche un r&eacute;sum&eacute;
+des options de lancement de nano, puis
+s&rsquo;arr&ecirc;te.</p>
+
+<p style="margin-left:11%;"><b>&minus;i
+(&minus;&minus;autoindent)</b></p>
+
+<p style="margin-left:22%;">Indentation automatique.
+Commence chaque nouvelle ligne au m&ecirc;me niveau que la
+ligne pr&eacute;c&eacute;dente. Utile pour
+l&rsquo;&eacute;dition de code source.</p>
+
+<p style="margin-left:11%;"><b>&minus;k
+(&minus;&minus;cut)</b></p>
+
+<p style="margin-left:22%;">Coupe le texte du curseur
+&agrave; la fin de la ligne, au lieu de couper la ligne
+enti&egrave;re.</p>
+
+<p style="margin-left:11%;"><b>&minus;l
+(&minus;&minus;nofollow)</b></p>
+
+<p style="margin-left:22%;">Si le fichier
+&eacute;dit&eacute; est un lien symbolique, au lieu de le
+suivre, remplace le lien par le nouveau fichier. Sans doute
+utile pour &eacute;diter les fichiers de <i>/tmp</i>,
+non&nbsp;?</p>
+
+<p style="margin-left:11%;"><b>&minus;m
+(&minus;&minus;mouse)</b></p>
+
+<p style="margin-left:22%;">Active l&rsquo;utilisation de
+la souris, si elle est disponible pour votre syst&egrave;me.
+Lorsque celle-ci est activ&eacute;e, il est possible
+d&rsquo;utiliser la souris pour positionner le curseur, pour
+marquer le texte (avec un double-clic) et pour lancer les
+fonctions correspondant aux raccourcis. Il est possible
+d&rsquo;utiliser la souris sous X&nbsp;Window ou en mode
+console avec gpm.</p>
+
+<p style="margin-left:11%;"><b>&minus;o</b>
+<i>r&eacute;pertoire</i>
+<b>(&minus;&minus;operatingdir=</b><i>r&eacute;pertoire</i><b>)</b></p>
+
+<p style="margin-left:22%;">D&eacute;finit le
+r&eacute;pertoire de travail. Demande &agrave; <b>nano</b>
+de mettre en place quelque chose de similaire &agrave; un
+environnement d&rsquo;ex&eacute;cution restreint
+(<i>chroot</i>).</p>
+
+<p style="margin-left:11%;"><b>&minus;p
+(&minus;&minus;preserve)</b></p>
+
+<p style="margin-left:22%;">Pr&eacute;serve les
+s&eacute;quences XON et XOFF (^Q et ^S), afin qu&rsquo;elle
+soient re&ccedil;ues par le terminal.</p>
+
+<p style="margin-left:11%;"><b>&minus;r</b> <i>colonne</i>
+<b>(&minus;&minus;fill=</b><i>colonne</i><b>)</b></p>
+
+<p style="margin-left:22%;">Passe automatiquement &agrave;
+la ligne une fois arriv&eacute; &agrave; la colonne
+<i>colonne</i>. Si la valeur indiqu&eacute;e est de 0 ou
+moins, le point de passage &agrave; la ligne aura lieu
+&agrave; la taille de l&rsquo;&eacute;cran moins
+<i>colonne</i>. Cela permet de faire varier le point de
+passage &agrave; la ligne lorsque l&rsquo;on change la
+taille de l&rsquo;&eacute;cran. La valeur par d&eacute;faut
+est de &minus;8.</p>
+
+<p style="margin-left:11%;"><b>&minus;s</b>
+<i>programme</i>
+<b>(&minus;&minus;speller=</b><i>programme</i><b>)</b></p>
+
+<p style="margin-left:22%;">Choix d&rsquo;un correcteur
+orthographique de remplacement.</p>
+
+<p style="margin-left:11%;"><b>&minus;t
+(&minus;&minus;tempfile)</b></p>
+
+<p style="margin-left:22%;">S&rsquo;il a &eacute;t&eacute;
+modifi&eacute;, le fichier sera sauvegard&eacute;
+automatiquement sans demande de confirmation. Identique
+&agrave; l&rsquo;option <b>-t</b> de Pico.</p>
+
+<p style="margin-left:11%;"><b>&minus;v
+(&minus;&minus;view)</b></p>
+
+<p style="margin-left:22%;">Mode visualisation (lecture
+seule).</p>
+
+<p style="margin-left:11%;"><b>&minus;w
+(&minus;&minus;nowrap)</b></p>
+
+<p style="margin-left:22%;">D&eacute;sactive le passage
+automatique &agrave; la ligne.</p>
+
+<p style="margin-left:11%;"><b>&minus;x
+(&minus;&minus;nohelp)</b></p>
+
+<p style="margin-left:22%;">D&eacute;sactive la barre
+d&rsquo;aide affich&eacute;e en bas de
+l&rsquo;&eacute;cran.</p>
+
+<p style="margin-left:11%;"><b>&minus;z
+(&minus;&minus;suspend)</b></p>
+
+<p style="margin-left:22%;">Autorise &agrave; suspendre
+l&rsquo;&eacute;diteur.</p>
+
+<p style="margin-left:11%;"><b>&minus;a, &minus;b,
+&minus;e, &minus;f, &minus;g, &minus;j</b></p>
+
+<p style="margin-left:22%;">Ignor&eacute;, pour &ecirc;tre
+compatible avec Pico.</p>
+
+<h2>FICHIERS D&rsquo;INITIALISATION
+<a name="FICHIERS D&rsquo;INITIALISATION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b> lit
+les fichiers d&rsquo;initialisation dans l&rsquo;ordre
+suivant&nbsp;: <i>SYSCONFDIR/nanorc</i>, puis
+<i>~/.nanorc</i>. R&eacute;f&eacute;rez-vous &agrave; la
+page de manuel de <b>nanorc(5)</b> et au fichier
+d&rsquo;exemple <i>nanorc.sample</i>, qui devraient tous les
+deux &ecirc;tre livr&eacute;s avec <b>nano</b>.</p>
+
+<h2>NOTES
+<a name="NOTES"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Si aucun
+correcteur orthographique de remplacement n&rsquo;est
+indiqu&eacute; dans la ligne de commande ou dans l&rsquo;un
+des fichiers nanorc, <b>nano</b> prendra la commande
+indiqu&eacute;e par la variable d&rsquo;environnement
+<b>SPELL</b> si elle est d&eacute;finie.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Dans certains
+cas, <b>nano</b> essaiera de sauvegarder le fichier en cours
+d&rsquo;&eacute;dition dans un fichier de secours. Cela
+arrivera principalement si <b>nano</b> re&ccedil;oit un
+signal SIGHUP ou SIGTERM, ou bien se trouve &agrave; court
+de m&eacute;moire. Le nom de ce fichier de secours sera
+<i>nano.save</i> si le fichier en cours n&rsquo;avait pas
+encore de nom, ou sera compos&eacute; du nom du fichier en
+cours suivi du suffixe &laquo;&nbsp;.save&nbsp;&raquo;. Si
+un fichier de ce nom existe d&eacute;j&agrave; dans le
+r&eacute;pertoire, un &laquo;&nbsp;.save&nbsp;&raquo; et un
+nombre seront ajout&eacute;s &agrave; la fin du nom du
+fichier en cours afin de le rendre unique (par exemple,
+&laquo;&nbsp;.save.1&nbsp;&raquo;). En mode multi-espace,
+<b>nano</b> r&eacute;alisera une sauvegarde de tous les
+fichiers en cours dans leurs fichiers de secours
+respectifs.</p>
+
+<h2>BOGUES
+<a name="BOGUES"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Merci de nous
+faire parvenir vos commentaires et de nous signaler les
+bogues, en &eacute;crivant, en anglais, &agrave;
+<b>nano@nano-editor.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">La liste de
+discussion anglophone <b>nano</b> est disponible &agrave;
+l&rsquo;adresse <b>nano-devel@gnu.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Pour vous
+abonner, envoyez un courrier &eacute;lectronique &agrave;
+<b>nano-devel-request@gnu.org</b>, ayant pour objet
+&laquo;&nbsp;subscribe&nbsp;&raquo;.</p>
+
+
+<p style="margin-left:11%; margin-top: 1em">N&rsquo;h&eacute;sitez
+pas &eacute;galement &agrave; envoyez vos commentaires,
+suggestions et corrections relatives &agrave;
+l&rsquo;adaptation fran&ccedil;aise de cette page de manuel
+ou du logiciel &agrave;
+<b>jean-philippe.guerard@tigreraye.org</b>.</p>
+
+<h2>SITE INTERNET
+<a name="SITE INTERNET"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em">http://www.nano-editor.org/</p>
+
+<h2>VOIR AUSSI
+<a name="VOIR AUSSI"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nanorc</b>(5)
+<i><br>
+/usr/share/doc/nano/</i> (ou son &eacute;quivalent sur votre
+syst&egrave;me)</p>
+
+<h2>AUTEUR
+<a name="AUTEUR"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Chris
+Allegretta &lt;chrisa@asty.org&gt; et d&rsquo;autres (voir
+les fichiers <i>AUTHORS</i> et <i>THANKS</i> pour plus
+d&rsquo;information). Cette page de manuel a
+&eacute;t&eacute; initialement r&eacute;dig&eacute;e par
+Jordi Mallach &lt;jordi@gnu.org&gt; pour le syst&egrave;me
+Debian (mais elle peut &ecirc;tre utilis&eacute;e par
+d&rsquo;autres).</p>
+
+<h2>TRADUCTION
+<a name="TRADUCTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Cette
+adaptation fran&ccedil;aise a &eacute;t&eacute;
+r&eacute;alis&eacute;e par Jean-Philippe&nbsp;Gu&eacute;rard
+&lt;jean-philippe.guerard@tigreraye.org&gt; le
+29&nbsp;novembre&nbsp;2007 &agrave; partir de la version
+1.54 du 11&nbsp;octobre&nbsp;2007 de la page de manuel de
+nano 2.0.0. Cette page a &eacute;t&eacute; relue par
+G&eacute;rard Delafond.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Un maximum de
+soin a &eacute;t&eacute; apport&eacute; lors de
+l&rsquo;&eacute;laboration de cette traduction&nbsp;;
+n&eacute;anmoins, quelques imperfections peuvent subsister.
+Si vous en rencontrez, que ce soit dans la version
+fran&ccedil;aise ou dans la version originale,
+n&rsquo;h&eacute;sitez pas &agrave; les signaler &agrave;
+l&rsquo;auteur ou au traducteur.</p>
+
+<p style="margin-left:11%; margin-top: 1em">La version
+originale la plus &agrave; jour de ce document est toujours
+consultable via la commande&nbsp;:</p>
+
+<p style="margin-left:11%; margin-top: 1em">LANGUAGE=en man
+nano</p>
+<hr>
+</body>
+</html>
diff --git a/doc/man/fr/nanorc.5 b/doc/man/fr/nanorc.5
new file mode 100644
index 0000000..0607045
--- /dev/null
+++ b/doc/man/fr/nanorc.5
@@ -0,0 +1,376 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" Copyright (C) 2003, 2004, 2005, 2006, 2007
+.\" Free Software Foundation, Inc.
+.\"
+.\" Le travail d'adaptation française de cette page de manuel a été
+.\" réalisé par Jean-Philippe Guérard, en 2003, 2004, 2005, 2006 et 2007.
+.\" Ce travail d'adaptation est dans le domaine public. Attention, la
+.\" page traduite reste soumise au droit d'auteur de ses auteurs
+.\" originaux.
+.\"
+.\" The French translation of this document is a public domain work of
+.\" Jean-Philippe Guérard. This translation work was made in 2003, 2004,
+.\" 2005, 2006 and 2007. The translated man page in itself is still
+.\" subject to the copyright of its original authors.
+.\"
+.\" This document is dual-licensed. You may distribute and/or modify it
+.\" under the terms of either of the following licenses:
+.\"
+.\" * The GNU General Public License, as published by the Free Software
+.\" Foundation, version 3 or (at your option) any later version. You
+.\" should have received a copy of the GNU General Public License
+.\" along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" * The GNU Free Documentation License, as published by the Free
+.\" Software Foundation, version 1.2 or (at your option) any later
+.\" version, with no Invariant Sections, no Front-Cover Texts, and no
+.\" Back-Cover Texts. You should have received a copy of the GNU Free
+.\" Documentation License along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" Ce document est publié sous une double licence. Vous pouvez
+.\" le distribuer et le modifier selon les termes de l'une des deux
+.\" licences ci-dessous :
+.\"
+.\" * La Licence publique générale GNU (GNU GPL) version 3 ou, à
+.\" votre choix, supérieure, telle que publiée par la Free
+.\" Software Foundation. Vous devriez avoir reçu une copie de la
+.\" Licence publique générale GNU avec ce programme. Si ce n'est
+.\" pas le cas, consultez <http://www.gnu.org/licenses/>.
+.\"
+.\" * La Licence de documentation libre GNU (GNU FDL), version 1.2
+.\" ou, à votre choix, supérieure, telle que publiée par la Free
+.\" Software Foundation, sans section invariante, ni texte de
+.\" première ou de quatrième de couverture. Vous devriez avoir reçu
+.\" une copie de la Licence de documentation libre GNU avec ce
+.\" programme. Si ce n'est pas le cas, consultez
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" $Id: nanorc.5 4443 2009-11-27 02:50:12Z astyanax $
+.TH NANORC 5 "version 2.0.0" "29\ novembre\ 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\" Merci de modifier ces dates à chaque mise à jour de cette page.
+
+.SH NOM
+nanorc \- fichier de configuration de l'éditeur nano du projet GNU
+
+.SH DESCRIPTION
+Cette page de manuel décrit brièvement le fichier de configuration de
+l'éditeur \fBnano\fP GNU.
+.PP
+\fBnano\fP est un petit éditeur sympathique et libre, qui vise à
+remplacer Pico, l'éditeur par défaut du logiciel non libre Pine.
+\fBnano\fP ne se contentant pas de copier l'interface et l'ergonomie de
+Pico, il offre également certaines fonctionnalités manquantes (ou
+désactivées par défaut) de Pico. Ces fonctionnalités sont, par exemple,
+les fonctions de recherche et de remplacement et la possibilité de
+sauter directement à une ligne et à une colonne précise.
+.PP
+Le fichier \fInanorc\fP contient les paramètres par défaut de
+\fBnano\fP. Il ne doit pas être au format DOS ou Mac. Lors de son
+démarrage, nano commencera par lire le fichier de configuration général
+\fISYSCONFDIR/nanorc\fP, puis lira le fichier de configuration personnel
+de l'utilisateur \fI~/.nanorc\fP.
+
+.SH OPTIONS
+Le fichier de configuration accepte une série de commandes \fBset\fP
+(activer) et \fBunset\fP (désactiver), qui permettent de définir le
+paramétrage de nano au démarrage sans avoir à utiliser d'options de
+ligne de commande. De plus, les mots clefs \fBsyntax\fP (syntaxe),
+\fBcolor\fP (couleur) et \fBicolor\fP (couleur insensible à la casse)
+sont utilisés pour définir les règles de colorisation pour différents
+motifs de texte. \fBnano\fP lit une commande par ligne.
+
+Les options du fichier de configuration ont priorité sur les valeurs par
+défaut utilisées par nano. Les options de la ligne de commande sont
+prioritaires par rapport aux options du fichier de configuration. Les
+options sont désactivées (unset) par défaut, sauf les options prenant un
+argument.
+
+Les apostrophes («\ \fI'\fP\ ») et les guillemets droits («\ \fI"\fP\ »)
+présents dans des chaînes de caractères utilisées comme paramètres n'ont
+pas besoin d'être précédées d'une barre oblique inversée
+(«\ \fI\\\fP\ »). La chaîne sera terminée par le dernier guillemet
+droit. Par exemple, pour l'option \fBbrackets\fP, "\fI"')>]}\fP"
+correspondra à \fI"\fP, \fI'\fP, \fI)\fP, \fI>\fP, \fI]\fP et \fI}\fP.
+
+Les commandes et arguments reconnus sont\ :
+
+.TP 3
+.B set/unset autoindent
+Active l'indentation automatique.
+.TP
+.B set/unset backup
+Crée des copies de sécurité nommées
+.IR nom_du_fichier~ .
+.TP
+.B set backupdir "\fIrépertoire\fP"
+Définit le répertoire utilisé par \fBnano\fP pour enregistrer les copies
+de sécurité uniques, si l'enregistrement de copies de sécurité est
+activé.
+.TP
+.B set/unset backwards
+Par défaut, les recherches se font vers l'arrière.
+.TP
+.B set/unset boldtext
+Utilise des caractères gras à la place de la vidéo inverse.
+.TP
+.B set brackets "\fIchaîne\fP"
+Définit les caractères considérés comme des crochets fermants lors de la
+justification des paragraphes. Ces caractères ne doivent pas contenir
+d'espaces. Seules les ponctuations terminales, éventuellement suivies
+de crochets fermants, peuvent terminer une phrase.
+
+La valeur par défaut de cette option est\ : "\fI"')>]}\fP".
+
+N.D.T.\ : reportez-vous au paragraphe sur l'option \fBpunct\fR pour
+plus d'informations.
+
+.TP
+.B set/unset casesensitive
+Par défaut, les recherches ne tiennent pas compte de la casse.
+.TP
+.B set/unset const
+Affiche en permanence la position du curseur dans la ligne d'état.
+.TP
+.B set/unset cut
+Par défaut, coupe le texte du curseur à la fin de la ligne, au lieu de
+couper la ligne entière.
+.TP
+.B set fill \fIn\fP
+Passe automatiquement à la ligne une fois arrivé à la colonne
+\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
+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.
+.TP
+.B set/unset historylog
+Active l'utilisation de
+.I ~/.nano_history
+pour enregistrer et relire les chaînes ayant fait l'objet d'une
+recherche ou d'un remplacement.
+.TP
+.B set matchbrackets "\fIchaîne\fP"
+Définit les crochets ouvrants et fermant pour la recherche de crochets
+correspondants. Cette liste ne doit pas contenir de blancs. L'ensemble
+des crochets ouvrants doit être indiqué en premier, suivi de l'ensemble
+des crochets fermant, qui doit être dans le même ordre. La valeur par
+défaut de cette option est "\fI(<[{)>]}\fP".
+.TP
+.B set/unset morespace
+Utiliser la ligne blanche située sous la ligne de titre comme espace
+supplémentaire d'édition.
+.TP
+.B set/unset mouse
+Active l'utilisation de la souris, si elle est disponible pour votre
+système. Lorsque celle-ci est activée, il est possible d'utiliser la
+souris pour positionner le curseur, pour marquer le texte (avec un
+double-clic) et pour lancer les fonctions correspondant aux raccourcis.
+Il est possible d'utiliser la souris sous X\ Window ou en mode console
+avec gpm.
+.TP
+.B set/unset multibuffer
+Mode multi-espace\ : permet de charger les fichiers dans leur propre
+espace.
+.TP
+.B set/unset noconvert
+Pas de conversion depuis les formats DOS et Mac.
+.TP
+.B set/unset nofollow
+Ne suit pas les liens symboliques lors de l'écriture des fichiers.
+.TP
+.B set/unset nohelp
+Désactive les lignes d'aide affichée en bas de l'écran.
+.TP
+.B set/unset nonewlines
+Ne pas ajouter de passage à la ligne à la fin des fichiers.
+.TP
+.B set/unset nowrap
+Désactive le passage automatique à la ligne.
+.TP
+.B set operatingdir "\fIrépertoire\fP"
+\fBnano\fP ne lira et n'écrira des fichiers qu'à l'intérieur du
+\fIrépertoire\fP et de ses sous-répertoires. De plus, celui-ci devient
+le répertoire courant, afin que les fichiers soient lus depuis ce
+répertoire. Par défaut, cette fonction est désactivée.
+.TP
+.B set/unset preserve
+Préserve les séquences XON et XOFF (^Q et ^S).
+.TP
+.B set punct "\fIchaîne\fP"
+Définit les caractères interprétés comme des ponctuations terminales
+lors de la justification des paragraphes. Ces caractères ne peuvent
+inclure de blancs. Seules les ponctuations terminales, éventuellement
+suivies de crochets fermants, peuvent terminer une phrase. La valeur par
+défaut de cette option est "\fI!.?\fP".
+
+N.D.T.\ : ce réglage permet, lors de la justification, de conserver
+2\ espaces au lieu d'une derrière les ponctuations terminales, ce qui
+correspond aux normes typographiques anglo-saxonnes, mais n'a pas lieu
+d'être en français. Pour le français, le plus simple est d'indiquer,
+dans le fichier nanorc, une chaîne vide pour ce paramètre.
+.TP
+.B set/unset quickblank
+Effacement rapide de la ligne d'état. Les messages affichés par la ligne
+d'état disparaîtront après une frappe clavier au lieu de 25.
+.TP
+.B set quotestr "\fIchaîne\fP"
+Définit le préfixe par défaut utilisé pour les citations dans les
+courriers électroniques. Ce préfixe est utilisé pour réaliser une
+justification correcte de ces citations. Il s'agira, si votre système le
+permet, d'une expression rationnelle étendue. Dans le cas
+contraire, il s'agira d'une chaîne de texte brut. Si vous disposez des
+expressions rationnelles, la valeur par défaut de cette option sera
+"\fI^([\ \\t]*[#:>\\|}])+\fP", sinon, ce sera ">\ ". Notez que le
+«\ \\t\ » ci-dessus correspond à un caractère de tabulation.
+.TP
+.B set/unset rebinddelete
+Interprète différemment la touche «\ Supprimer\ », afin que les touches
+«\ Effacement arrière\ » et «\ Supprimer\ » fonctionnent correctement.
+Vous ne devriez avoir besoin de cette option que si, sur votre système,
+la touche «\ Effacement arrière\ » produit l'effet de la touche «\
+Supprimer\ ».
+.TP
+.B set/unset rebindkeypad
+Interprète les touches du pavé numérique afin qu'elles fonctionnent
+toutes correctement. Vous ne devriez utiliser cette option que si ce
+n'est pas le cas, car nano ne sera plus capable d'utiliser la souris
+correctement lorsque cette option sera activée.
+.TP
+.B set/unset regexp
+Utilise par défaut des expressions rationnelles étendues pour les
+recherches.
+.TP
+.B set/unset smarthome
+Rend plus malin le fonctionnement de la touche «\ Début\ ». Lorsque
+cette touche est pressée à n'importe quel endroit excepté au tout début
+du texte d'une ligne (i.\ e. au premier caractère non blanc), le curseur
+se positionnera au début du texte de la ligne (qu'il soit en avant ou en
+arrière). Si le curseur est déjà là, il se placera au vrai début de la
+ligne.
+.TP
+.B set/unset smooth
+Active le défilement ligne-par-ligne du texte.
+.TP
+.B set speller "\fIprogramme\fP"
+Utilise le correcteur orthographique \fIprogramme\fP au lieu du
+correcteur intégré, qui s'appuie sur \fIspell\fP.
+.TP
+.B set/unset suspend
+Autorise à suspendre \fBnano\fP.
+.TP
+.B set tabsize \fIn\fP
+Utilise une taille de tabulation de \fIn\fP colonnes. Cette valeur doit
+être strictement supérieure à 0. La valeur par défaut est de\ 8.
+.TP
+.B set/unset tabstospaces
+Convertit les tabulations clavier en espaces.
+.TP
+.B set/unset tempfile
+S'il a été modifié, le fichier sera sauvegardé automatiquement en
+quittant, sans demande de confirmation.
+.TP
+.B set/unset view
+Interdit de modifier les fichiers.
+.TP
+.B set whitespace "\fIchaîne\fP"
+Définit les deux caractères utilisés pour afficher les premiers
+caractères des tabulations et des espaces. Ces deux caractères doivent
+être mono-colonne.
+.TP
+.B set/unset wordbounds
+Détection plus précise des limites de mots, obtenue en considérant les
+caractères de ponctuation comme faisant partie des mots.
+.TP
+.B syntax "\fIchaîne\fP" ["\fImotif_de_fichier\fP" ... ]
+Définit une syntaxe nommée \fIchaîne\fP qui pourra être activé via
+l'option \fB-Y\fP (ou \fB--syntax\fP) ou qui sera automatiquement
+activée si le nom du fichier en cours correspond à l'expression
+rationnelle étendue \fImotif_de_fichier\fP. Toutes les instructions
+suivantes de colorisation \fBcolor\fP ou \fBicolor\fP s'appliqueront à
+cette syntaxe, jusqu'à la définition d'une nouvelle syntaxe.
+
+La syntaxe nommée \fInone\fP (aucune) est réservée\ ; si elle est
+indiquée dans la ligne de commande, cela revient à ne définir aucune
+syntaxe. La syntaxe nommée \fIdefault\fP (par défaut) est spéciale, elle
+ne nécessite aucun motif de \fImotif_de_fichier\fP, et s'applique aux
+fichiers ne correspondant à aucun des \fImotif_de_fichier\fP des autres
+syntaxes.
+.TP
+.B color \fIcouleur_texte\fP[,\fIcouleur_fond\fP] "\fImotif\fP" ...
+Pour la syntaxe en cours, affiche toutes les expressions correspondant à
+l'expression rationnelle étendue \fImotif\fP en utilisant la couleur de
+texte \fIcouleur_texte\fP et la couleur de fond \fIcouleur_fond\fP,
+l'une de ces deux couleurs au moins devant être définie. Les couleurs
+acceptées par \fBnano\fP pour le texte et le fond sont\ : \fIwhite\fP
+(blanc), \fIblack\fP (noir), \fIred\fP (rouge), \fIblue\fP (bleu),
+\fIgreen\fP (vert), \fIyellow\fP (jaune), \fImagenta\fP, et \fIcyan\fP.
+Pour la couleur du texte, vous pouvez ajouter à ces couleurs le préfixe
+\fIbright\fP (lumineux) pour obtenir une couleur plus lumineuse. Si
+votre terminal est capable de gérer la transparence, ne pas spécifier de
+\fIcouleur_fond\fP indique à \fBnano\fP d'essayer d'utiliser un fond
+transparent.
+.TP
+.B icolor \fIcouleur_texte\fP[,\fIcouleur_fond\fP] "\fImotif\fP" ...
+Comme ci-dessus, mais la recherche des motifs est effectuée sans tenir
+compte de la casse.
+.TP
+.B color \fIcouleur_texte\fP[,\fIcouleur_fond\fP] start="\fImotif_début\fP" end="\fImotif_fin\fP"
+Affiche les expressions commençant par l'expression rationnelle étendue
+\fImotif_début\fP et se terminant par l'expression rationnelle étendue
+\fImotif_fin\fP en utilisant la couleur de texte \fIcouleur_texte\fP
+et la couleur de fond \fIcouleur_fond\fP, l'une de ces deux couleurs au
+moins devant être définie. Cela permet à la colorisation syntaxique de
+s'étendre sur plusieurs lignes. Notez que toutes les occurrences
+successives de \fImotif_début\fP après le \fImotif_début\fP initial
+seront surlignées jusqu'à la prochaine instance de \fImotif_fin\fP.
+.TP
+.B icolor \fIcouleur_texte\fP[,\fIcouleur_fond\fP] start="\fImotif_début\fP" end="\fImotif_fin\fP"
+Comme ci-dessus, mais la recherche des motifs est effectuée sans tenir
+compte de la casse.
+.TP
+.B include "\fIfichier_de_syntaxes\fP"
+Lit le fichier \fIfichier_de_syntaxes\fP contenant une liste
+autosuffisante de définitions de syntaxes. Ce fichier ne doit contenir
+que des commandes \fBsyntax\fP, \fBcolor\fP et \fBicolor\fP.
+
+.SH FICHIERS
+.TP
+.I $SYSCONFDIR/nanorc
+Fichier de configuration général
+.TP
+.I ~/.nanorc
+Fichier de configuration personnel
+
+.SH VOIR AUSSI
+.PD 0
+.TP
+\fBnano\fP(1)
+.PP
+\fI/usr/share/doc/nano/examples/nanorc.sample\fP (ou son équivalent sur
+votre système)
+
+.SH AUTEUR
+Chris Allegretta <chrisa@asty.org> et d'autres (voir les fichiers
+\fIAUTHORS\fP et \fITHANKS\fP pour plus d'information). Cette page de
+manuel a été initialement rédigée par Jordi Mallach <jordi@gnu.org> pour
+le système Debian (mais elle peut être utilisée par d'autres).
+
+.SH TRADUCTION
+Cette adaptation française a été réalisée par Jean-Philippe\ Guérard
+<jean-philippe.guerard@tigreraye.org> le 29\ novembre\ 2007 à partir de
+la version 1.56 du 11\ octobre\ 2007 de la page de manuel de nanorc
+(pour la version 2.0.0 de nano). Cette page a été relue par Gérard
+Delafond.
+
+Un maximum de soin a été apporté lors de l'élaboration de cette
+traduction\ ; néanmoins, quelques imperfections peuvent subsister. Si
+vous en rencontrez, que ce soit dans la version française ou dans la
+version originale, n'hésitez pas à les signaler à l'auteur ou au
+traducteur.
+
+La version originale la plus à jour de ce document est toujours
+consultable via la commande\ :
+
+LANGUAGE=en man nano
diff --git a/doc/man/fr/nanorc.5.html b/doc/man/fr/nanorc.5.html
new file mode 100644
index 0000000..e438be8
--- /dev/null
+++ b/doc/man/fr/nanorc.5.html
@@ -0,0 +1,590 @@
+<!-- Creator : groff version 1.20.1 -->
+<!-- CreationDate: Tue Aug 10 22:44:00 2010 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title>NANORC</title>
+
+</head>
+<body>
+
+<h1 align="center">NANORC</h1>
+
+<a href="#NOM">NOM</a><br>
+<a href="#DESCRIPTION">DESCRIPTION</a><br>
+<a href="#OPTIONS">OPTIONS</a><br>
+<a href="#FICHIERS">FICHIERS</a><br>
+<a href="#VOIR AUSSI">VOIR AUSSI</a><br>
+<a href="#AUTEUR">AUTEUR</a><br>
+<a href="#TRADUCTION">TRADUCTION</a><br>
+
+<hr>
+
+
+<h2>NOM
+<a name="NOM"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">nanorc &minus;
+fichier de configuration de l&rsquo;&eacute;diteur nano du
+projet GNU</p>
+
+<h2>DESCRIPTION
+<a name="DESCRIPTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Cette page de
+manuel d&eacute;crit bri&egrave;vement le fichier de
+configuration de l&rsquo;&eacute;diteur <b>nano</b> GNU.</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b> est
+un petit &eacute;diteur sympathique et libre, qui vise
+&agrave; remplacer Pico, l&rsquo;&eacute;diteur par
+d&eacute;faut du logiciel non libre Pine. <b>nano</b> ne se
+contentant pas de copier l&rsquo;interface et
+l&rsquo;ergonomie de Pico, il offre &eacute;galement
+certaines fonctionnalit&eacute;s manquantes (ou
+d&eacute;sactiv&eacute;es par d&eacute;faut) de Pico. Ces
+fonctionnalit&eacute;s sont, par exemple, les fonctions de
+recherche et de remplacement et la possibilit&eacute; de
+sauter directement &agrave; une ligne et &agrave; une
+colonne pr&eacute;cise.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Le fichier
+<i>nanorc</i> contient les param&egrave;tres par
+d&eacute;faut de <b>nano</b>. Il ne doit pas &ecirc;tre au
+format DOS ou Mac. Lors de son d&eacute;marrage, nano
+commencera par lire le fichier de configuration
+g&eacute;n&eacute;ral <i>SYSCONFDIR/nanorc</i>, puis lira le
+fichier de configuration personnel de l&rsquo;utilisateur
+<i>~/.nanorc</i>.</p>
+
+<h2>OPTIONS
+<a name="OPTIONS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Le fichier de
+configuration accepte une s&eacute;rie de commandes
+<b>set</b> (activer) et <b>unset</b> (d&eacute;sactiver),
+qui permettent de d&eacute;finir le param&eacute;trage de
+nano au d&eacute;marrage sans avoir &agrave; utiliser
+d&rsquo;options de ligne de commande. De plus, les mots
+clefs <b>syntax</b> (syntaxe), <b>color</b> (couleur) et
+<b>icolor</b> (couleur insensible &agrave; la casse) sont
+utilis&eacute;s pour d&eacute;finir les r&egrave;gles de
+colorisation pour diff&eacute;rents motifs de texte.
+<b>nano</b> lit une commande par ligne.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Les options du
+fichier de configuration ont priorit&eacute; sur les valeurs
+par d&eacute;faut utilis&eacute;es par nano. Les options de
+la ligne de commande sont prioritaires par rapport aux
+options du fichier de configuration. Les options sont
+d&eacute;sactiv&eacute;es (unset) par d&eacute;faut, sauf
+les options prenant un argument.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Les apostrophes
+(&laquo;&nbsp;<i>&rsquo;&nbsp;</i>&raquo;) et les guillemets
+droits (&laquo;&nbsp;<i>&quot;&nbsp;</i>&raquo;)
+pr&eacute;sents dans des cha&icirc;nes de caract&egrave;res
+utilis&eacute;es comme param&egrave;tres n&rsquo;ont pas
+besoin d&rsquo;&ecirc;tre pr&eacute;c&eacute;d&eacute;es
+d&rsquo;une barre oblique invers&eacute;e
+(&laquo;&nbsp;<i>\&nbsp;</i>&raquo;). La cha&icirc;ne sera
+termin&eacute;e par le dernier guillemet droit. Par exemple,
+pour l&rsquo;option <b>brackets</b>,
+&quot;<i>&quot;&rsquo;)&gt;]}</i>&quot; correspondra
+&agrave; <i>&quot;</i>, <i>&rsquo;</i>, <i>)</i>,
+<i>&gt;</i>, <i>]</i> et <i>}</i>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Les commandes
+et arguments reconnus sont&nbsp;: <b><br>
+set/unset autoindent</b></p>
+
+<p style="margin-left:15%;">Active l&rsquo;indentation
+automatique.</p>
+
+<p style="margin-left:11%;"><b>set/unset backup</b></p>
+
+<p style="margin-left:15%;">Cr&eacute;e des copies de
+s&eacute;curit&eacute; nomm&eacute;es
+<i>nom_du_fichier~</i>.</p>
+
+<p style="margin-left:11%;"><b>set backupdir</b>
+<i>r&eacute;pertoire</i></p>
+
+<p style="margin-left:15%;">D&eacute;finit le
+r&eacute;pertoire utilis&eacute; par <b>nano</b> pour
+enregistrer les copies de s&eacute;curit&eacute; uniques, si
+l&rsquo;enregistrement de copies de s&eacute;curit&eacute;
+est activ&eacute;.</p>
+
+<p style="margin-left:11%;"><b>set/unset backwards</b></p>
+
+<p style="margin-left:15%;">Par d&eacute;faut, les
+recherches se font vers l&rsquo;arri&egrave;re.</p>
+
+<p style="margin-left:11%;"><b>set/unset boldtext</b></p>
+
+<p style="margin-left:15%;">Utilise des caract&egrave;res
+gras &agrave; la place de la vid&eacute;o inverse.</p>
+
+<p style="margin-left:11%;"><b>set brackets</b>
+<i>cha&icirc;ne</i></p>
+
+<p style="margin-left:15%;">D&eacute;finit les
+caract&egrave;res consid&eacute;r&eacute;s comme des
+crochets fermants lors de la justification des paragraphes.
+Ces caract&egrave;res ne doivent pas contenir
+d&rsquo;espaces. Seules les ponctuations terminales,
+&eacute;ventuellement suivies de crochets fermants, peuvent
+terminer une phrase.</p>
+
+<p style="margin-left:15%; margin-top: 1em">La valeur par
+d&eacute;faut de cette option est&nbsp;:
+&quot;<i>&quot;&rsquo;)&gt;]}</i>&quot;.</p>
+
+<p style="margin-left:15%; margin-top: 1em">N.D.T.&nbsp;:
+reportez-vous au paragraphe sur l&rsquo;option <b>punct</b>
+pour plus d&rsquo;informations.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+casesensitive</b></p>
+
+<p style="margin-left:15%;">Par d&eacute;faut, les
+recherches ne tiennent pas compte de la casse.</p>
+
+<p style="margin-left:11%;"><b>set/unset const</b></p>
+
+<p style="margin-left:15%;">Affiche en permanence la
+position du curseur dans la ligne d&rsquo;&eacute;tat.</p>
+
+<p style="margin-left:11%;"><b>set/unset cut</b></p>
+
+<p style="margin-left:15%;">Par d&eacute;faut, coupe le
+texte du curseur &agrave; la fin de la ligne, au lieu de
+couper la ligne enti&egrave;re.</p>
+
+<p style="margin-left:11%;"><b>set fill</b> <i>n</i></p>
+
+<p style="margin-left:15%;">Passe automatiquement &agrave;
+la ligne une fois arriv&eacute; &agrave; la colonne
+<i>n</i>. Si la valeur indiqu&eacute;e est de 0 ou moins, le
+point de passage &agrave; la ligne aura lieu &agrave; la
+taille de l&rsquo;&eacute;cran moins <i>n</i>. Cela permet
+de faire varier le point de passage &agrave; la ligne
+lorsque l&rsquo;on change la taille de l&rsquo;&eacute;cran.
+La valeur par d&eacute;faut est de &minus;8.</p>
+
+<p style="margin-left:11%;"><b>set/unset historylog</b></p>
+
+<p style="margin-left:15%;">Active l&rsquo;utilisation de
+<i>~/.nano_history</i> pour enregistrer et relire les
+cha&icirc;nes ayant fait l&rsquo;objet d&rsquo;une recherche
+ou d&rsquo;un remplacement.</p>
+
+<p style="margin-left:11%;"><b>set matchbrackets</b>
+<i>cha&icirc;ne</i></p>
+
+<p style="margin-left:15%;">D&eacute;finit les crochets
+ouvrants et fermant pour la recherche de crochets
+correspondants. Cette liste ne doit pas contenir de blancs.
+L&rsquo;ensemble des crochets ouvrants doit &ecirc;tre
+indiqu&eacute; en premier, suivi de l&rsquo;ensemble des
+crochets fermant, qui doit &ecirc;tre dans le m&ecirc;me
+ordre. La valeur par d&eacute;faut de cette option est
+&quot;<i>(&lt;[{)&gt;]}</i>&quot;.</p>
+
+<p style="margin-left:11%;"><b>set/unset morespace</b></p>
+
+<p style="margin-left:15%;">Utiliser la ligne blanche
+situ&eacute;e sous la ligne de titre comme espace
+suppl&eacute;mentaire d&rsquo;&eacute;dition.</p>
+
+<p style="margin-left:11%;"><b>set/unset mouse</b></p>
+
+<p style="margin-left:15%;">Active l&rsquo;utilisation de
+la souris, si elle est disponible pour votre syst&egrave;me.
+Lorsque celle-ci est activ&eacute;e, il est possible
+d&rsquo;utiliser la souris pour positionner le curseur, pour
+marquer le texte (avec un double-clic) et pour lancer les
+fonctions correspondant aux raccourcis. Il est possible
+d&rsquo;utiliser la souris sous X&nbsp;Window ou en mode
+console avec gpm.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+multibuffer</b></p>
+
+<p style="margin-left:15%;">Mode multi-espace&nbsp;: permet
+de charger les fichiers dans leur propre espace.</p>
+
+<p style="margin-left:11%;"><b>set/unset noconvert</b></p>
+
+<p style="margin-left:15%;">Pas de conversion depuis les
+formats DOS et Mac.</p>
+
+<p style="margin-left:11%;"><b>set/unset nofollow</b></p>
+
+<p style="margin-left:15%;">Ne suit pas les liens
+symboliques lors de l&rsquo;&eacute;criture des
+fichiers.</p>
+
+<p style="margin-left:11%;"><b>set/unset nohelp</b></p>
+
+<p style="margin-left:15%;">D&eacute;sactive les lignes
+d&rsquo;aide affich&eacute;e en bas de
+l&rsquo;&eacute;cran.</p>
+
+<p style="margin-left:11%;"><b>set/unset nonewlines</b></p>
+
+<p style="margin-left:15%;">Ne pas ajouter de passage
+&agrave; la ligne &agrave; la fin des fichiers.</p>
+
+<p style="margin-left:11%;"><b>set/unset nowrap</b></p>
+
+<p style="margin-left:15%;">D&eacute;sactive le passage
+automatique &agrave; la ligne.</p>
+
+<p style="margin-left:11%;"><b>set operatingdir</b>
+<i>r&eacute;pertoire</i></p>
+
+<p style="margin-left:15%;"><b>nano</b> ne lira et
+n&rsquo;&eacute;crira des fichiers qu&rsquo;&agrave;
+l&rsquo;int&eacute;rieur du <i>r&eacute;pertoire</i> et de
+ses sous-r&eacute;pertoires. De plus, celui-ci devient le
+r&eacute;pertoire courant, afin que les fichiers soient lus
+depuis ce r&eacute;pertoire. Par d&eacute;faut, cette
+fonction est d&eacute;sactiv&eacute;e.</p>
+
+<p style="margin-left:11%;"><b>set/unset preserve</b></p>
+
+<p style="margin-left:15%;">Pr&eacute;serve les
+s&eacute;quences XON et XOFF (^Q et ^S).</p>
+
+<p style="margin-left:11%;"><b>set punct</b>
+<i>cha&icirc;ne</i></p>
+
+<p style="margin-left:15%;">D&eacute;finit les
+caract&egrave;res interpr&eacute;t&eacute;s comme des
+ponctuations terminales lors de la justification des
+paragraphes. Ces caract&egrave;res ne peuvent inclure de
+blancs. Seules les ponctuations terminales,
+&eacute;ventuellement suivies de crochets fermants, peuvent
+terminer une phrase. La valeur par d&eacute;faut de cette
+option est &quot;<i>!.?</i>&quot;.</p>
+
+<p style="margin-left:15%; margin-top: 1em">N.D.T.&nbsp;:
+ce r&eacute;glage permet, lors de la justification, de
+conserver 2&nbsp;espaces au lieu d&rsquo;une derri&egrave;re
+les ponctuations terminales, ce qui correspond aux normes
+typographiques anglo-saxonnes, mais n&rsquo;a pas lieu
+d&rsquo;&ecirc;tre en fran&ccedil;ais. Pour le
+fran&ccedil;ais, le plus simple est d&rsquo;indiquer, dans
+le fichier nanorc, une cha&icirc;ne vide pour ce
+param&egrave;tre.</p>
+
+<p style="margin-left:11%;"><b>set/unset quickblank</b></p>
+
+<p style="margin-left:15%;">Effacement rapide de la ligne
+d&rsquo;&eacute;tat. Les messages affich&eacute;s par la
+ligne d&rsquo;&eacute;tat dispara&icirc;tront apr&egrave;s
+une frappe clavier au lieu de 25.</p>
+
+<p style="margin-left:11%;"><b>set quotestr</b>
+<i>cha&icirc;ne</i></p>
+
+<p style="margin-left:15%;">D&eacute;finit le
+pr&eacute;fixe par d&eacute;faut utilis&eacute; pour les
+citations dans les courriers &eacute;lectroniques. Ce
+pr&eacute;fixe est utilis&eacute; pour r&eacute;aliser une
+justification correcte de ces citations. Il s&rsquo;agira,
+si votre syst&egrave;me le permet, d&rsquo;une expression
+rationnelle &eacute;tendue. Dans le cas contraire, il
+s&rsquo;agira d&rsquo;une cha&icirc;ne de texte brut. Si
+vous disposez des expressions rationnelles, la valeur par
+d&eacute;faut de cette option sera
+&quot;<i>^([&nbsp;\t]*[#:&gt;\|}])+</i>&quot;, sinon, ce
+sera &quot;&gt;&nbsp;&quot;. Notez que le
+&laquo;&nbsp;\t&nbsp;&raquo; ci-dessus correspond &agrave;
+un caract&egrave;re de tabulation.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+rebinddelete</b></p>
+
+<p style="margin-left:15%;">Interpr&egrave;te
+diff&eacute;remment la touche
+&laquo;&nbsp;Supprimer&nbsp;&raquo;, afin que les touches
+&laquo;&nbsp;Effacement arri&egrave;re&nbsp;&raquo; et
+&laquo;&nbsp;Supprimer&nbsp;&raquo; fonctionnent
+correctement. Vous ne devriez avoir besoin de cette option
+que si, sur votre syst&egrave;me, la touche
+&laquo;&nbsp;Effacement arri&egrave;re&nbsp;&raquo; produit
+l&rsquo;effet de la touche &laquo;&nbsp;
+Supprimer&nbsp;&raquo;.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+rebindkeypad</b></p>
+
+<p style="margin-left:15%;">Interpr&egrave;te les touches
+du pav&eacute; num&eacute;rique afin qu&rsquo;elles
+fonctionnent toutes correctement. Vous ne devriez utiliser
+cette option que si ce n&rsquo;est pas le cas, car nano ne
+sera plus capable d&rsquo;utiliser la souris correctement
+lorsque cette option sera activ&eacute;e.</p>
+
+<p style="margin-left:11%;"><b>set/unset regexp</b></p>
+
+<p style="margin-left:15%;">Utilise par d&eacute;faut des
+expressions rationnelles &eacute;tendues pour les
+recherches.</p>
+
+<p style="margin-left:11%;"><b>set/unset smarthome</b></p>
+
+<p style="margin-left:15%;">Rend plus malin le
+fonctionnement de la touche
+&laquo;&nbsp;D&eacute;but&nbsp;&raquo;. Lorsque cette touche
+est press&eacute;e &agrave; n&rsquo;importe quel endroit
+except&eacute; au tout d&eacute;but du texte d&rsquo;une
+ligne (i.&nbsp;e. au premier caract&egrave;re non blanc), le
+curseur se positionnera au d&eacute;but du texte de la ligne
+(qu&rsquo;il soit en avant ou en arri&egrave;re). Si le
+curseur est d&eacute;j&agrave; l&agrave;, il se placera au
+vrai d&eacute;but de la ligne.</p>
+
+<p style="margin-left:11%;"><b>set/unset smooth</b></p>
+
+<p style="margin-left:15%;">Active le d&eacute;filement
+ligne-par-ligne du texte.</p>
+
+<p style="margin-left:11%;"><b>set speller</b>
+<i>programme</i></p>
+
+<p style="margin-left:15%;">Utilise le correcteur
+orthographique <i>programme</i> au lieu du correcteur
+int&eacute;gr&eacute;, qui s&rsquo;appuie sur
+<i>spell</i>.</p>
+
+<p style="margin-left:11%;"><b>set/unset suspend</b></p>
+
+<p style="margin-left:15%;">Autorise &agrave; suspendre
+<b>nano</b>.</p>
+
+<p style="margin-left:11%;"><b>set tabsize</b> <i>n</i></p>
+
+<p style="margin-left:15%;">Utilise une taille de
+tabulation de <i>n</i> colonnes. Cette valeur doit
+&ecirc;tre strictement sup&eacute;rieure &agrave; 0. La
+valeur par d&eacute;faut est de&nbsp;8.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+tabstospaces</b></p>
+
+<p style="margin-left:15%;">Convertit les tabulations
+clavier en espaces.</p>
+
+<p style="margin-left:11%;"><b>set/unset tempfile</b></p>
+
+<p style="margin-left:15%;">S&rsquo;il a &eacute;t&eacute;
+modifi&eacute;, le fichier sera sauvegard&eacute;
+automatiquement en quittant, sans demande de
+confirmation.</p>
+
+<p style="margin-left:11%;"><b>set/unset view</b></p>
+
+<p style="margin-left:15%;">Interdit de modifier les
+fichiers.</p>
+
+<p style="margin-left:11%;"><b>set whitespace</b>
+<i>cha&icirc;ne</i></p>
+
+<p style="margin-left:15%;">D&eacute;finit les deux
+caract&egrave;res utilis&eacute;s pour afficher les premiers
+caract&egrave;res des tabulations et des espaces. Ces deux
+caract&egrave;res doivent &ecirc;tre mono-colonne.</p>
+
+<p style="margin-left:11%;"><b>set/unset wordbounds</b></p>
+
+<p style="margin-left:15%;">D&eacute;tection plus
+pr&eacute;cise des limites de mots, obtenue en
+consid&eacute;rant les caract&egrave;res de ponctuation
+comme faisant partie des mots.</p>
+
+<p style="margin-left:11%;"><b>syntax</b>
+<i>cha&icirc;ne</i>
+<b>[&quot;</b><i>motif_de_fichier</i><b>&quot; ... ]</b></p>
+
+<p style="margin-left:15%;">D&eacute;finit une syntaxe
+nomm&eacute;e <i>cha&icirc;ne</i> qui pourra &ecirc;tre
+activ&eacute; via l&rsquo;option <b>-Y</b> (ou
+<b>--syntax</b>) ou qui sera automatiquement activ&eacute;e
+si le nom du fichier en cours correspond &agrave;
+l&rsquo;expression rationnelle &eacute;tendue
+<i>motif_de_fichier</i>. Toutes les instructions suivantes
+de colorisation <b>color</b> ou <b>icolor</b>
+s&rsquo;appliqueront &agrave; cette syntaxe,
+jusqu&rsquo;&agrave; la d&eacute;finition d&rsquo;une
+nouvelle syntaxe.</p>
+
+<p style="margin-left:15%; margin-top: 1em">La syntaxe
+nomm&eacute;e <i>none</i> (aucune) est
+r&eacute;serv&eacute;e&nbsp;; si elle est indiqu&eacute;e
+dans la ligne de commande, cela revient &agrave; ne
+d&eacute;finir aucune syntaxe. La syntaxe nomm&eacute;e
+<i>default</i> (par d&eacute;faut) est sp&eacute;ciale, elle
+ne n&eacute;cessite aucun motif de <i>motif_de_fichier</i>,
+et s&rsquo;applique aux fichiers ne correspondant &agrave;
+aucun des <i>motif_de_fichier</i> des autres syntaxes.</p>
+
+<p style="margin-left:11%;"><b>color</b>
+<i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>]</b>
+<i>motif</i> <b>...</b></p>
+
+<p style="margin-left:15%;">Pour la syntaxe en cours,
+affiche toutes les expressions correspondant &agrave;
+l&rsquo;expression rationnelle &eacute;tendue <i>motif</i>
+en utilisant la couleur de texte <i>couleur_texte</i> et la
+couleur de fond <i>couleur_fond</i>, l&rsquo;une de ces deux
+couleurs au moins devant &ecirc;tre d&eacute;finie. Les
+couleurs accept&eacute;es par <b>nano</b> pour le texte et
+le fond sont&nbsp;: <i>white</i> (blanc), <i>black</i>
+(noir), <i>red</i> (rouge), <i>blue</i> (bleu), <i>green</i>
+(vert), <i>yellow</i> (jaune), <i>magenta</i>, et
+<i>cyan</i>. Pour la couleur du texte, vous pouvez ajouter
+&agrave; ces couleurs le pr&eacute;fixe <i>bright</i>
+(lumineux) pour obtenir une couleur plus lumineuse. Si votre
+terminal est capable de g&eacute;rer la transparence, ne pas
+sp&eacute;cifier de <i>couleur_fond</i> indique &agrave;
+<b>nano</b> d&rsquo;essayer d&rsquo;utiliser un fond
+transparent.</p>
+
+<p style="margin-left:11%;"><b>icolor</b>
+<i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>]</b>
+<i>motif</i> <b>...</b></p>
+
+<p style="margin-left:15%;">Comme ci-dessus, mais la
+recherche des motifs est effectu&eacute;e sans tenir compte
+de la casse.</p>
+
+<p style="margin-left:11%;"><b>color</b>
+<i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>]
+start=&quot;</b><i>motif_d&eacute;but</i><b>&quot;
+end=&quot;</b><i>motif_fin</i><b>&quot;</b></p>
+
+<p style="margin-left:15%;">Affiche les expressions
+commen&ccedil;ant par l&rsquo;expression rationnelle
+&eacute;tendue <i>motif_d&eacute;but</i> et se terminant par
+l&rsquo;expression rationnelle &eacute;tendue
+<i>motif_fin</i> en utilisant la couleur de texte
+<i>couleur_texte</i> et la couleur de fond
+<i>couleur_fond</i>, l&rsquo;une de ces deux couleurs au
+moins devant &ecirc;tre d&eacute;finie. Cela permet &agrave;
+la colorisation syntaxique de s&rsquo;&eacute;tendre sur
+plusieurs lignes. Notez que toutes les occurrences
+successives de <i>motif_d&eacute;but</i> apr&egrave;s le
+<i>motif_d&eacute;but</i> initial seront surlign&eacute;es
+jusqu&rsquo;&agrave; la prochaine instance de
+<i>motif_fin</i>.</p>
+
+<p style="margin-left:11%;"><b>icolor</b>
+<i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>]
+start=&quot;</b><i>motif_d&eacute;but</i><b>&quot;
+end=&quot;</b><i>motif_fin</i><b>&quot;</b></p>
+
+<p style="margin-left:15%;">Comme ci-dessus, mais la
+recherche des motifs est effectu&eacute;e sans tenir compte
+de la casse.</p>
+
+<p style="margin-left:11%;"><b>include</b>
+<i>fichier_de_syntaxes</i></p>
+
+<p style="margin-left:15%;">Lit le fichier
+<i>fichier_de_syntaxes</i> contenant une liste
+autosuffisante de d&eacute;finitions de syntaxes. Ce fichier
+ne doit contenir que des commandes <b>syntax</b>,
+<b>color</b> et <b>icolor</b>.</p>
+
+<h2>FICHIERS
+<a name="FICHIERS"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><i>$SYSCONFDIR/nanorc</i></p>
+
+<p style="margin-left:22%;">Fichier de configuration
+g&eacute;n&eacute;ral</p>
+
+<p style="margin-left:11%;"><i>~/.nanorc</i></p>
+
+<p style="margin-left:22%;">Fichier de configuration
+personnel</p>
+
+<h2>VOIR AUSSI
+<a name="VOIR AUSSI"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b>(1)
+<i><br>
+/usr/share/doc/nano/examples/nanorc.sample</i> (ou son
+&eacute;quivalent sur votre syst&egrave;me)</p>
+
+<h2>AUTEUR
+<a name="AUTEUR"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Chris
+Allegretta &lt;chrisa@asty.org&gt; et d&rsquo;autres (voir
+les fichiers <i>AUTHORS</i> et <i>THANKS</i> pour plus
+d&rsquo;information). Cette page de manuel a
+&eacute;t&eacute; initialement r&eacute;dig&eacute;e par
+Jordi Mallach &lt;jordi@gnu.org&gt; pour le syst&egrave;me
+Debian (mais elle peut &ecirc;tre utilis&eacute;e par
+d&rsquo;autres).</p>
+
+<h2>TRADUCTION
+<a name="TRADUCTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Cette
+adaptation fran&ccedil;aise a &eacute;t&eacute;
+r&eacute;alis&eacute;e par Jean-Philippe&nbsp;Gu&eacute;rard
+&lt;jean-philippe.guerard@tigreraye.org&gt; le
+29&nbsp;novembre&nbsp;2007 &agrave; partir de la version
+1.56 du 11&nbsp;octobre&nbsp;2007 de la page de manuel de
+nanorc (pour la version 2.0.0 de nano). Cette page a
+&eacute;t&eacute; relue par G&eacute;rard Delafond.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Un maximum de
+soin a &eacute;t&eacute; apport&eacute; lors de
+l&rsquo;&eacute;laboration de cette traduction&nbsp;;
+n&eacute;anmoins, quelques imperfections peuvent subsister.
+Si vous en rencontrez, que ce soit dans la version
+fran&ccedil;aise ou dans la version originale,
+n&rsquo;h&eacute;sitez pas &agrave; les signaler &agrave;
+l&rsquo;auteur ou au traducteur.</p>
+
+<p style="margin-left:11%; margin-top: 1em">La version
+originale la plus &agrave; jour de ce document est toujours
+consultable via la commande&nbsp;:</p>
+
+<p style="margin-left:11%; margin-top: 1em">LANGUAGE=en man
+nano</p>
+<hr>
+</body>
+</html>
diff --git a/doc/man/fr/rnano.1 b/doc/man/fr/rnano.1
new file mode 100644
index 0000000..2f64367
--- /dev/null
+++ b/doc/man/fr/rnano.1
@@ -0,0 +1,154 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+.\" Skeleton based on nano-tiny.1:
+.\" Copyright (C) 2002 Free Software Foundation, Inc.
+.\"
+.\" Le travail d'adaptation française de cette page de manuel a été
+.\" réalisé par Jean-Philippe Guérard, en 2006 et 2007. Ce travail
+.\" d'adaptation est dans le domaine public. Attention, la page traduite
+.\" reste soumise au droit d'auteur de ses auteurs originaux.
+.\"
+.\" The French translation of this document is a public domain work of
+.\" Jean-Philippe Guérard. This translation work was made in 2006 and
+.\" 2007. The translated man page in itself is still subject to the
+.\" copyright of its original authors.
+.\"
+.\" This document is dual-licensed. You may distribute and/or modify it
+.\" under the terms of either of the following licenses:
+.\"
+.\" * The GNU General Public License, as published by the Free Software
+.\" Foundation, version 3 or (at your option) any later version. You
+.\" should have received a copy of the GNU General Public License
+.\" along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" * The GNU Free Documentation License, as published by the Free
+.\" Software Foundation, version 1.2 or (at your option) any later
+.\" version, with no Invariant Sections, no Front-Cover Texts, and no
+.\" Back-Cover Texts. You should have received a copy of the GNU Free
+.\" Documentation License along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" Ce document est publié sous une double licence. Vous pouvez
+.\" le distribuer et le modifier selon les termes de l'une des deux
+.\" licences ci-dessous :
+.\"
+.\" * La Licence publique générale GNU (GNU GPL) version 3 ou, à
+.\" votre choix, supérieure, telle que publiée par la Free
+.\" Software Foundation. Vous devriez avoir reçu une copie de la
+.\" Licence publique générale GNU avec ce programme. Si ce n'est pas
+.\" le cas, consultez <http://www.gnu.org/licenses/>.
+.\"
+.\" * La Licence de documentation libre GNU (GNU FDL), version 1.2 ou,
+.\" à votre choix, supérieure, telle que publiée par la Free
+.\" Software Foundation, sans section invariante, ni texte de
+.\" première ou de quatrième de couverture. Vous devriez avoir reçu
+.\" une copie de la Licence de documentation libre GNU avec ce
+.\" programme. Si ce n'est pas le cas, consultez
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" $Id: rnano.1 4188 2007-12-08 04:27:44Z dolorous $
+.TH RNANO 1 "version 2.0.0" "29\ novembre\ 20O7"
+.\" Please adjust this date whenever revising the manpage.
+.\" Merci de modifier ces dates à chaque mise à jour de cette page.
+.\"
+.SH NOM
+rnano \- Le mode restreint de NAno un NOuvel éditeur, un clone libre et
+amélioré de Pico
+
+.SH SYNOPSIS
+.B rnano
+.I [OPTIONS]\ [[\+LIGNE,COLONNE]\ FICHIER]...
+.br
+
+.SH DESCRIPTION
+Cette page de manuel décrit brièvement la commande \fBrnano\fR.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
+.\" respectively.
+\fBnano\fR est un éditeur petit, sympathique et libre, qui vise à
+remplacer Pico, l'éditeur par défaut du logiciel non libre Pine.
+\fBnano\fR ne se contentant pas de copier l'interface et l'ergonomie de
+Pico, il offre également certaines fonctions manquantes (ou désactivées
+par défaut) dans Pico. Ces fonctionnalités sont, par exemple, les
+fonctions de recherche et de remplacement, et la possibilité de sauter
+directement à une ligne et à une colonne précise..
+.PP
+\fBrnano\fP est une version de \fBnano\fP fonctionnant en mode
+restreint, qui ne permet d'éditer que les fichiers indiqués et qui
+n'autorise pas l'utilisateur à accéder au système de fichier ou à un
+interpréteur de commandes.
+.PP
+En mode restreint, \fBnano\fP refusera\ :
+.IP \[bu] 2
+de lire ou d'écrire dans un fichier n'ayant pas été indiqué dans la
+ligne de commande\ ;
+.IP \[bu]
+de lire un fichier nanorc\ ;
+.IP \[bu]
+de permettre de suspendre l'édition\ ;
+.IP \[bu]
+de permettre d'ajouter en début ou en fin d'un fichier, ou de
+l'enregistrer sous un nom différent\ ;
+.IP \[bu]
+l'utilisation de copies de sécurité ou de la correction orthographique.
+
+.SH OPTIONS
+.TP
+.B \+\fILIGNE\fP,\fICOLONNE\fP
+Démarre avec le curseur positionné à la colonne \fICOLONNE\fP de
+la ligne \fILIGNE\fR (l'un des deux, au moins, devant être spécifié) au
+lieu de démarrer à la colonne\ 1, ligne\ 1.
+.TP
+.B \-?
+Identique à \fB-h (\-\-help)\fP.
+.TP
+.B \-h (\-\-help)
+Affiche un résumé des options de lancement de nano, puis s'arrête.
+.TP
+.B \-V (\-\-version)
+Affiche la version, puis s'arrête.
+.PP
+Reportez-vous à la page de manuel \fBnano\fP(1) si vous souhaitez
+consulter la documentation complète de \fBnano\fP.
+
+.SH BOGUES
+Merci de nous faire parvenir vos commentaires et de nous signaler les
+bogues, en écrivant, en anglais, à \fBnano@nano-editor.org\fR.
+
+La liste de discussion anglophone \fBnano\fR est disponible à l'adresse
+\fBnano-devel@gnu.org\fR.
+
+Pour vous abonner, envoyez un courrier électronique à
+\fBnano-devel-request@gnu.org\fR, ayant pour objet «\ subscribe\ ».
+
+N'hésitez pas également à envoyez vos commentaires, suggestions et
+corrections relatives à l'adaptation française de cette page de manuel
+ou du logiciel à \fBjean-philippe.guerard@tigreraye.org\fR.
+
+.SH "SITE INTERNET"
+http://www.nano-editor.org/
+
+.SH AUTEUR
+Chris Allegretta <chrisa@asty.org> et d'autres (voir le fichier
+\fIAUTHORS\fR). Cette page de manuel a été initialement rédigée par
+Thijs Kinkhorst <thijs@kinkhorst.com>, pour le système GNU Debian (mais
+elle peut être utilisée par d'autres).
+
+.SH TRADUCTION
+Cette adaptation française a été réalisée par Jean-Philippe\ Guérard
+<jean-philippe.guerard@tigreraye.org> le 29\ novembre\ 2007 à partir
+de la version 1.19 du 6\ novembre\ 2007 de la page de manuel de rnano
+(pour la version 2.0.0 de nano).
+
+Un maximum de soin a été apporté lors de l'élaboration de cette
+traduction\ ; néanmoins, quelques imperfections peuvent subsister. Si
+vous en rencontrez, que ce soit dans la version française ou dans la
+version originale, n'hésitez pas à les signaler à l'auteur ou au
+traducteur.
+
+La version originale la plus à jour de ce document est toujours
+consultable via la commande\ :
+
+LANGUAGE=en man nano
diff --git a/doc/man/fr/rnano.1.html b/doc/man/fr/rnano.1.html
new file mode 100644
index 0000000..26c2d1b
--- /dev/null
+++ b/doc/man/fr/rnano.1.html
@@ -0,0 +1,278 @@
+<!-- Creator : groff version 1.20.1 -->
+<!-- CreationDate: Tue Aug 10 22:44:00 2010 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title>RNANO</title>
+
+</head>
+<body>
+
+<h1 align="center">RNANO</h1>
+
+<a href="#NOM">NOM</a><br>
+<a href="#SYNOPSIS">SYNOPSIS</a><br>
+<a href="#DESCRIPTION">DESCRIPTION</a><br>
+<a href="#OPTIONS">OPTIONS</a><br>
+<a href="#BOGUES">BOGUES</a><br>
+<a href="#SITE INTERNET">SITE INTERNET</a><br>
+<a href="#AUTEUR">AUTEUR</a><br>
+<a href="#TRADUCTION">TRADUCTION</a><br>
+
+<hr>
+
+
+<h2>NOM
+<a name="NOM"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">rnano &minus;
+Le mode restreint de NAno un NOuvel &eacute;diteur, un clone
+libre et am&eacute;lior&eacute; de Pico</p>
+
+<h2>SYNOPSIS
+<a name="SYNOPSIS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>rnano</b>
+<i>[OPTIONS]&nbsp;[[+LIGNE,COLONNE]&nbsp;FICHIER]...</i></p>
+
+<h2>DESCRIPTION
+<a name="DESCRIPTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Cette page de
+manuel d&eacute;crit bri&egrave;vement la commande
+<b>rnano</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b> est
+un &eacute;diteur petit, sympathique et libre, qui vise
+&agrave; remplacer Pico, l&rsquo;&eacute;diteur par
+d&eacute;faut du logiciel non libre Pine. <b>nano</b> ne se
+contentant pas de copier l&rsquo;interface et
+l&rsquo;ergonomie de Pico, il offre &eacute;galement
+certaines fonctions manquantes (ou d&eacute;sactiv&eacute;es
+par d&eacute;faut) dans Pico. Ces fonctionnalit&eacute;s
+sont, par exemple, les fonctions de recherche et de
+remplacement, et la possibilit&eacute; de sauter directement
+&agrave; une ligne et &agrave; une colonne
+pr&eacute;cise..</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>rnano</b>
+est une version de <b>nano</b> fonctionnant en mode
+restreint, qui ne permet d&rsquo;&eacute;diter que les
+fichiers indiqu&eacute;s et qui n&rsquo;autorise pas
+l&rsquo;utilisateur &agrave; acc&eacute;der au
+syst&egrave;me de fichier ou &agrave; un interpr&eacute;teur
+de commandes.</p>
+
+<p style="margin-left:11%; margin-top: 1em">En mode
+restreint, <b>nano</b> refusera&nbsp;:</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>de lire ou d&rsquo;&eacute;crire dans un fichier
+n&rsquo;ayant pas &eacute;t&eacute; indiqu&eacute; dans la
+ligne de commande&nbsp;;</p></td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>de lire un fichier nanorc&nbsp;;</p></td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>de permettre de suspendre
+l&rsquo;&eacute;dition&nbsp;;</p> </td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>de permettre d&rsquo;ajouter en d&eacute;but ou en fin
+d&rsquo;un fichier, ou de l&rsquo;enregistrer sous un nom
+diff&eacute;rent&nbsp;;</p> </td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>l&rsquo;utilisation de copies de s&eacute;curit&eacute;
+ou de la correction orthographique.</p></td></tr>
+</table>
+
+<h2>OPTIONS
+<a name="OPTIONS"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>+</b><i>LIGNE</i><b>,</b><i>COLONNE</i></p>
+
+<p style="margin-left:22%;">D&eacute;marre avec le curseur
+positionn&eacute; &agrave; la colonne <i>COLONNE</i> de la
+ligne <i>LIGNE</i> (l&rsquo;un des deux, au moins, devant
+&ecirc;tre sp&eacute;cifi&eacute;) au lieu de
+d&eacute;marrer &agrave; la colonne&nbsp;1,
+ligne&nbsp;1.</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>&minus;?</b></p></td>
+<td width="8%"></td>
+<td width="36%">
+
+
+<p>Identique &agrave; <b>-h (&minus;&minus;help)</b>.</p></td>
+<td width="42%">
+</td></tr>
+</table>
+
+<p style="margin-left:11%;"><b>&minus;h
+(&minus;&minus;help)</b></p>
+
+<p style="margin-left:22%;">Affiche un r&eacute;sum&eacute;
+des options de lancement de nano, puis
+s&rsquo;arr&ecirc;te.</p>
+
+<p style="margin-left:11%;"><b>&minus;V
+(&minus;&minus;version)</b></p>
+
+<p style="margin-left:22%;">Affiche la version, puis
+s&rsquo;arr&ecirc;te.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Reportez-vous
+&agrave; la page de manuel <b>nano</b>(1) si vous souhaitez
+consulter la documentation compl&egrave;te de
+<b>nano</b>.</p>
+
+<h2>BOGUES
+<a name="BOGUES"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Merci de nous
+faire parvenir vos commentaires et de nous signaler les
+bogues, en &eacute;crivant, en anglais, &agrave;
+<b>nano@nano-editor.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">La liste de
+discussion anglophone <b>nano</b> est disponible &agrave;
+l&rsquo;adresse <b>nano-devel@gnu.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Pour vous
+abonner, envoyez un courrier &eacute;lectronique &agrave;
+<b>nano-devel-request@gnu.org</b>, ayant pour objet
+&laquo;&nbsp;subscribe&nbsp;&raquo;.</p>
+
+
+<p style="margin-left:11%; margin-top: 1em">N&rsquo;h&eacute;sitez
+pas &eacute;galement &agrave; envoyez vos commentaires,
+suggestions et corrections relatives &agrave;
+l&rsquo;adaptation fran&ccedil;aise de cette page de manuel
+ou du logiciel &agrave;
+<b>jean-philippe.guerard@tigreraye.org</b>.</p>
+
+<h2>SITE INTERNET
+<a name="SITE INTERNET"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em">http://www.nano-editor.org/</p>
+
+<h2>AUTEUR
+<a name="AUTEUR"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Chris
+Allegretta &lt;chrisa@asty.org&gt; et d&rsquo;autres (voir
+le fichier <i>AUTHORS</i>). Cette page de manuel a
+&eacute;t&eacute; initialement r&eacute;dig&eacute;e par
+Thijs Kinkhorst &lt;thijs@kinkhorst.com&gt;, pour le
+syst&egrave;me GNU Debian (mais elle peut &ecirc;tre
+utilis&eacute;e par d&rsquo;autres).</p>
+
+<h2>TRADUCTION
+<a name="TRADUCTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Cette
+adaptation fran&ccedil;aise a &eacute;t&eacute;
+r&eacute;alis&eacute;e par Jean-Philippe&nbsp;Gu&eacute;rard
+&lt;jean-philippe.guerard@tigreraye.org&gt; le
+29&nbsp;novembre&nbsp;2007 &agrave; partir de la version
+1.19 du 6&nbsp;novembre&nbsp;2007 de la page de manuel de
+rnano (pour la version 2.0.0 de nano).</p>
+
+<p style="margin-left:11%; margin-top: 1em">Un maximum de
+soin a &eacute;t&eacute; apport&eacute; lors de
+l&rsquo;&eacute;laboration de cette traduction&nbsp;;
+n&eacute;anmoins, quelques imperfections peuvent subsister.
+Si vous en rencontrez, que ce soit dans la version
+fran&ccedil;aise ou dans la version originale,
+n&rsquo;h&eacute;sitez pas &agrave; les signaler &agrave;
+l&rsquo;auteur ou au traducteur.</p>
+
+<p style="margin-left:11%; margin-top: 1em">La version
+originale la plus &agrave; jour de ce document est toujours
+consultable via la commande&nbsp;:</p>
+
+<p style="margin-left:11%; margin-top: 1em">LANGUAGE=en man
+nano</p>
+<hr>
+</body>
+</html>
diff --git a/doc/man/nano.1 b/doc/man/nano.1
new file mode 100644
index 0000000..6921431
--- /dev/null
+++ b/doc/man/nano.1
@@ -0,0 +1,262 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+.\" 2008, 2009 Free Software Foundation, Inc.
+.\"
+.\" This document is dual-licensed. You may distribute and/or modify it
+.\" under the terms of either of the following licenses:
+.\"
+.\" * The GNU General Public License, as published by the Free Software
+.\" Foundation, version 3 or (at your option) any later version. You
+.\" should have received a copy of the GNU General Public License
+.\" along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" * The GNU Free Documentation License, as published by the Free
+.\" Software Foundation, version 1.2 or (at your option) any later
+.\" version, with no Invariant Sections, no Front-Cover Texts, and no
+.\" Back-Cover Texts. You should have received a copy of the GNU Free
+.\" Documentation License along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" $Id: nano.1 4502 2010-04-14 21:55:39Z astyanax $
+.TH NANO 1 "version 2.2.0" "November 30, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+
+.SH NAME
+nano \- Nano's ANOther editor, an enhanced free Pico clone
+
+.SH SYNOPSIS
+.B nano
+.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
+.br
+
+.SH DESCRIPTION
+This manual page briefly documents the \fBnano\fP command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
+.\" respectively.
+\fBnano\fP is a small, free and friendly editor which aims to replace
+Pico, the default editor included in the non-free Pine package. Rather
+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
+replace" and "go to line and column number".
+
+.SH OPTIONS
+.TP
+.B \+\fILINE\fP,\fICOLUMN\fP
+Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
+(at least one of which must be specified) on startup, instead of the
+default of line 1, column 1.
+.TP
+.B \-?
+Same as \fB-h (\-\-help)\fP.
+.TP
+.B \-A (\-\-smarthome)
+Make the Home key smarter. When Home is pressed anywhere but at the
+very beginning of non-whitespace characters on a line, the cursor will
+jump to that beginning (either forwards or backwards). If the cursor is
+already at that position, it will jump to the true beginning of the
+line.
+.TP
+.B \-B (\-\-backup)
+When saving a file, back up the previous version of it to the current
+filename suffixed with a ~.
+.TP
+.B \-C \fIdir\fP (\-\-backupdir=\fIdir\fP)
+Set the directory where \fBnano\fP puts unique backup files if file
+backups are enabled.
+.TP
+.B \-D (\-\-boldtext)
+Use bold text instead of reverse video text.
+.TP
+.B \-E (\-\-tabstospaces)
+Convert typed tabs to spaces.
+.TP
+.B \-F (\-\-multibuffer)
+Enable multiple file buffers, if available.
+.TP
+.B \-H (\-\-historylog)
+Log search and replace strings to \fI~/.nano_history\fP, so they can be
+retrieved in later sessions, if \fInanorc\fP support is available.
+.TP
+.B \-I (\-\-ignorercfiles)
+Don't look at \fISYSCONFDIR/nanorc\fP or \fI~/.nanorc\fP, if
+\fInanorc\fP support is available.
+.TP
+.B \-K (\-\-rebindkeypad)
+Interpret the numeric keypad keys so that they all work properly. You
+should only need to use this option if they don't, as mouse support
+won't work properly with this option enabled.
+.TP
+.B \-L (\-\-nonewlines)
+Don't add newlines to the ends of files.
+.TP
+.B \-N (\-\-noconvert)
+Disable automatic conversion of files from DOS/Mac format.
+.TP
+.B \-O (\-\-morespace)
+Use the blank line below the titlebar as extra editing space.
+.TP
+.B \-Q \fIstr\fP (\-\-quotestr=\fIstr\fP)
+Set the quoting string for justifying. The default is
+"\fI^([\ \\t]*[#:>\\|}])+\fP" if extended regular expression support is
+available, or "\fI>\ \fP" otherwise. Note that \fI\\t\fP stands for a
+Tab.
+.TP
+.B \-R (\-\-restricted)
+Restricted mode: don't read or write to any file not specified on the
+command line; read any \fInanorc\fP files; allow suspending; allow a
+file to be appended to, prepended to, or saved under a different name if
+it already has one; or use backup files or spell checking. Also
+accessible by invoking \fBnano\fP with any name beginning with 'r' (e.g.
+"rnano").
+.TP
+.B \-S (\-\-smooth)
+Enable smooth scrolling. Text will scroll line-by-line, instead of the
+usual chunk-by-chunk behavior.
+.TP
+.B \-T \fIcols\fP (\-\-tabsize=\fIcols\fP)
+Set the size (width) of a tab to \fIcols\fP columns. The value of
+\fIcols\fP must be greater than 0. The default value is 8.
+.TP
+.B \-U (\-\-quickblank)
+Do quick statusbar blanking. Statusbar messages will disappear after 1
+keystroke instead of 25. Note that \fB-c\fP overrides this.
+.TP
+.B \-V (\-\-version)
+Show the current version number and exit.
+.TP
+.B \-W (\-\-wordbounds)
+Detect word boundaries more accurately by treating punctuation
+characters as part of a word.
+.TP
+.B \-Y \fIstr\fP (\-\-syntax=\fIstr\fP)
+Specify a specific syntax highlighting from the \fInanorc\fP to use, if
+available.
+.TP
+.B \-c (\-\-const)
+Constantly show the cursor position. Note that this overrides \fB-U\fP.
+.TP
+.B \-d (\-\-rebinddelete)
+Interpret the Delete key differently so that both Backspace and Delete
+work properly. You should only need to use this option if Backspace
+acts like Delete on your system.
+.TP
+.B \-h (\-\-help)
+Show a summary of command line options and exit.
+.TP
+.B \-i (\-\-autoindent)
+Indent new lines to the previous line's indentation. Useful when
+editing source code.
+.TP
+.B \-k (\-\-cut)
+Enable cut from cursor to end of line.
+.TP
+.B \-l (\-\-nofollow)
+If the file being edited is a symbolic link, replace the link with
+a new file instead of following it. Good for editing files in
+\fI/tmp\fP, perhaps?
+.TP
+.B \-m (\-\-mouse)
+Enable mouse support, if available for your system. When enabled, mouse
+clicks can be used to place the cursor, set the mark (with a double
+click), and execute shortcuts. The mouse will work in the X Window
+System, and on the console when gpm is running.
+.TP
+.B \-o \fIdir\fP (\-\-operatingdir=\fIdir\fP)
+Set operating directory. Makes \fBnano\fP set up something similar to a
+chroot.
+.TP
+.B \-p (\-\-preserve)
+Preserve the XON and XOFF sequences (^Q and ^S) so they will be caught
+by the terminal.
+.TP
+.B \-q (\-\-quiet)
+Do not report errors in the \fInanorc\fP file and ask them to be
+acknowledged by pressing Enter at startup.
+.TP
+.B \-r \fIcols\fP (\-\-fill=\fIcols\fP)
+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
+the wrap point to vary along with the width of the screen if the screen
+is resized. The default value is \-8.
+.TP
+.B \-s \fIprog\fP (\-\-speller=\fIprog\fP)
+Enable alternative spell checker command.
+.TP
+.B \-t (\-\-tempfile)
+Always save changed buffer without prompting. Same as Pico's \fB-t\fP
+option.
+.TP
+.B \-u (\-\-undo)
+Enable experimental generic-purpose undo code. By default, the undo and redo
+shortcuts are Meta-U and Meta-E, respectively.
+.TP
+.B \-v (\-\-view)
+View file (read only) mode.
+.TP
+.B \-w (\-\-nowrap)
+Disable wrapping of long lines.
+.TP
+.B \-x (\-\-nohelp)
+Disable help screen at bottom of editor.
+.TP
+.B \-z (\-\-suspend)
+Enable suspend ability.
+.TP
+.B \-$ (\-\-softwrap)
+Enable 'soft wrapping'. \fBnano\fP will attempt to display the entire
+contents of a line, even if it is longer than the screen width. Since
+\&'$' normally refers to a variable in the Unix shell, you should specify
+this option last when using other options (e.g. 'nano \-wS$') or pass it
+separately (e.g. 'nano \-wS \-$').
+.TP
+.B \-a, \-b, \-e, \-f, \-g, \-j
+Ignored, for compatibility with Pico.
+
+.SH INITIALIZATION FILE
+\fBnano\fP will read initialization files in the following order:
+\fISYSCONFDIR/nanorc\fP, then \fI~/.nanorc\fP. Please see
+\fBnanorc(5)\fP and the example file \fBnanorc.sample\fP, both of which
+should be provided with \fBnano\fP.
+
+.SH NOTES
+If no alternative spell checker command is specified on the command
+line or in one of the \fInanorc\fP files, \fBnano\fP will check the
+\fBSPELL\fP environment variable for one.
+
+In some cases \fBnano\fP will try to dump the buffer into an emergency
+file. This will happen mainly if \fBnano\fP receives a SIGHUP or
+SIGTERM or runs out of memory. It will write the buffer into a file
+named \fInano.save\fP if the buffer didn't have a name already, or will
+add a ".save" suffix to the current filename. If an emergency file with
+that name already exists in the current directory, it will add ".save"
+plus a number (e.g. ".save.1") to the current filename in order to make
+it unique. In multibuffer mode, \fBnano\fP will write all the open
+buffers to their respective emergency files.
+
+.SH BUGS
+Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
+
+The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
+
+To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
+of "subscribe".
+
+.SH HOMEPAGE
+http://www.nano-editor.org/
+
+.SH SEE ALSO
+.PD 0
+.TP
+\fBnanorc\fP(5)
+.PP
+\fI/usr/share/doc/nano/\fP (or equivalent on your system)
+
+.SH AUTHOR
+Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
+\fITHANKS\fP for details). This manual page was originally written by
+Jordi Mallach <jordi@gnu.org>, for the Debian system (but may be used by
+others).
diff --git a/doc/man/nano.1.html b/doc/man/nano.1.html
new file mode 100644
index 0000000..cb1101e
--- /dev/null
+++ b/doc/man/nano.1.html
@@ -0,0 +1,468 @@
+<!-- Creator : groff version 1.20.1 -->
+<!-- CreationDate: Tue Aug 10 22:44:00 2010 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title>NANO</title>
+
+</head>
+<body>
+
+<h1 align="center">NANO</h1>
+
+<a href="#NAME">NAME</a><br>
+<a href="#SYNOPSIS">SYNOPSIS</a><br>
+<a href="#DESCRIPTION">DESCRIPTION</a><br>
+<a href="#OPTIONS">OPTIONS</a><br>
+<a href="#INITIALIZATION FILE">INITIALIZATION FILE</a><br>
+<a href="#NOTES">NOTES</a><br>
+<a href="#BUGS">BUGS</a><br>
+<a href="#HOMEPAGE">HOMEPAGE</a><br>
+<a href="#SEE ALSO">SEE ALSO</a><br>
+<a href="#AUTHOR">AUTHOR</a><br>
+
+<hr>
+
+
+<h2>NAME
+<a name="NAME"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">nano &minus;
+Nano&rsquo;s ANOther editor, an enhanced free Pico clone</p>
+
+<h2>SYNOPSIS
+<a name="SYNOPSIS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b>
+<i>[OPTIONS]&nbsp;[[+LINE,COLUMN]&nbsp;FILE]...</i></p>
+
+<h2>DESCRIPTION
+<a name="DESCRIPTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">This manual
+page briefly documents the <b>nano</b> command.</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b> is
+a small, free and friendly editor which aims to replace
+Pico, the default editor included in the non-free Pine
+package. Rather than just copying Pico&rsquo;s look and
+feel, <b>nano</b> also implements some missing (or disabled
+by default) features in Pico, such as &quot;search and
+replace&quot; and &quot;go to line and column
+number&quot;.</p>
+
+<h2>OPTIONS
+<a name="OPTIONS"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>+</b><i>LINE</i><b>,</b><i>COLUMN</i></p>
+
+<p style="margin-left:22%;">Places cursor at line number
+<i>LINE</i> and column number <i>COLUMN</i> (at least one of
+which must be specified) on startup, instead of the default
+of line 1, column 1.</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>&minus;?</b></p></td>
+<td width="8%"></td>
+<td width="30%">
+
+
+<p>Same as <b>-h (&minus;&minus;help)</b>.</p></td>
+<td width="48%">
+</td></tr>
+</table>
+
+<p style="margin-left:11%;"><b>&minus;A
+(&minus;&minus;smarthome)</b></p>
+
+<p style="margin-left:22%;">Make the Home key smarter. When
+Home is pressed anywhere but at the very beginning of
+non-whitespace characters on a line, the cursor will jump to
+that beginning (either forwards or backwards). If the cursor
+is already at that position, it will jump to the true
+beginning of the line.</p>
+
+<p style="margin-left:11%;"><b>&minus;B
+(&minus;&minus;backup)</b></p>
+
+<p style="margin-left:22%;">When saving a file, back up the
+previous version of it to the current filename suffixed with
+a ~.</p>
+
+<p style="margin-left:11%;"><b>&minus;C</b> <i>dir</i>
+<b>(&minus;&minus;backupdir=</b><i>dir</i><b>)</b></p>
+
+<p style="margin-left:22%;">Set the directory where
+<b>nano</b> puts unique backup files if file backups are
+enabled.</p>
+
+<p style="margin-left:11%;"><b>&minus;D
+(&minus;&minus;boldtext)</b></p>
+
+<p style="margin-left:22%;">Use bold text instead of
+reverse video text.</p>
+
+<p style="margin-left:11%;"><b>&minus;E
+(&minus;&minus;tabstospaces)</b></p>
+
+<p style="margin-left:22%;">Convert typed tabs to
+spaces.</p>
+
+<p style="margin-left:11%;"><b>&minus;F
+(&minus;&minus;multibuffer)</b></p>
+
+<p style="margin-left:22%;">Enable multiple file buffers,
+if available.</p>
+
+<p style="margin-left:11%;"><b>&minus;H
+(&minus;&minus;historylog)</b></p>
+
+<p style="margin-left:22%;">Log search and replace strings
+to <i>~/.nano_history</i>, so they can be retrieved in later
+sessions, if <i>nanorc</i> support is available.</p>
+
+<p style="margin-left:11%;"><b>&minus;I
+(&minus;&minus;ignorercfiles)</b></p>
+
+<p style="margin-left:22%;">Don&rsquo;t look at
+<i>SYSCONFDIR/nanorc</i> or <i>~/.nanorc</i>, if
+<i>nanorc</i> support is available.</p>
+
+<p style="margin-left:11%;"><b>&minus;K
+(&minus;&minus;rebindkeypad)</b></p>
+
+<p style="margin-left:22%;">Interpret the numeric keypad
+keys so that they all work properly. You should only need to
+use this option if they don&rsquo;t, as mouse support
+won&rsquo;t work properly with this option enabled.</p>
+
+<p style="margin-left:11%;"><b>&minus;L
+(&minus;&minus;nonewlines)</b></p>
+
+<p style="margin-left:22%;">Don&rsquo;t add newlines to the
+ends of files.</p>
+
+<p style="margin-left:11%;"><b>&minus;N
+(&minus;&minus;noconvert)</b></p>
+
+<p style="margin-left:22%;">Disable automatic conversion of
+files from DOS/Mac format.</p>
+
+<p style="margin-left:11%;"><b>&minus;O
+(&minus;&minus;morespace)</b></p>
+
+<p style="margin-left:22%;">Use the blank line below the
+titlebar as extra editing space.</p>
+
+<p style="margin-left:11%;"><b>&minus;Q</b> <i>str</i>
+<b>(&minus;&minus;quotestr=</b><i>str</i><b>)</b></p>
+
+<p style="margin-left:22%;">Set the quoting string for
+justifying. The default is
+&quot;<i>^([&nbsp;\t]*[#:&gt;\|}])+</i>&quot; if extended
+regular expression support is available, or
+&quot;<i>&gt;&nbsp;</i>&quot; otherwise. Note that <i>\t</i>
+stands for a Tab.</p>
+
+<p style="margin-left:11%;"><b>&minus;R
+(&minus;&minus;restricted)</b></p>
+
+<p style="margin-left:22%;">Restricted mode: don&rsquo;t
+read or write to any file not specified on the command line;
+read any <i>nanorc</i> files; allow suspending; allow a file
+to be appended to, prepended to, or saved under a different
+name if it already has one; or use backup files or spell
+checking. Also accessible by invoking <b>nano</b> with any
+name beginning with &rsquo;r&rsquo; (e.g.
+&quot;rnano&quot;).</p>
+
+<p style="margin-left:11%;"><b>&minus;S
+(&minus;&minus;smooth)</b></p>
+
+<p style="margin-left:22%;">Enable smooth scrolling. Text
+will scroll line-by-line, instead of the usual
+chunk-by-chunk behavior.</p>
+
+<p style="margin-left:11%;"><b>&minus;T</b> <i>cols</i>
+<b>(&minus;&minus;tabsize=</b><i>cols</i><b>)</b></p>
+
+<p style="margin-left:22%;">Set the size (width) of a tab
+to <i>cols</i> columns. The value of <i>cols</i> must be
+greater than 0. The default value is 8.</p>
+
+<p style="margin-left:11%;"><b>&minus;U
+(&minus;&minus;quickblank)</b></p>
+
+<p style="margin-left:22%;">Do quick statusbar blanking.
+Statusbar messages will disappear after 1 keystroke instead
+of 25. Note that <b>-c</b> overrides this.</p>
+
+<p style="margin-left:11%;"><b>&minus;V
+(&minus;&minus;version)</b></p>
+
+<p style="margin-left:22%;">Show the current version number
+and exit.</p>
+
+<p style="margin-left:11%;"><b>&minus;W
+(&minus;&minus;wordbounds)</b></p>
+
+<p style="margin-left:22%;">Detect word boundaries more
+accurately by treating punctuation characters as part of a
+word.</p>
+
+<p style="margin-left:11%;"><b>&minus;Y</b> <i>str</i>
+<b>(&minus;&minus;syntax=</b><i>str</i><b>)</b></p>
+
+<p style="margin-left:22%;">Specify a specific syntax
+highlighting from the <i>nanorc</i> to use, if
+available.</p>
+
+<p style="margin-left:11%;"><b>&minus;c
+(&minus;&minus;const)</b></p>
+
+<p style="margin-left:22%;">Constantly show the cursor
+position. Note that this overrides <b>-U</b>.</p>
+
+<p style="margin-left:11%;"><b>&minus;d
+(&minus;&minus;rebinddelete)</b></p>
+
+<p style="margin-left:22%;">Interpret the Delete key
+differently so that both Backspace and Delete work properly.
+You should only need to use this option if Backspace acts
+like Delete on your system.</p>
+
+<p style="margin-left:11%;"><b>&minus;h
+(&minus;&minus;help)</b></p>
+
+<p style="margin-left:22%;">Show a summary of command line
+options and exit.</p>
+
+<p style="margin-left:11%;"><b>&minus;i
+(&minus;&minus;autoindent)</b></p>
+
+<p style="margin-left:22%;">Indent new lines to the
+previous line&rsquo;s indentation. Useful when editing
+source code.</p>
+
+<p style="margin-left:11%;"><b>&minus;k
+(&minus;&minus;cut)</b></p>
+
+<p style="margin-left:22%;">Enable cut from cursor to end
+of line.</p>
+
+<p style="margin-left:11%;"><b>&minus;l
+(&minus;&minus;nofollow)</b></p>
+
+<p style="margin-left:22%;">If the file being edited is a
+symbolic link, replace the link with a new file instead of
+following it. Good for editing files in <i>/tmp</i>,
+perhaps?</p>
+
+<p style="margin-left:11%;"><b>&minus;m
+(&minus;&minus;mouse)</b></p>
+
+<p style="margin-left:22%;">Enable mouse support, if
+available for your system. When enabled, mouse clicks can be
+used to place the cursor, set the mark (with a double
+click), and execute shortcuts. The mouse will work in the X
+Window System, and on the console when gpm is running.</p>
+
+<p style="margin-left:11%;"><b>&minus;o</b> <i>dir</i>
+<b>(&minus;&minus;operatingdir=</b><i>dir</i><b>)</b></p>
+
+<p style="margin-left:22%;">Set operating directory. Makes
+<b>nano</b> set up something similar to a chroot.</p>
+
+<p style="margin-left:11%;"><b>&minus;p
+(&minus;&minus;preserve)</b></p>
+
+<p style="margin-left:22%;">Preserve the XON and XOFF
+sequences (^Q and ^S) so they will be caught by the
+terminal.</p>
+
+<p style="margin-left:11%;"><b>&minus;q
+(&minus;&minus;quiet)</b></p>
+
+<p style="margin-left:22%;">Do not report errors in the
+<i>nanorc</i> file and ask them to be acknowledged by
+pressing Enter at startup.</p>
+
+<p style="margin-left:11%;"><b>&minus;r</b> <i>cols</i>
+<b>(&minus;&minus;fill=</b><i>cols</i><b>)</b></p>
+
+<p style="margin-left:22%;">Wrap lines at column
+<i>cols</i>. If this value is 0 or less, wrapping will occur
+at the width of the screen less <i>cols</i> columns,
+allowing the wrap point to vary along with the width of the
+screen if the screen is resized. The default value is
+&minus;8.</p>
+
+<p style="margin-left:11%;"><b>&minus;s</b> <i>prog</i>
+<b>(&minus;&minus;speller=</b><i>prog</i><b>)</b></p>
+
+<p style="margin-left:22%;">Enable alternative spell
+checker command.</p>
+
+<p style="margin-left:11%;"><b>&minus;t
+(&minus;&minus;tempfile)</b></p>
+
+<p style="margin-left:22%;">Always save changed buffer
+without prompting. Same as Pico&rsquo;s <b>-t</b>
+option.</p>
+
+<p style="margin-left:11%;"><b>&minus;u
+(&minus;&minus;undo)</b></p>
+
+<p style="margin-left:22%;">Enable experimental
+generic-purpose undo code. By default, the undo and redo
+shortcuts are Meta-U and Meta-E, respectively.</p>
+
+<p style="margin-left:11%;"><b>&minus;v
+(&minus;&minus;view)</b></p>
+
+<p style="margin-left:22%;">View file (read only) mode.</p>
+
+<p style="margin-left:11%;"><b>&minus;w
+(&minus;&minus;nowrap)</b></p>
+
+<p style="margin-left:22%;">Disable wrapping of long
+lines.</p>
+
+<p style="margin-left:11%;"><b>&minus;x
+(&minus;&minus;nohelp)</b></p>
+
+<p style="margin-left:22%;">Disable help screen at bottom
+of editor.</p>
+
+<p style="margin-left:11%;"><b>&minus;z
+(&minus;&minus;suspend)</b></p>
+
+<p style="margin-left:22%;">Enable suspend ability.</p>
+
+<p style="margin-left:11%;"><b>&minus;$
+(&minus;&minus;softwrap)</b></p>
+
+<p style="margin-left:22%;">Enable &rsquo;soft
+wrapping&rsquo;. <b>nano</b> will attempt to display the
+entire contents of a line, even if it is longer than the
+screen width. Since &rsquo;$&rsquo; normally refers to a
+variable in the Unix shell, you should specify this option
+last when using other options (e.g. &rsquo;nano
+&minus;wS$&rsquo;) or pass it separately (e.g. &rsquo;nano
+&minus;wS &minus;$&rsquo;).</p>
+
+<p style="margin-left:11%;"><b>&minus;a, &minus;b,
+&minus;e, &minus;f, &minus;g, &minus;j</b></p>
+
+<p style="margin-left:22%;">Ignored, for compatibility with
+Pico.</p>
+
+<h2>INITIALIZATION FILE
+<a name="INITIALIZATION FILE"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b>
+will read initialization files in the following order:
+<i>SYSCONFDIR/nanorc</i>, then <i>~/.nanorc</i>. Please see
+<b>nanorc(5)</b> and the example file <b>nanorc.sample</b>,
+both of which should be provided with <b>nano</b>.</p>
+
+<h2>NOTES
+<a name="NOTES"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">If no
+alternative spell checker command is specified on the
+command line or in one of the <i>nanorc</i> files,
+<b>nano</b> will check the <b>SPELL</b> environment variable
+for one.</p>
+
+<p style="margin-left:11%; margin-top: 1em">In some cases
+<b>nano</b> will try to dump the buffer into an emergency
+file. This will happen mainly if <b>nano</b> receives a
+SIGHUP or SIGTERM or runs out of memory. It will write the
+buffer into a file named <i>nano.save</i> if the buffer
+didn&rsquo;t have a name already, or will add a
+&quot;.save&quot; suffix to the current filename. If an
+emergency file with that name already exists in the current
+directory, it will add &quot;.save&quot; plus a number (e.g.
+&quot;.save.1&quot;) to the current filename in order to
+make it unique. In multibuffer mode, <b>nano</b> will write
+all the open buffers to their respective emergency
+files.</p>
+
+<h2>BUGS
+<a name="BUGS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Please send any
+comments or bug reports to <b>nano@nano-editor.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">The <b>nano</b>
+mailing list is available from
+<b>nano-devel@gnu.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">To subscribe,
+email to <b>nano-devel-request@gnu.org</b> with a subject of
+&quot;subscribe&quot;.</p>
+
+<h2>HOMEPAGE
+<a name="HOMEPAGE"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em">http://www.nano-editor.org/</p>
+
+<h2>SEE ALSO
+<a name="SEE ALSO"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nanorc</b>(5)
+<i><br>
+/usr/share/doc/nano/</i> (or equivalent on your system)</p>
+
+<h2>AUTHOR
+<a name="AUTHOR"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Chris
+Allegretta &lt;chrisa@asty.org&gt;, et al (see
+<i>AUTHORS</i> and <i>THANKS</i> for details). This manual
+page was originally written by Jordi Mallach
+&lt;jordi@gnu.org&gt;, for the Debian system (but may be
+used by others).</p>
+<hr>
+</body>
+</html>
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
new file mode 100644
index 0000000..3c69209
--- /dev/null
+++ b/doc/man/nanorc.5
@@ -0,0 +1,567 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+.\" Free Software Foundation, Inc.
+.\"
+.\" This document is dual-licensed. You may distribute and/or modify it
+.\" under the terms of either of the following licenses:
+.\"
+.\" * The GNU General Public License, as published by the Free Software
+.\" Foundation, version 3 or (at your option) any later version. You
+.\" should have received a copy of the GNU General Public License
+.\" along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" * The GNU Free Documentation License, as published by the Free
+.\" Software Foundation, version 1.2 or (at your option) any later
+.\" version, with no Invariant Sections, no Front-Cover Texts, and no
+.\" Back-Cover Texts. You should have received a copy of the GNU Free
+.\" Documentation License along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" $Id: nanorc.5 4508 2010-06-21 03:10:10Z astyanax $
+.TH NANORC 5 "version 2.0.0" "August 23, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.SH NAME
+nanorc \- GNU nano's rcfile
+.SH DESCRIPTION
+This manual page briefly documents GNU \fBnano\fP's rcfile.
+.PP
+\fBnano\fP is a small, free and friendly editor which aims to replace
+Pico, the default editor included in the non-free Pine package. Rather
+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
+replace" and "go to line and column number".
+.PP
+The \fInanorc\fP file contains the default settings for \fBnano\fP. It
+should not be in DOS or Mac format. During startup, \fBnano\fP will
+first read its system-wide settings from \fISYSCONFDIR/nanorc\fP, and
+then user-specific settings from \fI~/.nanorc\fP.
+
+.SH OPTIONS
+The configuration file accepts a series of \fBset\fP and \fBunset\fP
+commands, which can be used to configure nano on startup without using
+the command line options. Additionally, the \fBsyntax\fP, \fBcolor\fP,
+and \fBicolor\fP keywords are used to define syntax highlighting rules
+for different text patterns. \fBnano\fP will read one command per line.
+
+Options in \fInanorc\fP files take precedence over nano's defaults, and
+command line options override \fInanorc\fP settings. Also, options are
+unset by default, except for those that take arguments.
+
+Quotes inside string parameters don't have to be escaped with
+backslashes. The last double quote in the string will be treated as its
+end. For example, for the \fBbrackets\fP option, "\fI"')>]}\fP" will
+match \fI"\fP, \fI'\fP, \fI)\fP, \fI>\fP, \fI]\fP, and \fI}\fP.
+
+The supported commands and arguments are:
+
+.TP 3
+.B set/unset allow_insecure_backup
+When backing up files, allow the backup to succeed even if its permissions
+can't be (re)set due to special OS considerations. You should
+NOT enable this option unless you are sure you need it.
+.TP
+.B set/unset autoindent
+Use auto-indentation.
+.TP
+.B set/unset backup
+Create backup files in \fIfilename~\fP.
+.TP
+.B set backupdir "\fIdirectory\fP"
+Set the directory where \fBnano\fP puts unique backup files if file
+backups are enabled.
+.TP
+.B set/unset backwards
+Do backwards searches by default.
+.TP
+.B set/unset boldtext
+Use bold text instead of reverse video text.
+.TP
+.B set brackets "\fIstring\fP"
+Set the characters treated as closing brackets when justifying
+paragraphs. They cannot contain blank characters. Only closing
+punctuation, optionally followed by closing brackets, can end sentences.
+The default value is "\fI"')>]}\fP".
+.TP
+.B set/unset casesensitive
+Do case sensitive searches by default.
+.TP
+.B set/unset const
+Constantly display the cursor position in the status bar.
+.TP
+.B set/unset cut
+Use cut to end of line by default.
+.TP
+.B set fill \fIn\fP
+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
+default value is \-8.
+.TP
+.B set/unset historylog
+Enable \fI~/.nano_history\fP for saving and reading search/replace
+strings.
+.TP
+.B set matchbrackets "\fIstring\fP"
+Set the opening and closing brackets that can be found by bracket
+searches. They cannot contain blank characters. The former set must
+come before the latter set, and both must be in the same order. The
+default value is "\fI(<[{)>]}\fP".
+.TP
+.B set/unset morespace
+Use the blank line below the titlebar as extra editing space.
+.TP
+.B set/unset mouse
+Enable mouse support, if available for your system. When enabled, mouse
+clicks can be used to place the cursor, set the mark (with a double
+click), and execute shortcuts. The mouse will work in the X Window
+System, and on the console when gpm is running.
+.TP
+.B set/unset multibuffer
+Allow inserting files into their own buffers.
+.TP
+.B set/unset noconvert
+Don't convert files from DOS/Mac format.
+.TP
+.B set/unset nofollow
+Don't follow symlinks when writing files.
+.TP
+.B set/unset nohelp
+Don't display the help lists at the bottom of the screen.
+.TP
+.B set/unset nonewlines
+Don't add newlines to the ends of files.
+.TP
+.B set/unset nowrap
+Don't wrap text at all.
+.TP
+.B set operatingdir "\fIdirectory\fP"
+\fBnano\fP will only read and write files inside \fIdirectory\fP and its
+subdirectories. Also, the current directory is changed to here, so
+files are inserted from this diractory. By default, the operating
+directory feature is turned off.
+.TP
+.B set/unset preserve
+Preserve the XON and XOFF keys (^Q and ^S).
+.TP
+.B set punct "\fIstring\fP"
+Set the characters treated as closing punctuation when justifying
+paragraphs. They cannot contain blank characters. Only closing
+punctuation, optionally followed by closing brackets, can end sentences.
+The default value is "\fI!.?\fP".
+.TP
+.B set/unset quiet
+\fBnano\fP will not report errors in the \fInanorc\fP file and ask them
+to be acknowledged by pressing enter at startup. If this is used it
+should be placed at the top of the file to be fully effective.
+.TP
+.B set/unset quickblank
+Do quick statusbar blanking. Statusbar messages will disappear after 1
+keystroke instead of 25.
+.TP
+.B set quotestr "\fIstring\fP"
+The email-quote string, used to justify email-quoted paragraphs. This
+is an extended regular expression if your system supports them,
+otherwise a literal string. The default value is
+"\fI^([\ \\t]*[#:>\\|}])+\fP" if you have extended regular expression
+support, or "\fI>\ \fP" otherwise. Note that '\\t' stands for a literal
+Tab character.
+.TP
+.B set/unset rebinddelete
+Interpret the Delete key differently so that both Backspace and Delete
+work properly. You should only need to use this option if Backspace
+acts like Delete on your system.
+.TP
+.B set/unset rebindkeypad
+Interpret the numeric keypad keys so that they all work properly. You
+should only need to use this option if they don't, as mouse support
+won't work properly with this option enabled.
+.TP
+.B set/unset regexp
+Do extended regular expression searches by default.
+.TP
+.B set/unset smarthome
+Make the Home key smarter. When Home is pressed anywhere but at the
+very beginning of non-whitespace characters on a line, the cursor will
+jump to that beginning (either forwards or backwards). If the cursor is
+already at that position, it will jump to the true beginning of the
+line.
+.TP
+.B set/unset smooth
+Use smooth scrolling by default.
+.TP
+.B set/unset softwrap
+Enable soft line wrapping for easier viewing of very long lones.
+.TP
+.B set speller "\fIspellprog\fP"
+Use spelling checker \fIspellprog\fP instead of the built-in one, which
+calls \fIspell\fP.
+.TP
+.B set/unset suspend
+Allow \fBnano\fP to be suspended.
+.TP
+.B set tabsize \fIn\fP
+Use a tab size of \fIn\fP columns. The value of \fIn\fP must be greater
+than 0. The default value is 8.
+.TP
+.B set/unset tabstospaces
+Convert typed tabs to spaces.
+.TP
+.B set/unset tempfile
+Save automatically on exit, don't prompt.
+.TP
+.B set/unset undo
+Enable experimental generic-purpose undo code.
+.TP
+.B set/unset view
+Disallow file modification.
+.TP
+.B set/unset softwrap
+Enable soft line wrapping for easier viewing of very long lones.
+.TP
+.B set whitespace "\fIstring\fP"
+Set the two characters used to display the first characters of tabs and
+spaces. They must be single-column characters.
+.TP
+.B set/unset wordbounds
+Detect word boundaries more accurately by treating punctuation
+characters as parts of words.
+.TP
+.B syntax "\fIstr\fP" ["\fIfileregex\fP" ... ]
+Defines a syntax named \fIstr\fP which can be activated via the
+\-Y/\-\-syntax command line option, or will be automatically activated if
+the current filename matches the extended regular expression
+\fIfileregex\fP. All following \fBcolor\fP and \fBicolor\fP statements
+will apply to \fIsyntax\fP until a new syntax is defined.
+
+The \fInone\fP syntax is reserved; specifying it on the command line is
+the same as not having a syntax at all. The \fIdefault\fP syntax is
+special: it takes no \fIfileregex\fP, and applies to files that don't
+match any other syntax's \fIfileregex\fP.
+.TP
+.B color \fIfgcolor\fP,\fIbgcolor\fP "\fIregex\fP" ...
+For the currently defined syntax, display all expressions matching
+the extended regular expression \fIregex\fP with foreground color
+\fIfgcolor\fP and background color \fIbgcolor\fP, at least one of which
+must be specified. Legal colors for foreground and background color
+are: white, black, red, blue, green, yellow, magenta, and cyan. You may
+use the prefix "bright" to force a stronger color highlight for the
+foreground. If your terminal supports transparency, not specifying a
+\fIbgcolor\fP tells \fBnano\fP to attempt to use a transparent
+background.
+.TP
+.B icolor \fIfgcolor\fP,\fIbgcolor\fP "\fIregex\fP" ...
+Same as above, except that the expression matching is case insensitive.
+.TP
+.B color \fIfgcolor\fP,\fIbgcolor\fP start="\fIsr\fP" end="\fIer\fP"
+Display expressions which start with the extended regular expression
+\fIsr\fP and end with the extended regular expression \fIer\fP with
+foreground color \fIfgcolor\fP and background color \fIbgcolor\fP,
+at least one of which must be specified. This allows syntax
+highlighting to span multiple lines. Note that all subsequent instances
+of \fIsr\fP after an initial \fIsr\fP is found will be highlighted until
+the first instance of \fIer\fP.
+.TP
+.B icolor \fIfgcolor\fP,\fIbgcolor\fP start="\fIsr\fP" end="\fIer\fP"
+Same as above, except that the expression matching is case insensitive.
+.TP
+.B include "\fIsyntaxfile\fP"
+Read in self-contained color syntaxes from \fIsyntaxfile\fP. Note that
+\fIsyntaxfile\fP can only contain \fBsyntax\fP, \fBcolor\fP, and
+\fBicolor\fP commands.
+.SH KEY BINDINGS
+Key bindings may be reassigned via the following commands:
+.TP
+.B bind \fIkey\fP \fIfunction\fP \fImenu\fP
+Rebinds the key \fIkey\fP to a new function named \fIfunction\fP in the
+context of menu \fImenu\fP. The format of \fIkey\fP should be one of:
+.TP
+.B ^
+followed by an alpha character or the word "Space".
+Example: ^C
+.TP
+.B M-
+followed by a printable character or the word "Space".
+Example: M-C
+.TP
+.B F
+followed by a numeric value from 1 to 16.
+Example: F10
+.TP
+Valid function names to be bound include:
+.TP 3
+.B help
+Invoke the help menu.
+.TP
+.B cancel
+Cancel the current command.
+.TP
+.B exit
+Exit from the program.
+.TP
+.B writeout
+Write the current buffer to disk.
+.TP
+.B justify
+Justify the current text.
+.TP
+.B insert
+Insert a file into the current buffer (or into a new buffer when multibuffer
+is enabled).
+.TP
+.B whereis
+Search for text in the current buffer.
+.TP
+.B searchagain
+Repeat the last search command.
+.TP
+.B up
+Move up in the editor or browser.
+.TP
+.B down
+Move down in the editor or browser.
+.TP
+.B left
+Move left in the editor or browser.
+.TP
+.B right
+Move right in the editor or browser.
+.TP
+.B cut
+Cut the current line of text and store it.
+.TP
+.B uncut
+Copy the currently stored text into the current buffer position.
+.TP
+.B curpos
+Show the current line, column, word positions in the file.
+.TP
+.B firstline
+Move to the first line of the file.
+.TP
+.B lastline
+Move to the last line of the file.
+.TP
+.B gotoline
+Move to a specific line (and column if specified).
+.TP
+.B replace
+Interactively replace text within the current buffer.
+.TP
+.B mark
+Begin selecting text for cutting or pasting at the current position.
+.TP
+.B copytext
+Copy the currently marked text without deleting it.
+.TP
+.B indent
+Indent the currently marked text (shift to the right).
+.TP
+.B unindent
+Un-indent the currently marked text (shift to the left).
+.TP
+.B nextword
+Move the cursor to the beginning of the next word.
+.TP
+.B prevword
+Move the cursor to the beginning of the previous word.
+.TP
+.B home
+Move the cursor to the beginning of the current line.
+.TP
+.B end
+Move the cursor to the end of the current line.
+.TP
+.B beginpara
+Move the cursor to the beginning of the current paragraph.
+.TP
+.B endpara
+Move the cursor to the end of the current paragraph.
+.TP
+.B findbracket
+Move the cursor to the matching bracket (brace, parenthesis, etc.) of the one
+under the cursor.
+.TP
+.B scrollup
+Scroll up one line of text from the current position.
+.TP
+.B scrolldown
+Scroll down one line of text from the current position.
+.TP
+.B prevbuf
+Switch to editing/viewing the previous buffer when using multibuffer mode.
+.TP
+.B nextbuf
+Switch to editing/viewing the next buffer when using multibuffer mode.
+.TP
+.B verbatim
+Insert the next character verbatim into the file.
+.TP
+.B tab
+Insert a tab at the current cursor location.
+.TP
+.B enter
+Insert a new line below the current one.
+.TP
+.B delete
+Delete the character under the cursor.
+.TP
+.B fulljustify
+Justify the entire current file.
+.TP
+.B wordcount
+Count the number of words in the current buffer.
+.TP
+.B refresh
+Refresh the screen.
+.TP
+.B undo
+Undo the text action peformed (add text, delete text, etc).
+.TP
+.B redo
+Redo the last undone action (i.e., undo an undo).
+.TP
+.B suspend
+Suspend the editor (if the suspend function is enabled, see the
+"suspendenable" entry below).
+.TP
+.B casesens
+Toggle case sensitivity in searching (search/replace menus only).
+.TP
+.B regexp
+Toggle whether searching/replacing is based on literal strings or regular expressions.
+.TP
+.B prevhistory
+Show the previous history entry in the prompt menus (e.g. search).
+.TP
+.B nexthistory
+Show the next history entry in the prompt menus (e.g. search).
+.TP
+.B dontreplace
+Switch back to searching instead of replacing.
+.TP
+.B gototext
+Search for files matching a string in the file browser (reading or writing files).
+.TP
+.B dosformat
+When writing a file, switch to writing a DOS format (CR/LF).
+.TP
+.B macformat
+When writing a file, switch to writing a Mac format.
+.TP
+.B append
+When writing a file, append to the end instead of overwriting.
+.TP
+.B prepend
+When writing a file, 'prepend' (write at the beginning) instead of overwriting.
+.TP
+.B backup
+When writing a file, create a backup of the current file.
+.TP
+.B firstfile
+Move to the first file when using the file browser (reading or writing files).
+.TP
+.B lastfile
+Move to the last file when using the file browser (reading or writing files).
+.TP
+.B nohelp
+Toggle showing/hiding the two-line list of key bindings at the bottom of the screen.
+.TP
+.B constupdate
+Constantly display the current line, column, word positions.
+.TP
+.B morespace
+Toggle showing/hiding the blank line which 'separates' the 'title' from the file text.
+.TP
+.B smoothscroll
+Toggle smooth scrolling when moving via the arrow keys.
+.TP
+.B whitespacedisplay
+Toggle whether whitespace is shown.
+.TP
+.B smarthome
+Toggle whether the smart home key function is enabled.
+.TP
+.B autoindent
+Toggle whether new lines will contain the same amount of whitespace as the line above.
+.TP
+.B cuttoend
+Toggle whether cutting text will cut the whole line or just from the current cursor
+position to the end of the line.
+.TP
+.B nowrap
+Toggle whether long lines will be wrapped to the next line.
+.TP
+.B suspendenable
+Toggle whether the suspend sequence (normally ^Z) will suspend the editor window.
+.TP
+
+Valid menu sections are:
+.TP
+.B main
+The main editor window where text is entered.
+.TP
+.B search
+The search menu (AKA whereis).
+.TP
+.B replace
+The 'search to replace' menu.
+.TP
+.B replacewith
+The 'replace with' menu, which comes up after 'search to replace'.
+.TP
+.B gotoline
+The 'goto line (and column)' menu.
+.TP
+.B writeout
+The 'write file' menu.
+.TP
+.B insert
+The 'insert file' menu.
+.TP
+.B extcmd
+The menu for inserting output from an external comman, reached from the insert menu.
+.TP
+.B help
+The help menu.
+.TP
+.B spell
+The interactive spell checker Yes/no menu.
+.TP
+.B browser
+The file browser for inserting or writing a file.
+.TP
+.B whereisfile
+The 'search for a file' menu in the file browser.
+.TP
+.B gotodir
+The 'go to directory' menu.
+.TP
+.B all
+A special name meaning: apply to all menus where this function exists.
+
+.TP
+.B unbind \fIkey\fP \fImenu\fP
+Unbind the key \fIkey\fP from the menu named \fImenu\fP or from all
+menus by using \fIall\fP. Same key syntax as for binding.
+Rebinds the key \fIkey\fP to a new function named \fIfunction\fP in the
+context of menu \fImenu\fP. The format of \fIkey\fP should be one of:
+.SH FILES
+.TP
+.I SYSCONFDIR/nanorc
+System-wide configuration file
+.TP
+.I ~/.nanorc
+Per-user configuration file
+.SH SEE ALSO
+.PD 0
+.TP
+\fBnano\fP(1)
+.PP
+\fI/usr/share/doc/nano/examples/nanorc.sample\fP (or equivalent on your
+system)
+.SH AUTHOR
+Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
+\fITHANKS\fP for details). This manual page was originally written by
+Jordi Mallach <jordi@gnu.org>, for the Debian system (but may be used by
+others).
diff --git a/doc/man/nanorc.5.html b/doc/man/nanorc.5.html
new file mode 100644
index 0000000..94e2b6d
--- /dev/null
+++ b/doc/man/nanorc.5.html
@@ -0,0 +1,959 @@
+<!-- Creator : groff version 1.20.1 -->
+<!-- CreationDate: Tue Aug 10 22:44:00 2010 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title>NANORC</title>
+
+</head>
+<body>
+
+<h1 align="center">NANORC</h1>
+
+<a href="#NAME">NAME</a><br>
+<a href="#DESCRIPTION">DESCRIPTION</a><br>
+<a href="#OPTIONS">OPTIONS</a><br>
+<a href="#KEY BINDINGS">KEY BINDINGS</a><br>
+<a href="#FILES">FILES</a><br>
+<a href="#SEE ALSO">SEE ALSO</a><br>
+<a href="#AUTHOR">AUTHOR</a><br>
+
+<hr>
+
+
+<h2>NAME
+<a name="NAME"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">nanorc &minus;
+GNU nano&rsquo;s rcfile</p>
+
+<h2>DESCRIPTION
+<a name="DESCRIPTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">This manual
+page briefly documents GNU <b>nano</b>&rsquo;s rcfile.</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b> is
+a small, free and friendly editor which aims to replace
+Pico, the default editor included in the non-free Pine
+package. Rather than just copying Pico&rsquo;s look and
+feel, <b>nano</b> also implements some missing (or disabled
+by default) features in Pico, such as &quot;search and
+replace&quot; and &quot;go to line and column
+number&quot;.</p>
+
+<p style="margin-left:11%; margin-top: 1em">The
+<i>nanorc</i> file contains the default settings for
+<b>nano</b>. It should not be in DOS or Mac format. During
+startup, <b>nano</b> will first read its system-wide
+settings from <i>SYSCONFDIR/nanorc</i>, and then
+user-specific settings from <i>~/.nanorc</i>.</p>
+
+<h2>OPTIONS
+<a name="OPTIONS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">The
+configuration file accepts a series of <b>set</b> and
+<b>unset</b> commands, which can be used to configure nano
+on startup without using the command line options.
+Additionally, the <b>syntax</b>, <b>color</b>, and
+<b>icolor</b> keywords are used to define syntax
+highlighting rules for different text patterns. <b>nano</b>
+will read one command per line.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Options in
+<i>nanorc</i> files take precedence over nano&rsquo;s
+defaults, and command line options override <i>nanorc</i>
+settings. Also, options are unset by default, except for
+those that take arguments.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Quotes inside
+string parameters don&rsquo;t have to be escaped with
+backslashes. The last double quote in the string will be
+treated as its end. For example, for the <b>brackets</b>
+option, &quot;<i>&quot;&rsquo;)&gt;]}</i>&quot; will match
+<i>&quot;</i>, <i>&rsquo;</i>, <i>)</i>, <i>&gt;</i>,
+<i>]</i>, and <i>}</i>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">The supported
+commands and arguments are: <b><br>
+set/unset allow_insecure_backup</b></p>
+
+<p style="margin-left:15%;">When backing up files, allow
+the backup to succeed even if its permissions can&rsquo;t be
+(re)set due to special OS considerations. You should NOT
+enable this option unless you are sure you need it.</p>
+
+<p style="margin-left:11%;"><b>set/unset autoindent</b></p>
+
+<p style="margin-left:15%;">Use auto-indentation.</p>
+
+<p style="margin-left:11%;"><b>set/unset backup</b></p>
+
+<p style="margin-left:15%;">Create backup files in
+<i>filename~</i>.</p>
+
+<p style="margin-left:11%;"><b>set backupdir</b>
+<i>directory</i></p>
+
+<p style="margin-left:15%;">Set the directory where
+<b>nano</b> puts unique backup files if file backups are
+enabled.</p>
+
+<p style="margin-left:11%;"><b>set/unset backwards</b></p>
+
+<p style="margin-left:15%;">Do backwards searches by
+default.</p>
+
+<p style="margin-left:11%;"><b>set/unset boldtext</b></p>
+
+<p style="margin-left:15%;">Use bold text instead of
+reverse video text.</p>
+
+<p style="margin-left:11%;"><b>set brackets</b>
+<i>string</i></p>
+
+<p style="margin-left:15%;">Set the characters treated as
+closing brackets when justifying paragraphs. They cannot
+contain blank characters. Only closing punctuation,
+optionally followed by closing brackets, can end sentences.
+The default value is
+&quot;<i>&quot;&rsquo;)&gt;]}</i>&quot;.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+casesensitive</b></p>
+
+<p style="margin-left:15%;">Do case sensitive searches by
+default.</p>
+
+<p style="margin-left:11%;"><b>set/unset const</b></p>
+
+<p style="margin-left:15%;">Constantly display the cursor
+position in the status bar.</p>
+
+<p style="margin-left:11%;"><b>set/unset cut</b></p>
+
+<p style="margin-left:15%;">Use cut to end of line by
+default.</p>
+
+<p style="margin-left:11%;"><b>set fill</b> <i>n</i></p>
+
+<p style="margin-left:15%;">Wrap lines at column number
+<i>n</i>. If <i>n</i> is 0 or less, the maximum line length
+will be the screen width less <i>n</i> columns. The default
+value is &minus;8.</p>
+
+<p style="margin-left:11%;"><b>set/unset historylog</b></p>
+
+<p style="margin-left:15%;">Enable <i>~/.nano_history</i>
+for saving and reading search/replace strings.</p>
+
+<p style="margin-left:11%;"><b>set matchbrackets</b>
+<i>string</i></p>
+
+<p style="margin-left:15%;">Set the opening and closing
+brackets that can be found by bracket searches. They cannot
+contain blank characters. The former set must come before
+the latter set, and both must be in the same order. The
+default value is &quot;<i>(&lt;[{)&gt;]}</i>&quot;.</p>
+
+<p style="margin-left:11%;"><b>set/unset morespace</b></p>
+
+<p style="margin-left:15%;">Use the blank line below the
+titlebar as extra editing space.</p>
+
+<p style="margin-left:11%;"><b>set/unset mouse</b></p>
+
+<p style="margin-left:15%;">Enable mouse support, if
+available for your system. When enabled, mouse clicks can be
+used to place the cursor, set the mark (with a double
+click), and execute shortcuts. The mouse will work in the X
+Window System, and on the console when gpm is running.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+multibuffer</b></p>
+
+<p style="margin-left:15%;">Allow inserting files into
+their own buffers.</p>
+
+<p style="margin-left:11%;"><b>set/unset noconvert</b></p>
+
+<p style="margin-left:15%;">Don&rsquo;t convert files from
+DOS/Mac format.</p>
+
+<p style="margin-left:11%;"><b>set/unset nofollow</b></p>
+
+<p style="margin-left:15%;">Don&rsquo;t follow symlinks
+when writing files.</p>
+
+<p style="margin-left:11%;"><b>set/unset nohelp</b></p>
+
+<p style="margin-left:15%;">Don&rsquo;t display the help
+lists at the bottom of the screen.</p>
+
+<p style="margin-left:11%;"><b>set/unset nonewlines</b></p>
+
+<p style="margin-left:15%;">Don&rsquo;t add newlines to the
+ends of files.</p>
+
+<p style="margin-left:11%;"><b>set/unset nowrap</b></p>
+
+<p style="margin-left:15%;">Don&rsquo;t wrap text at
+all.</p>
+
+<p style="margin-left:11%;"><b>set operatingdir</b>
+<i>directory</i></p>
+
+<p style="margin-left:15%;"><b>nano</b> will only read and
+write files inside <i>directory</i> and its subdirectories.
+Also, the current directory is changed to here, so files are
+inserted from this diractory. By default, the operating
+directory feature is turned off.</p>
+
+<p style="margin-left:11%;"><b>set/unset preserve</b></p>
+
+<p style="margin-left:15%;">Preserve the XON and XOFF keys
+(^Q and ^S).</p>
+
+<p style="margin-left:11%;"><b>set punct</b>
+<i>string</i></p>
+
+<p style="margin-left:15%;">Set the characters treated as
+closing punctuation when justifying paragraphs. They cannot
+contain blank characters. Only closing punctuation,
+optionally followed by closing brackets, can end sentences.
+The default value is &quot;<i>!.?</i>&quot;.</p>
+
+<p style="margin-left:11%;"><b>set/unset quiet</b></p>
+
+<p style="margin-left:15%;"><b>nano</b> will not report
+errors in the <i>nanorc</i> file and ask them to be
+acknowledged by pressing enter at startup. If this is used
+it should be placed at the top of the file to be fully
+effective.</p>
+
+<p style="margin-left:11%;"><b>set/unset quickblank</b></p>
+
+<p style="margin-left:15%;">Do quick statusbar blanking.
+Statusbar messages will disappear after 1 keystroke instead
+of 25.</p>
+
+<p style="margin-left:11%;"><b>set quotestr</b>
+<i>string</i></p>
+
+<p style="margin-left:15%;">The email-quote string, used to
+justify email-quoted paragraphs. This is an extended regular
+expression if your system supports them, otherwise a literal
+string. The default value is
+&quot;<i>^([&nbsp;\t]*[#:&gt;\|}])+</i>&quot; if you have
+extended regular expression support, or
+&quot;<i>&gt;&nbsp;</i>&quot; otherwise. Note that
+&rsquo;\t&rsquo; stands for a literal Tab character.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+rebinddelete</b></p>
+
+<p style="margin-left:15%;">Interpret the Delete key
+differently so that both Backspace and Delete work properly.
+You should only need to use this option if Backspace acts
+like Delete on your system.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+rebindkeypad</b></p>
+
+<p style="margin-left:15%;">Interpret the numeric keypad
+keys so that they all work properly. You should only need to
+use this option if they don&rsquo;t, as mouse support
+won&rsquo;t work properly with this option enabled.</p>
+
+<p style="margin-left:11%;"><b>set/unset regexp</b></p>
+
+<p style="margin-left:15%;">Do extended regular expression
+searches by default.</p>
+
+<p style="margin-left:11%;"><b>set/unset smarthome</b></p>
+
+<p style="margin-left:15%;">Make the Home key smarter. When
+Home is pressed anywhere but at the very beginning of
+non-whitespace characters on a line, the cursor will jump to
+that beginning (either forwards or backwards). If the cursor
+is already at that position, it will jump to the true
+beginning of the line.</p>
+
+<p style="margin-left:11%;"><b>set/unset smooth</b></p>
+
+<p style="margin-left:15%;">Use smooth scrolling by
+default.</p>
+
+<p style="margin-left:11%;"><b>set/unset softwrap</b></p>
+
+<p style="margin-left:15%;">Enable soft line wrapping for
+easier viewing of very long lones.</p>
+
+<p style="margin-left:11%;"><b>set speller</b>
+<i>spellprog</i></p>
+
+<p style="margin-left:15%;">Use spelling checker
+<i>spellprog</i> instead of the built-in one, which calls
+<i>spell</i>.</p>
+
+<p style="margin-left:11%;"><b>set/unset suspend</b></p>
+
+<p style="margin-left:15%;">Allow <b>nano</b> to be
+suspended.</p>
+
+<p style="margin-left:11%;"><b>set tabsize</b> <i>n</i></p>
+
+<p style="margin-left:15%;">Use a tab size of <i>n</i>
+columns. The value of <i>n</i> must be greater than 0. The
+default value is 8.</p>
+
+<p style="margin-left:11%;"><b>set/unset
+tabstospaces</b></p>
+
+<p style="margin-left:15%;">Convert typed tabs to
+spaces.</p>
+
+<p style="margin-left:11%;"><b>set/unset tempfile</b></p>
+
+<p style="margin-left:15%;">Save automatically on exit,
+don&rsquo;t prompt.</p>
+
+<p style="margin-left:11%;"><b>set/unset undo</b></p>
+
+<p style="margin-left:15%;">Enable experimental
+generic-purpose undo code.</p>
+
+<p style="margin-left:11%;"><b>set/unset view</b></p>
+
+<p style="margin-left:15%;">Disallow file modification.</p>
+
+<p style="margin-left:11%;"><b>set/unset softwrap</b></p>
+
+<p style="margin-left:15%;">Enable soft line wrapping for
+easier viewing of very long lones.</p>
+
+<p style="margin-left:11%;"><b>set whitespace</b>
+<i>string</i></p>
+
+<p style="margin-left:15%;">Set the two characters used to
+display the first characters of tabs and spaces. They must
+be single-column characters.</p>
+
+<p style="margin-left:11%;"><b>set/unset wordbounds</b></p>
+
+<p style="margin-left:15%;">Detect word boundaries more
+accurately by treating punctuation characters as parts of
+words.</p>
+
+<p style="margin-left:11%;"><b>syntax</b> <i>str</i>
+<b>[&quot;</b><i>fileregex</i><b>&quot; ... ]</b></p>
+
+<p style="margin-left:15%;">Defines a syntax named
+<i>str</i> which can be activated via the
+&minus;Y/&minus;&minus;syntax command line option, or will
+be automatically activated if the current filename matches
+the extended regular expression <i>fileregex</i>. All
+following <b>color</b> and <b>icolor</b> statements will
+apply to <i>syntax</i> until a new syntax is defined.</p>
+
+<p style="margin-left:15%; margin-top: 1em">The <i>none</i>
+syntax is reserved; specifying it on the command line is the
+same as not having a syntax at all. The <i>default</i>
+syntax is special: it takes no <i>fileregex</i>, and applies
+to files that don&rsquo;t match any other syntax&rsquo;s
+<i>fileregex</i>.</p>
+
+<p style="margin-left:11%;"><b>color</b>
+<i>fgcolor</i><b>,</b><i>bgcolor regex</i> <b>...</b></p>
+
+<p style="margin-left:15%;">For the currently defined
+syntax, display all expressions matching the extended
+regular expression <i>regex</i> with foreground color
+<i>fgcolor</i> and background color <i>bgcolor</i>, at least
+one of which must be specified. Legal colors for foreground
+and background color are: white, black, red, blue, green,
+yellow, magenta, and cyan. You may use the prefix
+&quot;bright&quot; to force a stronger color highlight for
+the foreground. If your terminal supports transparency, not
+specifying a <i>bgcolor</i> tells <b>nano</b> to attempt to
+use a transparent background.</p>
+
+<p style="margin-left:11%;"><b>icolor</b>
+<i>fgcolor</i><b>,</b><i>bgcolor regex</i> <b>...</b></p>
+
+<p style="margin-left:15%;">Same as above, except that the
+expression matching is case insensitive.</p>
+
+<p style="margin-left:11%;"><b>color</b>
+<i>fgcolor</i><b>,</b><i>bgcolor</i>
+<b>start=&quot;</b><i>sr</i><b>&quot;
+end=&quot;</b><i>er</i><b>&quot;</b></p>
+
+<p style="margin-left:15%;">Display expressions which start
+with the extended regular expression <i>sr</i> and end with
+the extended regular expression <i>er</i> with foreground
+color <i>fgcolor</i> and background color <i>bgcolor</i>, at
+least one of which must be specified. This allows syntax
+highlighting to span multiple lines. Note that all
+subsequent instances of <i>sr</i> after an initial <i>sr</i>
+is found will be highlighted until the first instance of
+<i>er</i>.</p>
+
+<p style="margin-left:11%;"><b>icolor</b>
+<i>fgcolor</i><b>,</b><i>bgcolor</i>
+<b>start=&quot;</b><i>sr</i><b>&quot;
+end=&quot;</b><i>er</i><b>&quot;</b></p>
+
+<p style="margin-left:15%;">Same as above, except that the
+expression matching is case insensitive.</p>
+
+<p style="margin-left:11%;"><b>include</b>
+<i>syntaxfile</i></p>
+
+<p style="margin-left:15%;">Read in self-contained color
+syntaxes from <i>syntaxfile</i>. Note that <i>syntaxfile</i>
+can only contain <b>syntax</b>, <b>color</b>, and
+<b>icolor</b> commands.</p>
+
+<h2>KEY BINDINGS
+<a name="KEY BINDINGS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Key bindings
+may be reassigned via the following commands: <b><br>
+bind</b> <i>key function menu</i></p>
+
+<p style="margin-left:22%;">Rebinds the key <i>key</i> to a
+new function named <i>function</i> in the context of menu
+<i>menu</i>. The format of <i>key</i> should be one of:</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>^</b></p></td>
+<td width="8%"></td>
+<td width="78%">
+
+
+<p>followed by an alpha character or the word
+&quot;Space&quot;. Example: ^C</p></td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>M-</b></p></td>
+<td width="8%"></td>
+<td width="78%">
+
+
+<p>followed by a printable character or the word
+&quot;Space&quot;. Example: M-C</p></td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>F</b></p></td>
+<td width="8%"></td>
+<td width="78%">
+
+
+<p>followed by a numeric value from 1 to 16. Example:
+F10</p> </td></tr>
+</table>
+
+<p style="margin-left:11%;">Valid function names to be
+bound include: <b><br>
+help</b></p>
+
+<p style="margin-left:15%;">Invoke the help menu.</p>
+
+<p style="margin-left:11%;"><b>cancel</b></p>
+
+<p style="margin-left:15%;">Cancel the current command.</p>
+
+<p style="margin-left:11%;"><b>exit</b></p>
+
+<p style="margin-left:15%;">Exit from the program.</p>
+
+<p style="margin-left:11%;"><b>writeout</b></p>
+
+<p style="margin-left:15%;">Write the current buffer to
+disk.</p>
+
+<p style="margin-left:11%;"><b>justify</b></p>
+
+<p style="margin-left:15%;">Justify the current text.</p>
+
+<p style="margin-left:11%;"><b>insert</b></p>
+
+<p style="margin-left:15%;">Insert a file into the current
+buffer (or into a new buffer when multibuffer is
+enabled).</p>
+
+<p style="margin-left:11%;"><b>whereis</b></p>
+
+<p style="margin-left:15%;">Search for text in the current
+buffer.</p>
+
+<p style="margin-left:11%;"><b>searchagain</b></p>
+
+<p style="margin-left:15%;">Repeat the last search
+command.</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>up</b></p></td>
+<td width="1%"></td>
+<td width="51%">
+
+
+<p>Move up in the editor or browser.</p></td>
+<td width="34%">
+</td></tr>
+</table>
+
+<p style="margin-left:11%;"><b>down</b></p>
+
+<p style="margin-left:15%;">Move down in the editor or
+browser.</p>
+
+<p style="margin-left:11%;"><b>left</b></p>
+
+<p style="margin-left:15%;">Move left in the editor or
+browser.</p>
+
+<p style="margin-left:11%;"><b>right</b></p>
+
+<p style="margin-left:15%;">Move right in the editor or
+browser.</p>
+
+<p style="margin-left:11%;"><b>cut</b></p>
+
+<p style="margin-left:15%;">Cut the current line of text
+and store it.</p>
+
+<p style="margin-left:11%;"><b>uncut</b></p>
+
+<p style="margin-left:15%;">Copy the currently stored text
+into the current buffer position.</p>
+
+<p style="margin-left:11%;"><b>curpos</b></p>
+
+<p style="margin-left:15%;">Show the current line, column,
+word positions in the file.</p>
+
+<p style="margin-left:11%;"><b>firstline</b></p>
+
+<p style="margin-left:15%;">Move to the first line of the
+file.</p>
+
+<p style="margin-left:11%;"><b>lastline</b></p>
+
+<p style="margin-left:15%;">Move to the last line of the
+file.</p>
+
+<p style="margin-left:11%;"><b>gotoline</b></p>
+
+<p style="margin-left:15%;">Move to a specific line (and
+column if specified).</p>
+
+<p style="margin-left:11%;"><b>replace</b></p>
+
+<p style="margin-left:15%;">Interactively replace text
+within the current buffer.</p>
+
+<p style="margin-left:11%;"><b>mark</b></p>
+
+<p style="margin-left:15%;">Begin selecting text for
+cutting or pasting at the current position.</p>
+
+<p style="margin-left:11%;"><b>copytext</b></p>
+
+<p style="margin-left:15%;">Copy the currently marked text
+without deleting it.</p>
+
+<p style="margin-left:11%;"><b>indent</b></p>
+
+<p style="margin-left:15%;">Indent the currently marked
+text (shift to the right).</p>
+
+<p style="margin-left:11%;"><b>unindent</b></p>
+
+<p style="margin-left:15%;">Un-indent the currently marked
+text (shift to the left).</p>
+
+<p style="margin-left:11%;"><b>nextword</b></p>
+
+<p style="margin-left:15%;">Move the cursor to the
+beginning of the next word.</p>
+
+<p style="margin-left:11%;"><b>prevword</b></p>
+
+<p style="margin-left:15%;">Move the cursor to the
+beginning of the previous word.</p>
+
+<p style="margin-left:11%;"><b>home</b></p>
+
+<p style="margin-left:15%;">Move the cursor to the
+beginning of the current line.</p>
+
+<p style="margin-left:11%;"><b>end</b></p>
+
+<p style="margin-left:15%;">Move the cursor to the end of
+the current line.</p>
+
+<p style="margin-left:11%;"><b>beginpara</b></p>
+
+<p style="margin-left:15%;">Move the cursor to the
+beginning of the current paragraph.</p>
+
+<p style="margin-left:11%;"><b>endpara</b></p>
+
+<p style="margin-left:15%;">Move the cursor to the end of
+the current paragraph.</p>
+
+<p style="margin-left:11%;"><b>findbracket</b></p>
+
+<p style="margin-left:15%;">Move the cursor to the matching
+bracket (brace, parenthesis, etc.) of the one under the
+cursor.</p>
+
+<p style="margin-left:11%;"><b>scrollup</b></p>
+
+<p style="margin-left:15%;">Scroll up one line of text from
+the current position.</p>
+
+<p style="margin-left:11%;"><b>scrolldown</b></p>
+
+<p style="margin-left:15%;">Scroll down one line of text
+from the current position.</p>
+
+<p style="margin-left:11%;"><b>prevbuf</b></p>
+
+<p style="margin-left:15%;">Switch to editing/viewing the
+previous buffer when using multibuffer mode.</p>
+
+<p style="margin-left:11%;"><b>nextbuf</b></p>
+
+<p style="margin-left:15%;">Switch to editing/viewing the
+next buffer when using multibuffer mode.</p>
+
+<p style="margin-left:11%;"><b>verbatim</b></p>
+
+<p style="margin-left:15%;">Insert the next character
+verbatim into the file.</p>
+
+<p style="margin-left:11%;"><b>tab</b></p>
+
+<p style="margin-left:15%;">Insert a tab at the current
+cursor location.</p>
+
+<p style="margin-left:11%;"><b>enter</b></p>
+
+<p style="margin-left:15%;">Insert a new line below the
+current one.</p>
+
+<p style="margin-left:11%;"><b>delete</b></p>
+
+<p style="margin-left:15%;">Delete the character under the
+cursor.</p>
+
+<p style="margin-left:11%;"><b>fulljustify</b></p>
+
+<p style="margin-left:15%;">Justify the entire current
+file.</p>
+
+<p style="margin-left:11%;"><b>wordcount</b></p>
+
+<p style="margin-left:15%;">Count the number of words in
+the current buffer.</p>
+
+<p style="margin-left:11%;"><b>refresh</b></p>
+
+<p style="margin-left:15%;">Refresh the screen.</p>
+
+<p style="margin-left:11%;"><b>undo</b></p>
+
+<p style="margin-left:15%;">Undo the text action peformed
+(add text, delete text, etc).</p>
+
+<p style="margin-left:11%;"><b>redo</b></p>
+
+<p style="margin-left:15%;">Redo the last undone action
+(i.e., undo an undo).</p>
+
+<p style="margin-left:11%;"><b>suspend</b></p>
+
+<p style="margin-left:15%;">Suspend the editor (if the
+suspend function is enabled, see the
+&quot;suspendenable&quot; entry below).</p>
+
+<p style="margin-left:11%;"><b>casesens</b></p>
+
+<p style="margin-left:15%;">Toggle case sensitivity in
+searching (search/replace menus only).</p>
+
+<p style="margin-left:11%;"><b>regexp</b></p>
+
+<p style="margin-left:15%;">Toggle whether
+searching/replacing is based on literal strings or regular
+expressions.</p>
+
+<p style="margin-left:11%;"><b>prevhistory</b></p>
+
+<p style="margin-left:15%;">Show the previous history entry
+in the prompt menus (e.g. search).</p>
+
+<p style="margin-left:11%;"><b>nexthistory</b></p>
+
+<p style="margin-left:15%;">Show the next history entry in
+the prompt menus (e.g. search).</p>
+
+<p style="margin-left:11%;"><b>dontreplace</b></p>
+
+<p style="margin-left:15%;">Switch back to searching
+instead of replacing.</p>
+
+<p style="margin-left:11%;"><b>gototext</b></p>
+
+<p style="margin-left:15%;">Search for files matching a
+string in the file browser (reading or writing files).</p>
+
+<p style="margin-left:11%;"><b>dosformat</b></p>
+
+<p style="margin-left:15%;">When writing a file, switch to
+writing a DOS format (CR/LF).</p>
+
+<p style="margin-left:11%;"><b>macformat</b></p>
+
+<p style="margin-left:15%;">When writing a file, switch to
+writing a Mac format.</p>
+
+<p style="margin-left:11%;"><b>append</b></p>
+
+<p style="margin-left:15%;">When writing a file, append to
+the end instead of overwriting.</p>
+
+<p style="margin-left:11%;"><b>prepend</b></p>
+
+<p style="margin-left:15%;">When writing a file,
+&rsquo;prepend&rsquo; (write at the beginning) instead of
+overwriting.</p>
+
+<p style="margin-left:11%;"><b>backup</b></p>
+
+<p style="margin-left:15%;">When writing a file, create a
+backup of the current file.</p>
+
+<p style="margin-left:11%;"><b>firstfile</b></p>
+
+<p style="margin-left:15%;">Move to the first file when
+using the file browser (reading or writing files).</p>
+
+<p style="margin-left:11%;"><b>lastfile</b></p>
+
+<p style="margin-left:15%;">Move to the last file when
+using the file browser (reading or writing files).</p>
+
+<p style="margin-left:11%;"><b>nohelp</b></p>
+
+<p style="margin-left:15%;">Toggle showing/hiding the
+two-line list of key bindings at the bottom of the
+screen.</p>
+
+<p style="margin-left:11%;"><b>constupdate</b></p>
+
+<p style="margin-left:15%;">Constantly display the current
+line, column, word positions.</p>
+
+<p style="margin-left:11%;"><b>morespace</b></p>
+
+<p style="margin-left:15%;">Toggle showing/hiding the blank
+line which &rsquo;separates&rsquo; the &rsquo;title&rsquo;
+from the file text.</p>
+
+<p style="margin-left:11%;"><b>smoothscroll</b></p>
+
+<p style="margin-left:15%;">Toggle smooth scrolling when
+moving via the arrow keys.</p>
+
+<p style="margin-left:11%;"><b>whitespacedisplay</b></p>
+
+<p style="margin-left:15%;">Toggle whether whitespace is
+shown.</p>
+
+<p style="margin-left:11%;"><b>smarthome</b></p>
+
+<p style="margin-left:15%;">Toggle whether the smart home
+key function is enabled.</p>
+
+<p style="margin-left:11%;"><b>autoindent</b></p>
+
+<p style="margin-left:15%;">Toggle whether new lines will
+contain the same amount of whitespace as the line above.</p>
+
+<p style="margin-left:11%;"><b>cuttoend</b></p>
+
+<p style="margin-left:15%;">Toggle whether cutting text
+will cut the whole line or just from the current cursor
+position to the end of the line.</p>
+
+<p style="margin-left:11%;"><b>nowrap</b></p>
+
+<p style="margin-left:15%;">Toggle whether long lines will
+be wrapped to the next line.</p>
+
+<p style="margin-left:11%;"><b>suspendenable</b></p>
+
+<p style="margin-left:15%;">Toggle whether the suspend
+sequence (normally ^Z) will suspend the editor window.</p>
+
+<p style="margin-left:11%; margin-top: 1em">Valid menu
+sections are: <b><br>
+main</b></p>
+
+<p style="margin-left:15%;">The main editor window where
+text is entered.</p>
+
+<p style="margin-left:11%;"><b>search</b></p>
+
+<p style="margin-left:15%;">The search menu (AKA
+whereis).</p>
+
+<p style="margin-left:11%;"><b>replace</b></p>
+
+<p style="margin-left:15%;">The &rsquo;search to
+replace&rsquo; menu.</p>
+
+<p style="margin-left:11%;"><b>replacewith</b></p>
+
+<p style="margin-left:15%;">The &rsquo;replace with&rsquo;
+menu, which comes up after &rsquo;search to
+replace&rsquo;.</p>
+
+<p style="margin-left:11%;"><b>gotoline</b></p>
+
+<p style="margin-left:15%;">The &rsquo;goto line (and
+column)&rsquo; menu.</p>
+
+<p style="margin-left:11%;"><b>writeout</b></p>
+
+<p style="margin-left:15%;">The &rsquo;write file&rsquo;
+menu.</p>
+
+<p style="margin-left:11%;"><b>insert</b></p>
+
+<p style="margin-left:15%;">The &rsquo;insert file&rsquo;
+menu.</p>
+
+<p style="margin-left:11%;"><b>extcmd</b></p>
+
+<p style="margin-left:15%;">The menu for inserting output
+from an external comman, reached from the insert menu.</p>
+
+<p style="margin-left:11%;"><b>help</b></p>
+
+<p style="margin-left:15%;">The help menu.</p>
+
+<p style="margin-left:11%;"><b>spell</b></p>
+
+<p style="margin-left:15%;">The interactive spell checker
+Yes/no menu.</p>
+
+<p style="margin-left:11%;"><b>browser</b></p>
+
+<p style="margin-left:15%;">The file browser for inserting
+or writing a file.</p>
+
+<p style="margin-left:11%;"><b>whereisfile</b></p>
+
+<p style="margin-left:15%;">The &rsquo;search for a
+file&rsquo; menu in the file browser.</p>
+
+<p style="margin-left:11%;"><b>gotodir</b></p>
+
+<p style="margin-left:15%;">The &rsquo;go to
+directory&rsquo; menu.</p>
+
+<p style="margin-left:11%;"><b>all</b></p>
+
+<p style="margin-left:15%;">A special name meaning: apply
+to all menus where this function exists.</p>
+
+<p style="margin-left:11%;"><b>unbind</b> <i>key
+menu</i></p>
+
+<p style="margin-left:15%;">Unbind the key <i>key</i> from
+the menu named <i>menu</i> or from all menus by using
+<i>all</i>. Same key syntax as for binding. Rebinds the key
+<i>key</i> to a new function named <i>function</i> in the
+context of menu <i>menu</i>. The format of <i>key</i> should
+be one of:</p>
+
+<h2>FILES
+<a name="FILES"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><i>SYSCONFDIR/nanorc</i></p>
+
+<p style="margin-left:22%;">System-wide configuration
+file</p>
+
+<p style="margin-left:11%;"><i>~/.nanorc</i></p>
+
+<p style="margin-left:22%;">Per-user configuration file</p>
+
+<h2>SEE ALSO
+<a name="SEE ALSO"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b>(1)
+<i><br>
+/usr/share/doc/nano/examples/nanorc.sample</i> (or
+equivalent on your system)</p>
+
+<h2>AUTHOR
+<a name="AUTHOR"></a>
+</h2>
+
+
+<p style="margin-left:11%;">Chris Allegretta
+&lt;chrisa@asty.org&gt;, et al (see <i>AUTHORS</i> and
+<i>THANKS</i> for details). This manual page was originally
+written by Jordi Mallach &lt;jordi@gnu.org&gt;, for the
+Debian system (but may be used by others).</p>
+<hr>
+</body>
+</html>
diff --git a/doc/man/rnano.1 b/doc/man/rnano.1
new file mode 100644
index 0000000..6b8a9b8
--- /dev/null
+++ b/doc/man/rnano.1
@@ -0,0 +1,98 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+.\" Skeleton based on nano-tiny.1:
+.\" Copyright (C) 2002 Free Software Foundation, Inc.
+.\"
+.\" This document is dual-licensed. You may distribute and/or modify it
+.\" under the terms of either of the following licenses:
+.\"
+.\" * The GNU General Public License, as published by the Free Software
+.\" Foundation, version 3 or (at your option) any later version. You
+.\" should have received a copy of the GNU General Public License
+.\" along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" * The GNU Free Documentation License, as published by the Free
+.\" Software Foundation, version 1.2 or (at your option) any later
+.\" version, with no Invariant Sections, no Front-Cover Texts, and no
+.\" Back-Cover Texts. You should have received a copy of the GNU Free
+.\" Documentation License along with this program. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
+.\" $Id: rnano.1 4188 2007-12-08 04:27:44Z dolorous $
+.TH RNANO 1 "version 2.0.0" "August 23, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.SH NAME
+rnano \- Restricted mode for Nano's ANOther editor, an enhanced free
+Pico clone
+
+.SH SYNOPSIS
+.B rnano
+.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
+.br
+
+.SH DESCRIPTION
+This manual page briefly documents the \fBrnano\fP command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
+.\" respectively.
+\fBnano\fP is a small, free and friendly editor which aims to replace
+Pico, the default editor included in the non-free Pine package. Rather
+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
+replace" and "go to line and column number".
+.PP
+\fBrnano\fP is a restricted version of \fBnano\fP, which only edits
+specific files and doesn't allow the user access to the filesystem or a
+command shell.
+.PP
+In restricted mode, \fBnano\fP will \fInot\fP:
+.IP \[bu] 2
+read or write to any file not specified on the command line;
+.IP \[bu]
+read any nanorc files;
+.IP \[bu]
+allow suspending;
+.IP \[bu]
+allow a file to be appended to, prepended to, or saved under a different
+name;
+.IP \[bu]
+use backup files or spell checking.
+
+.SH OPTIONS
+.TP
+.B \+\fILINE\fP,\fICOLUMN\fP
+Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
+(at least one of which must be specified) on startup, instead of the
+default of line 1, column 1.
+.TP
+.B \-?
+Same as \fB-h (\-\-help)\fP.
+.TP
+.B \-h (\-\-help)
+Show a summary of command line options and exit.
+.TP
+.B \-V (\-\-version)
+Show the current version number and exit.
+.PP
+See the \fBnano\fP(1) manpage for the complete documentation of
+\fBnano\fP.
+
+.SH BUGS
+Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
+
+The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
+
+To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
+of "subscribe".
+
+.SH HOMEPAGE
+http://www.nano-editor.org/
+
+.SH AUTHOR
+Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details).
+This manual page was originally written by Thijs Kinkhorst
+<thijs@kinkhorst.com>, for the Debian system (but may be used by
+others).
diff --git a/doc/man/rnano.1.html b/doc/man/rnano.1.html
new file mode 100644
index 0000000..5fc5991
--- /dev/null
+++ b/doc/man/rnano.1.html
@@ -0,0 +1,219 @@
+<!-- Creator : groff version 1.20.1 -->
+<!-- CreationDate: Tue Aug 10 22:44:00 2010 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title>RNANO</title>
+
+</head>
+<body>
+
+<h1 align="center">RNANO</h1>
+
+<a href="#NAME">NAME</a><br>
+<a href="#SYNOPSIS">SYNOPSIS</a><br>
+<a href="#DESCRIPTION">DESCRIPTION</a><br>
+<a href="#OPTIONS">OPTIONS</a><br>
+<a href="#BUGS">BUGS</a><br>
+<a href="#HOMEPAGE">HOMEPAGE</a><br>
+<a href="#AUTHOR">AUTHOR</a><br>
+
+<hr>
+
+
+<h2>NAME
+<a name="NAME"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">rnano &minus;
+Restricted mode for Nano&rsquo;s ANOther editor, an enhanced
+free Pico clone</p>
+
+<h2>SYNOPSIS
+<a name="SYNOPSIS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>rnano</b>
+<i>[OPTIONS]&nbsp;[[+LINE,COLUMN]&nbsp;FILE]...</i></p>
+
+<h2>DESCRIPTION
+<a name="DESCRIPTION"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">This manual
+page briefly documents the <b>rnano</b> command.</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>nano</b> is
+a small, free and friendly editor which aims to replace
+Pico, the default editor included in the non-free Pine
+package. Rather than just copying Pico&rsquo;s look and
+feel, <b>nano</b> also implements some missing (or disabled
+by default) features in Pico, such as &quot;search and
+replace&quot; and &quot;go to line and column
+number&quot;.</p>
+
+<p style="margin-left:11%; margin-top: 1em"><b>rnano</b> is
+a restricted version of <b>nano</b>, which only edits
+specific files and doesn&rsquo;t allow the user access to
+the filesystem or a command shell.</p>
+
+<p style="margin-left:11%; margin-top: 1em">In restricted
+mode, <b>nano</b> will <i>not</i>:</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>read or write to any file not specified on the command
+line;</p> </td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>read any nanorc files;</p></td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>allow suspending;</p></td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>allow a file to be appended to, prepended to, or saved
+under a different name;</p></td></tr>
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="1%">
+
+
+<p>&bull;</p></td>
+<td width="2%"></td>
+<td width="86%">
+
+
+<p>use backup files or spell checking.</p></td></tr>
+</table>
+
+<h2>OPTIONS
+<a name="OPTIONS"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em"><b>+</b><i>LINE</i><b>,</b><i>COLUMN</i></p>
+
+<p style="margin-left:22%;">Places cursor at line number
+<i>LINE</i> and column number <i>COLUMN</i> (at least one of
+which must be specified) on startup, instead of the default
+of line 1, column 1.</p>
+
+<table width="100%" border="0" rules="none" frame="void"
+ cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="11%"></td>
+<td width="3%">
+
+
+<p><b>&minus;?</b></p></td>
+<td width="8%"></td>
+<td width="30%">
+
+
+<p>Same as <b>-h (&minus;&minus;help)</b>.</p></td>
+<td width="48%">
+</td></tr>
+</table>
+
+<p style="margin-left:11%;"><b>&minus;h
+(&minus;&minus;help)</b></p>
+
+<p style="margin-left:22%;">Show a summary of command line
+options and exit.</p>
+
+<p style="margin-left:11%;"><b>&minus;V
+(&minus;&minus;version)</b></p>
+
+<p style="margin-left:22%;">Show the current version number
+and exit.</p>
+
+<p style="margin-left:11%; margin-top: 1em">See the
+<b>nano</b>(1) manpage for the complete documentation of
+<b>nano</b>.</p>
+
+<h2>BUGS
+<a name="BUGS"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Please send any
+comments or bug reports to <b>nano@nano-editor.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">The <b>nano</b>
+mailing list is available from
+<b>nano-devel@gnu.org</b>.</p>
+
+<p style="margin-left:11%; margin-top: 1em">To subscribe,
+email to <b>nano-devel-request@gnu.org</b> with a subject of
+&quot;subscribe&quot;.</p>
+
+<h2>HOMEPAGE
+<a name="HOMEPAGE"></a>
+</h2>
+
+
+
+<p style="margin-left:11%; margin-top: 1em">http://www.nano-editor.org/</p>
+
+<h2>AUTHOR
+<a name="AUTHOR"></a>
+</h2>
+
+
+<p style="margin-left:11%; margin-top: 1em">Chris
+Allegretta &lt;chrisa@asty.org&gt;, et al (see AUTHORS for
+details). This manual page was originally written by Thijs
+Kinkhorst &lt;thijs@kinkhorst.com&gt;, for the Debian system
+(but may be used by others).</p>
+<hr>
+</body>
+</html>