[gedit] man: Fix [+LINE[:COLUMN]] description
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] man: Fix [+LINE[:COLUMN]] description
- Date: Mon, 29 Mar 2021 16:39:23 +0000 (UTC)
commit e1e25f0da25a2f55fa8741bb822803a702567ee8
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]