Commit 6a846845 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add more documentation fixes for consistency

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2438 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 7 additions and 7 deletions
+7 -7
...@@ -89,8 +89,8 @@ CVS code - ...@@ -89,8 +89,8 @@ CVS code -
- Fix the description for the whitespace option to mention that - Fix the description for the whitespace option to mention that
only single-column characters are allowed. (DLR) only single-column characters are allowed. (DLR)
- nano.1, nano.texi: - nano.1, nano.texi:
- Mention the -? alias for -h/--help, and synchronize the - Mention the -? alias for -h/--help, and add various
description and placement of the +LINE option. (DLR) consistency fixes. (DLR)
- nanorc.5: - nanorc.5:
- Fix the description for the whitespace option to mention that - Fix the description for the whitespace option to mention that
only single-column characters are allowed. (DLR) only single-column characters are allowed. (DLR)
......
...@@ -94,7 +94,7 @@ internationalization support, and filename tab completion. ...@@ -94,7 +94,7 @@ internationalization support, and filename tab completion.
@code{nano} +LINE [GNU long option] [option] [ @var{file ...} ] @code{nano} +LINE [GNU long option] [option] [ @var{file ...} ]
The original goal for @code{nano} was a complete bug-for-bug compatible The original goal for @code{nano} was a complete bug-for-bug compatible
emulation of Pico, but nano's main goal is to be as compatible as emulation of Pico, but @code{nano}'s main goal is to be as compatible as
possible while offering a superset of Pico's functionality. Also see possible while offering a superset of Pico's functionality. Also see
@xref{Pico Compatibility}, for other differences. @xref{Pico Compatibility}, for other differences.
...@@ -448,7 +448,8 @@ Building @code{nano} from source is fairly straightforward if you are ...@@ -448,7 +448,8 @@ Building @code{nano} from source is fairly straightforward if you are
familiar with compiling programs with autoconf support: familiar with compiling programs with autoconf support:
@itemize @bullet @itemize @bullet
@item tar xvfz nano-x.y.z.tar.gz (where x.y.z is the version of nano) @item tar xvfz nano-x.y.z.tar.gz (where x.y.z is the version of
@code{nano})
@item cd nano-x.y.z/ @item cd nano-x.y.z/
@item ./configure @item ./configure
@item make @item make
...@@ -501,9 +502,8 @@ Disables Native Language support. This will make the available GNU ...@@ -501,9 +502,8 @@ Disables Native Language support. This will make the available GNU
@code{nano} translations unusable. @code{nano} translations unusable.
@item --with-slang @item --with-slang
Compiling GNU @code{nano} with Slang is supported, and will make the Compiling @code{nano} with Slang is supported, and will make the binary
binary notably smaller than if compiled with ncurses or other curses notably smaller than if compiled with ncurses or other curses libraries.
libraries.
@end table @end table
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment