diff options
author | ed <ed@FreeBSD.org> | 2009-06-20 16:30:32 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-06-20 16:30:32 +0000 |
commit | ed4bbcb2e79c2088bfc72e584d618c189f96c2e5 (patch) | |
tree | 574f27b336931a6ea43a505a3ecdeeb86612ce8f /share/man | |
parent | 902364f29d69d9cacd8280b7ddef2c1c6ce50658 (diff) | |
download | FreeBSD-src-ed4bbcb2e79c2088bfc72e584d618c189f96c2e5.zip FreeBSD-src-ed4bbcb2e79c2088bfc72e584d618c189f96c2e5.tar.gz |
Improve sentence and add reference to openpty(3). Add missing newlines.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pts.4 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man4/pts.4 b/share/man/man4/pts.4 index 294f1ef..dc13a90 100644 --- a/share/man/man4/pts.4 +++ b/share/man/man4/pts.4 @@ -148,11 +148,14 @@ pseudo-terminals implementation are: .Pp .Bl -tag -width ".Pa /dev/pts/[num]" .It Pa /dev/ptmx -Control device, returns a file descriptor to a new master pseudo-terminal -when opened. This device should not be opened directly. It's only -available for binary compatibility. New devices should only be created -though -.Xr posix_openpt 2 . +Control device, returns a file descriptor to a new master +pseudo-terminal when opened. +This device should not be opened directly. +It's only available for binary compatibility. +New devices should only be allocated with +.Xr posix_openpt 2 +and +.Xr openpty 3 . .It Pa /dev/pts/[num] Pseudo-terminal slave devices. .El |