Module Name:    src
Committed By:   jruoho
Date:           Thu May  5 05:58:15 UTC 2011

Modified Files:
        src/lib/libc/stdlib: posix_openpt.3

Log Message:
Fix lead paragraph.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/posix_openpt.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/posix_openpt.3
diff -u src/lib/libc/stdlib/posix_openpt.3:1.4 src/lib/libc/stdlib/posix_openpt.3:1.5
--- src/lib/libc/stdlib/posix_openpt.3:1.4	Wed Apr 30 13:10:51 2008
+++ src/lib/libc/stdlib/posix_openpt.3	Thu May  5 05:58:14 2011
@@ -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

Reply via email to