]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Minor changes to SYNOPSIS.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 13 Jun 2007 22:20:51 +0000 (22:20 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 13 Jun 2007 22:20:51 +0000 (22:20 +0000)
man3/openpty.3

index eb608794623b10224241519a38bcca5c82bb348b..749a82ab789c0b50102ccf8044579a69b2dcb01d 100644 (file)
@@ -35,19 +35,17 @@ openpty, login_tty, forkpty \- tty utility functions
 .SH SYNOPSIS
 .nf
 .B #include <pty.h>
-\ /* for openpty and forkpty */
-.br
-.B #include <utmp.h>
-/* for login_tty */
 .sp
 .BI "int openpty(int *" amaster ", int *" aslave ", char *" name ,
 .BI "            struct termios *" termp ", struct winsize *" winp );
 .sp
-.BI "int login_tty(int " fd );
-.sp
 .BI "pid_t forkpty(int *" amaster ", char *" name ", struct termios *" termp ,
 .BI "              struct winsize *" winp );
 .sp
+.B #include <utmp.h>
+.sp
+.BI "int login_tty(int " fd );
+.sp
 Link with \fI\-lutil\fP.
 .fi
 .SH DESCRIPTION