From 7a69e1d516f4ffbdbdd28deeaa14ca3f3182324d Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 14 Aug 2024 11:06:31 -0600 Subject: [PATCH] peek.1: correct references to use the 1p section, add reference to stty(1p) --- docs/peek.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/peek.1 b/docs/peek.1 index 1eaf07d..bb32f3b 100644 --- a/docs/peek.1 +++ b/docs/peek.1 @@ -4,7 +4,7 @@ .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . .\" -.TH PEEK 1 2024-06-28 "Harakit X.X.X" +.TH PEEK 1 2024-08-14 "Harakit X.X.X" .SH NAME peek \(en read from the standard input, furtively .\" @@ -106,5 +106,6 @@ Copyright \(co 2023-2024 DTB. License AGPLv3+: GNU AGPL version 3 or later .SH SEE ALSO .BR ioctl (2), .BR ioctl_tty (2), -.BR read (1), -.BR sh (1) +.BR read (1p), +.BR sh (1p), +.BR stty (1p)