Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 2026 22:31:52 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Artem Bunichev <tembun@bk.ru>
Subject:   git: a716cf6d5604 - stable/14 - timeout.1: Document non-POSIX options
Message-ID:  <6a750b58.201dc.79bcd001@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=a716cf6d56043823cebe9b5eb5d0804c8d0f7888

commit a716cf6d56043823cebe9b5eb5d0804c8d0f7888
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2026-04-13 01:15:41 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-06 22:26:02 +0000

    timeout.1: Document non-POSIX options
    
    MFC after:              3 days
    Reviewed by:            Aaron Li <aly@aaronly.me>, 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a750b58.201dc.79bcd001>