Fix lead paragraph.
This commit is contained in:
parent
f9b73fbc67
commit
19742b4964
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: posix_openpt.3,v 1.4 2008/04/30 13:10:51 martin Exp $
|
.\" $NetBSD: posix_openpt.3,v 1.5 2011/05/05 05:58:14 jruoho Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -41,9 +41,11 @@
|
|||||||
.Ft int
|
.Ft int
|
||||||
.Fn posix_openpt "int oflag"
|
.Fn posix_openpt "int oflag"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
The
|
||||||
.Fn posix_openpt
|
.Fn posix_openpt
|
||||||
Searches for an unused master pseudo-terminal device, opens it, and returns
|
function searches for an unused master pseudo-terminal device,
|
||||||
a file descriptor associated the now used pseudo-terminal device.
|
opens it, and returns a file descriptor associated the now used
|
||||||
|
pseudo-terminal device.
|
||||||
The
|
The
|
||||||
.Fa oflag
|
.Fa oflag
|
||||||
argument has the same meaning as in the
|
argument has the same meaning as in the
|
||||||
|
Loading…
Reference in New Issue
Block a user