diff -wur nano-cvs/doc/man/nano.1 nano-new/doc/man/nano.1 --- nano-cvs/doc/man/nano.1 2006-04-27 23:14:21.000000000 +0200 +++ nano-new/doc/man/nano.1 2006-04-29 12:18:08.000000000 +0200 @@ -7,7 +7,7 @@ .\" warranty. .\" .\" $Id: nano.1,v 1.42 2006/04/27 19:06:05 dolorous Exp $ -.TH NANO 1 "version 1.3.12" "April 27, 2006" +.TH NANO 1 "version 1.3.12" "April 29, 2006" .\" Please adjust this date whenever revising the manpage. .\" @@ -16,7 +16,7 @@ .SH SYNOPSIS .B nano -.I [\+LINE,COLUMN]\ [options]\ [file] +.I [OPTIONS]\ [[\+LINE[,COLUMN]]\ FILE]... .br .SH DESCRIPTION @@ -33,7 +33,7 @@ .SH OPTIONS .TP -.B \+\fILINE\fP,\fICOLUMN\fP +.B \+\fILINE\fP[,\fICOLUMN\fP] Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP on startup, instead of the default of line 1, column 1. .TP diff -wur nano-cvs/doc/texinfo/nano.texi nano-new/doc/texinfo/nano.texi --- nano-cvs/doc/texinfo/nano.texi 2006-04-27 23:14:21.000000000 +0200 +++ nano-new/doc/texinfo/nano.texi 2006-04-29 12:17:45.000000000 +0200 @@ -9,7 +9,7 @@ @smallbook @set EDITION 0.1 @set VERSION 1.3.12 address@hidden UPDATED 27 Apr 2006 address@hidden UPDATED 29 Apr 2006 @dircategory Editors @direntry @@ -75,13 +75,28 @@ @node Overview, Command Line Options, Introduction, Introduction @section Overview address@hidden +LINE,COLUMN [GNU long option] [option] [ @var{file ...} ] - The original goal for @code{nano} was a complete bug-for-bug compatible emulation of Pico, but @code{nano}'s main goal is to be as compatible as possible while offering a superset of Pico's functionality. See @xref{Pico Compatibility}, for more info. +The usual way to invoke @command{nano} is: + address@hidden address@hidden address@hidden@dots{} address@hidden address@hidden smallexample + +But it is also possible to edit several files in a row. Additionally, +the cursor can be put on a desired line number by adding this number +with a plus sign before any file name, and even in a desired column +by adding it with a comma. So the complete synopsis is: + address@hidden address@hidden address@hidden@dots{} address@hidden @address@hidden + address@hidden address@hidden@dots{} address@hidden,@var{column}] @address@hidden address@hidden smallexample + Email bug reports to @email{nano@@nano-editor.org}. @node Command Line Options, , Overview, Introduction @@ -90,7 +105,7 @@ @code{nano} takes the following options from the command line: @table @code address@hidden +LINE,COLUMN address@hidden +LINE[,COLUMN] Start at line number LINE and column number COLUMN instead of the default of line 1, column 1.