Improve sentence and add reference to openpty(3). Add missing newlines.

This commit is contained in:
Ed Schouten 2009-06-20 16:30:32 +00:00
parent fbbbf5d135
commit 6c9e1a22ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194536

View file

@ -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