Page MenuHomeFreeBSD

xargs(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jun 10 2020, 4:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 4, 2:57 PM
Unknown Object (File)
Thu, Apr 30, 9:15 AM
Unknown Object (File)
Tue, Apr 28, 9:33 AM
Unknown Object (File)
Sat, Apr 25, 6:43 AM
Unknown Object (File)
Fri, Apr 24, 3:23 PM
Unknown Object (File)
Thu, Apr 23, 8:17 AM
Unknown Object (File)
Tue, Apr 21, 3:39 AM
Unknown Object (File)
Tue, Apr 21, 3:32 AM

Details

Reviewers
bcr
Group Reviewers
manpages
Commits
rS362060: xargs(1): Add EXAMPLES to man page
Summary
  • Add EXAMPLES section flags I, J, L, n, P
  • Fix warning reported by mandoc ./xargs.1:364:14: STYLE: no blank before trailing delimiter: Fl P,
Test Plan
  • mandoc -Tlint clean
  • aspell happy
  • man ./xargs.1 renders the page properly

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr added a subscriber: bcr.

Looking good, you can commit it after you've fixed the line break.

xargs/xargs.1
329 ↗(On Diff #72934)

Line break after a sentence stop here.

Fix line break after sentence spotted by bcr@

In D25214#555883, @bcr wrote:

Looking good, you can commit it after you've fixed the line break.

Am I allowed to commit after review approval? I'm neither an src nor doc committer.

xargs/xargs.1
329 ↗(On Diff #72934)

Interestingly mandoc -Tlint does not report this to me. I'm on 12.1 still. Are you on 13-current?

Sure you can commit if you don't have the required bit, but if someone(tm) with the required bit has approved it.

xargs/xargs.1
329 ↗(On Diff #72934)

I guess textproc/igor would warn about it.

This revision is now accepted and ready to land.Jun 11 2020, 9:49 AM
This revision was automatically updated to reflect the committed changes.
fernape marked an inline comment as done.