git: b1bc748430b5 - main - timeout.1: Document non-POSIX options

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Mon, 13 Apr 2026 19:53:28 UTC
The branch main has been updated by ziaee:

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

commit b1bc748430b5ee79ae103c464dbf5ebc8802f782
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2026-04-13 01:15:41 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-04-13 19:52:21 +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
---
 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 0a9754a2cc4e..46a5a986cbce 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