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)
Sun, Mar 29, 2:50 PM
Unknown Object (File)
Fri, Mar 27, 3:26 PM
Unknown Object (File)
Thu, Mar 19, 8:05 AM
Unknown Object (File)
Sun, Mar 15, 1:37 AM
Unknown Object (File)
Sun, Mar 15, 1:30 AM
Unknown Object (File)
Mon, Mar 9, 9:18 PM
Unknown Object (File)
Feb 7 2026, 10:28 PM
Unknown Object (File)
Feb 5 2026, 10:28 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.