Skip to content

Commit 4d22ee8

Browse files
authored
uniq: pod fix (#909)
When I run pod2text on uniq I see "compar- isons" printed on the same line. Allow the pod formatter to break lines where it sees fit, instead of manually hyphenating words.
1 parent 74cc47e commit 4d22ee8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/uniq

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,17 @@ Don't output lines that are not repeated in the input.
154154
155155
=item -f I<fields>
156156
157-
Ignore the first fields in each input line when doing compar-
158-
isons. A field is a string of non-blank characters separated
157+
Ignore the first fields in each input line when doing comparisons.
158+
A field is a string of non-blank characters separated
159159
from adjacent fields by blanks. Field numbers are one based,
160160
i.e. the first field is field one.
161161
162162
=item -s I<chars>
163163
164164
Ignore the first chars characters in each input line when doing
165165
comparisons. If specified in conjunction with the B<-f> option, the
166-
first chars characters after the first fields fields will be ig-
167-
nored. Character numbers are one based, i.e. the first character is
166+
first chars characters after the first fields fields will be ignored.
167+
Character numbers are one based, i.e. the first character is
168168
character one.
169169
170170
=item -u

0 commit comments

Comments
 (0)