]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ptsname.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / ptsname.3
index b9b082add2c49cf916a0bb485591f6da09e8b66c..bbcb6e1d05036b8621d75fa6cccca64e7f4f95e9 100644 (file)
@@ -40,7 +40,7 @@ The
 function returns the name of the slave pseudoterminal device
 corresponding to the master referred to by
 .IR fd .
-
+.PP
 The
 .BR ptsname_r ()
 function is the reentrant equivalent of
@@ -59,7 +59,7 @@ returns a pointer to a string in static storage which will be
 overwritten by subsequent calls.
 This pointer must not be freed.
 On failure, NULL is returned.
-
+.PP
 On success,
 .BR ptsname_r ()
 returns 0.
@@ -110,11 +110,11 @@ T}        Thread safety   MT-Safe
 .SH CONFORMING TO
 .BR ptsname ():
  POSIX.1-2001, POSIX.1-2008.
-
+.PP
 .BR ptsname ()
 is part of the UNIX 98 pseudoterminal support (see
 .BR pts (4)).
-
+.PP
 .BR ptsname_r ()
 is a Linux extension, that is proposed for inclusion
 .\" FIXME . for later review when Issue 8 is one day released