logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git
commit: 95f6ff3f3bfd06e9106b9a020ddc431df37099bf
parent 9f9f5f5598f747a0ed201a6e7131b9bff53b005a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 13 Oct 2024 00:27:27 +0200

cmd/which: use History section when there is no standard

Diffstat:

Mcmd/which.112++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/cmd/which.1 b/cmd/which.1 @@ -36,7 +36,15 @@ Do not print executable names. .El .Sh EXIT STATUS .Ex -std -.Sh STANDARDS -None. +.Sh HISTORY +A +.Nm +command first appeared in +.Bx 3.0 . +.Pp +The +.Fl a +option first appeared in +.Ox 2.3 . .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me