Module Name: src Committed By: wiz Date: Thu May 5 07:36:45 UTC 2011
Modified Files: src/lib/libc/stdlib: posix_openpt.3 Log Message: Add missing preposition. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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.5 src/lib/libc/stdlib/posix_openpt.3:1.6 --- src/lib/libc/stdlib/posix_openpt.3:1.5 Thu May 5 05:58:14 2011 +++ src/lib/libc/stdlib/posix_openpt.3 Thu May 5 07:36:44 2011 @@ -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