| Summary: | [patch] usr.bin/cut: document nonstandard flag | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | fullermd | ||||
| Component: | Books & Articles | Assignee: | Sevan Janiyan <sevan> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | sevan | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://reviews.freebsd.org/D11842 | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: sevan Date: Thu Aug 3 14:35:03 UTC 2017 New revision: 322013 URL: https://svnweb.freebsd.org/changeset/base/322013 Log: Document -w flag is an extension to POSIX. PR: 201937 Submitted by: <fullermd AT over-yonder DOT net> Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D11842 Changes: head/usr.bin/cut/cut.1 Committed, thank you for the patch & apologies for the delay. A commit references this bug: Author: eadler Date: Mon Mar 19 07:08:14 UTC 2018 New revision: 331193 URL: https://svnweb.freebsd.org/changeset/base/331193 Log: MFC r322013: Document -w flag is an extension to POSIX. PR: 201937 Changes: _U stable/11/ stable/11/usr.bin/cut/cut.1 |
Created attachment 159330 [details] Patch `cut -w` is an extension to POSIX, and not very portable; document as such.