]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
openpty.3: Add LIBRARY section (libutil)
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 18:55:47 +0000 (19:55 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 18:55:47 +0000 (19:55 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/openpty.3

index ec413fb584ef9a080e3185d231ea0ce31880c658..5b81eb77f0539c7de803979f4f49ff22f1a13ed5 100644 (file)
@@ -10,6 +10,9 @@
 .TH OPENPTY 3  2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 openpty, login_tty, forkpty \- terminal utility functions
+.SH LIBRARY
+System utilities library
+.RI ( libutil ", " -lutil )
 .SH SYNOPSIS
 .nf
 .B #include <pty.h>
@@ -24,8 +27,6 @@ openpty, login_tty, forkpty \- terminal utility functions
 .B #include <utmp.h>
 .PP
 .BI "int login_tty(int " fd );
-.PP
-Link with \fI\-lutil\fP.
 .fi
 .SH DESCRIPTION
 The