From 19742b49648b4a4c717f225e487d9cfba2ac654f Mon Sep 17 00:00:00 2001 From: jruoho Date: Thu, 5 May 2011 05:58:14 +0000 Subject: [PATCH] Fix lead paragraph. --- lib/libc/stdlib/posix_openpt.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdlib/posix_openpt.3 b/lib/libc/stdlib/posix_openpt.3 index 3d5acb6b6b53..7ecc074fb776 100644 --- a/lib/libc/stdlib/posix_openpt.3 +++ b/lib/libc/stdlib/posix_openpt.3 @@ -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