[gedit/zbrown/deteplification-src: 627/633] man: Fix [+LINE[:COLUMN]] description




commit b98df925035051fc2e505749e0c9139e098c3b21
Author: Avinash Sonawane <rootkea gmail com>
Date:   Wed Mar 24 00:30:03 2021 +0530

    man: Fix [+LINE[:COLUMN]] description
    
    [+LINE[:COLUMN]] applies to all the files specified on command line

 data/gedit.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gedit.1 b/data/gedit.1
index 095ee6dd3..df4799f76 100644
--- a/data/gedit.1
+++ b/data/gedit.1
@@ -76,11 +76,11 @@ like "ftp://ftp.gnome.org/robots.txt";.
 .B gedit will read from stdin
 .TP
 \fB+LINE\fR
-For the first file, go to the line specified by LINE (do not insert a space between the "+" sign and the 
number).
+For all the files specified on command line, go to the line specified by LINE (do not insert a space between 
the "+" sign and the number).
 If LINE is missing, go to the last line.
 .TP
 \fBCOLUMN\fR
-For the first file, go to the column specified by COLUMN.
+For all the files specified on command line, go to the column specified by COLUMN.
 If COLUMN is missing, go to the first column.
 
 .SH BUGS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]