diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/ptsname.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/stdlib/ptsname.3 b/lib/libc/stdlib/ptsname.3 index b9c7381..bfa3647 100644 --- a/lib/libc/stdlib/ptsname.3 +++ b/lib/libc/stdlib/ptsname.3 @@ -132,12 +132,16 @@ The slave pseudo-terminal device could not be accessed. .Xr tty 4 .Sh STANDARDS The -.Fn grantpt , .Fn ptsname +function conforms to +.St -p1003.1-2001 . +.Pp +This implementation of +.Fn grantpt and .Fn unlockpt -functions conform to -.St -p1003.1-2001 . +does not comply with any standard, because these functions assume the +pseudo-terminal has the correct attributes upon creation. .Sh HISTORY The .Fn grantpt , |