logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: d376124d264886e4e99d0f2a485e3802e30b2ff5
parent e7e44269e496e1a73f3dc038e5b2887e63a567bf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 29 Jun 2025 20:36:55 +0200

cmd/head.1: Document `-n -num` as an extension

Diffstat:

Mcmd/head.16+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/cmd/head.1 b/cmd/head.1 @@ -86,13 +86,17 @@ is set: should be compliant with the IEEE Std 1003.1-2024 (“POSIX.1”) specification. -.br +.Pp The .Fl q , .Fl v , and .Fl z options are extensions. +Negative values in option +.Fl n +is a extension inspired by GNU coreutils. +.br The .Fl Ar num option is historical.