[bug #59963] Issues in findutils man pages

2021-01-31 Thread Bernhard Voelker
Update of bug #59963 (project findutils): Status:None => Code Review Assigned to:None => berny ___ Follow-up Comment #1: Thanks for the re

[PATCH] xargs.1: clarify 'echo' as the default command

2021-01-31 Thread Bernhard Voelker
The default command changed from '/bin/echo' to 'echo' in version 4.5.11, but the commit 804ff7b90e only adjusted the Texinfo manual. * xargs/xargs.1 (.SH DESCRIPTION): Change the default command here in the man page as well. --- xargs/xargs.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[bug #59963] Issues in findutils man pages

2021-01-31 Thread Bernhard Voelker
Follow-up Comment #2, bug #59963 (project findutils): P.S.: > Man page: find.1 > Issue: Quotes around I<>? (for the \\(ti) and I<> → B<> I don't see what's wrong in this one. The tilde '~' is meant in the context of a file name, therefore italic is correct. Maybe there's an issue with the PO co

[bug #59963] Issues in findutils man pages

2021-01-31 Thread Helge Kreutzmann
Follow-up Comment #3, bug #59963 (project findutils): Hello Bernhard, first of all, I'm fine for pushing in my name. [comment #2 comment #2:] > P.S.: > > > Man page: find.1 > > Issue: Quotes around I<>? (for the \\(ti) and I<> → B<> > > I don't see what's wrong in this one. The tilde '~' is me

[bug #59963] Issues in findutils man pages

2021-01-31 Thread Bernhard Voelker
Follow-up Comment #4, bug #59963 (project findutils): Thank you for the fast reply. > I would expect I<'\\(ti'> -> B<\\(ti> Hmm, IMO the tilde character alone looks quite odd. Other examples of a single character in the find.1 man page also quote, but with `...' style. What about this? diff -

[bug #59963] Issues in findutils man pages

2021-01-31 Thread Helge Kreutzmann
Follow-up Comment #5, bug #59963 (project findutils): Well, the B<> makes the letter bold, so at least on my terminal it looks visually distinct. However, if you don't like this, having only quotes is surely an option, without using additional markup.

[bug #59963] Issues in findutils man pages

2021-01-31 Thread Bernhard Voelker
Follow-up Comment #6, bug #59963 (project findutils): I've squashed these 2 fixes into one patch - see attached ''0001-find.1-fix-some-formatting-issues.patch. Okay to push? (file #50815) ___ Additional Item Attachment: File name: 0001-fin

[bug #59963] Issues in findutils man pages

2021-01-31 Thread Helge Kreutzmann
Follow-up Comment #7, bug #59963 (project findutils): >From my side: Yes ___ Reply to this item at: ___ Message sent via Savannah https://savannah.gn

[bug #59963] Issues in findutils man pages

2021-01-31 Thread Bernhard Voelker
Update of bug #59963 (project findutils): Category:find => documentation Status: Code Review => Fixed ___ Follow-up Comment #8: Thanks, pushed: