From fb929e63f580dd9c64422f10d1cd33c6fd918787 Mon Sep 17 00:00:00 2001 From: DTB Date: Thu, 1 Feb 2024 20:42:15 -0700 Subject: [PATCH] strcmp(1): fix man page POSIX reference --- docs/strcmp.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/strcmp.1 b/docs/strcmp.1 index 6a39a57..14c0d0d 100644 --- a/docs/strcmp.1 +++ b/docs/strcmp.1 @@ -1,10 +1,9 @@ -.\" Copyright (c) 2023 DTB +.\" Copyright (c) 2023–2024 DTB .\" Copyright (c) 2023 Emma Tebibyte .\" .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . - .TH STRCMP 1 .SH NAME @@ -60,4 +59,4 @@ Copyright © 2023 DTB. License AGPLv3+: GNU AGPL version 3 or later .SH SEE ALSO -strcmp(3), intcmp(1), scrut(1), test(1) +strcmp(3), intcmp(1), scrut(1), test(1p)