git: a716cf6d5604 - stable/14 - timeout.1: Document non-POSIX options
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a750b58.201dc.79bcd001__32686.0840244748$1786055702$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=a716cf6d56043823cebe9b5eb5d0804c8d0f7888 commit a716cf6d56043823cebe9b5eb5d0804c8d0f7888 Author: Artem Bunichev <[email protected]> AuthorDate: 2026-04-13 01:15:41 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-08-06 22:26:02 +0000 timeout.1: Document non-POSIX options MFC after: 3 days Reviewed by: Aaron Li <[email protected]>, ziaee Differential Revision: https://reviews.freebsd.org/D56090 (cherry picked from commit b1bc748430b5ee79ae103c464dbf5ebc8802f782) --- bin/timeout/timeout.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/timeout/timeout.1 b/bin/timeout/timeout.1 index 6486ccf99a36..553910a7ccce 100644 --- a/bin/timeout/timeout.1 +++ b/bin/timeout/timeout.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 3, 2025 +.Dd April 11, 2026 .Dt TIMEOUT 1 .Os .Sh NAME @@ -269,6 +269,10 @@ The utility is expected to conform to the .St -p1003.1-2024 specification. +.Pp +The +.Fl v +option and long option names are extensions to that specification. .Sh HISTORY The .Nm