]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ttyname.3
_syscall.2, clock_getres.2, clone.2, copy_file_range.2, create_module.2, delete_modul...
[thirdparty/man-pages.git] / man3 / ttyname.3
index e772ae0361c796b979c09e9ca6772e295205cffb..7414843722b590c27eceb484843816ce6f2b9d77 100644 (file)
@@ -32,7 +32,7 @@ ttyname, ttyname_r \- return name of a terminal
 .B #include <unistd.h>
 .PP
 .BI "char *ttyname(int " fd );
-
+.PP
 .BI "int ttyname_r(int " fd ", char *" buf ", size_t " buflen );
 .fi
 .SH DESCRIPTION