summaryrefslogtreecommitdiff
blob: 324c82696705720b31e153e3c5c41d8f3c8ee482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The correct syntax of the -w option does not have a space between 
the -w and the cols ... the manpage seems to imply differently though 
so let's fix it.

http://bugs.gentoo.org/show_bug.cgi?id=69660

--- dog.1
+++ dog.1
@@ -8,3 +8,3 @@
 .B dog
-[\-AbBeEnstTuv] [\-w cols] [\-l lines] 
+[\-AbBeEnstTuv] [\-w<cols>] [\-l lines] 
 [\-\-show\-all] [\-\-number\-nonblank] [\-\-no\-blanks] [\-\-bind=port]
@@ -64,3 +64,3 @@
 .TP
-.I \-w n
+.I \-w<n>
 Print first n characters of each line (default=80)