Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Fix lead paragraph.



details:   https://anonhg.NetBSD.org/src/rev/50f2fdb66ccc
branches:  trunk
changeset: 764799:50f2fdb66ccc
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu May 05 05:58:14 2011 +0000

description:
Fix lead paragraph.

diffstat:

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

diffs (23 lines):

diff -r 614fd2eb7d06 -r 50f2fdb66ccc lib/libc/stdlib/posix_openpt.3
--- a/lib/libc/stdlib/posix_openpt.3    Thu May 05 05:39:10 2011 +0000
+++ b/lib/libc/stdlib/posix_openpt.3    Thu May 05 05:58:14 2011 +0000
@@ -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.
 .\" All rights reserved.
@@ -41,9 +41,11 @@
 .Ft int
 .Fn posix_openpt "int oflag"
 .Sh DESCRIPTION
+The
 .Fn posix_openpt
-Searches for an unused master pseudo-terminal device, opens it, and returns
-a file descriptor associated the now used pseudo-terminal device.
+function searches for an unused master pseudo-terminal device,
+opens it, and returns a file descriptor associated the now used
+pseudo-terminal device.
 The
 .Fa oflag
 argument has the same meaning as in the



Home | Main Index | Thread Index | Old Index