Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Add missing preposition.



details:   https://anonhg.NetBSD.org/src/rev/bf805c1f9fb0
branches:  trunk
changeset: 764802:bf805c1f9fb0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 05 07:36:44 2011 +0000

description:
Add missing preposition.

diffstat:

 lib/libc/stdlib/posix_openpt.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0049a3504d3f -r bf805c1f9fb0 lib/libc/stdlib/posix_openpt.3
--- a/lib/libc/stdlib/posix_openpt.3    Thu May 05 07:12:58 2011 +0000
+++ b/lib/libc/stdlib/posix_openpt.3    Thu May 05 07:36:44 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index