libstdbuf: Add proper SEE ALSO section.

Sponsored by:	Klara, Inc.
Reviewed by:	bcr
Differential Revision:	https://reviews.freebsd.org/D40800
This commit is contained in:
Dag-Erling Smørgrav 2023-06-29 16:23:45 +00:00
parent 78baa63209
commit c09909ed88

View file

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 28, 2012
.Dd June 29, 2023
.Dt LIBSTDBUF 3
.Os
.Sh NAME
@ -82,9 +82,12 @@ output will not stall until the full buffer fills.
STDBUF_1=L awk '$2 > 1 || $3 > 1' | cat -n
.Ed
.Pp
See also the manpage of
See
.Xr stdbuf 1
for a simpler way to do this.
.Sh SEE ALSO
.Xr rtld 1 ,
.Xr stdbuf 1
.Sh HISTORY
The
.Nm