Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2023 16:24:39 GMT
From:      =?utf-8?Q?Dag-Erling=20Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c09909ed889f - main - libstdbuf: Add proper SEE ALSO section.
Message-ID:  <202306291624.35TGOdCp086016@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=c09909ed889f4722e68b192e206dff1b03182edb

commit c09909ed889f4722e68b192e206dff1b03182edb
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-06-29 16:23:45 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-06-29 16:23:45 +0000

    libstdbuf: Add proper SEE ALSO section.
    
    Sponsored by:   Klara, Inc.
    Reviewed by:    bcr
    Differential Revision:  https://reviews.freebsd.org/D40800
---
 lib/libstdbuf/libstdbuf.3 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lib/libstdbuf/libstdbuf.3 b/lib/libstdbuf/libstdbuf.3
index 9b37cb0224ac..3e1005255e03 100644
--- a/lib/libstdbuf/libstdbuf.3
+++ b/lib/libstdbuf/libstdbuf.3
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306291624.35TGOdCp086016>