Add missing preposition.
This commit is contained in:
parent
710e439b0e
commit
93cfe89ec0
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: posix_openpt.3,v 1.5 2011/05/05 05:58:14 jruoho Exp $
|
||||
.\" $NetBSD: posix_openpt.3,v 1.6 2011/05/05 07:36:44 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -44,8 +44,8 @@
|
|||
The
|
||||
.Fn posix_openpt
|
||||
function searches for an unused master pseudo-terminal device,
|
||||
opens it, and returns a file descriptor associated the now used
|
||||
pseudo-terminal device.
|
||||
opens it, and returns a file descriptor associated with the now
|
||||
used pseudo-terminal device.
|
||||
The
|
||||
.Fa oflag
|
||||
argument has the same meaning as in the
|
||||
|
|
Loading…
Reference in New Issue