From 714885bde599b2ebf67485b3bd234f073dd764e4 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 May 2004 00:06:50 +0000 Subject: [PATCH] Drop trailing whitespace. --- lib/libc/stdlib/grantpt.3 | 4 ++-- lib/libc/stdlib/posix_openpt.3 | 4 ++-- lib/libc/stdlib/ptsname.3 | 8 ++++---- lib/libc/stdlib/unlockpt.3 | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/libc/stdlib/grantpt.3 b/lib/libc/stdlib/grantpt.3 index 6d58380fe723..272d6a5b1edd 100644 --- a/lib/libc/stdlib/grantpt.3 +++ b/lib/libc/stdlib/grantpt.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: grantpt.3,v 1.1 2004/05/27 02:58:48 christos Exp $ +.\" $NetBSD: grantpt.3,v 1.2 2004/05/28 00:06:50 wiz Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -59,7 +59,7 @@ group. If the slave pseudo-terminal device was being accessed by other file descriptors at the time, all such access will be revoked. .Sh RETURN VALUES -If successful, +If successful, .Fn grantpt returns 0; otherwise a value of -1 is returned and .Va errno diff --git a/lib/libc/stdlib/posix_openpt.3 b/lib/libc/stdlib/posix_openpt.3 index d39dc2f5e068..57ab825c662d 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.1 2004/05/27 02:58:48 christos Exp $ +.\" $NetBSD: posix_openpt.3,v 1.2 2004/05/28 00:06:51 wiz Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -57,7 +57,7 @@ argument has the same meaning as in the .Xr open 2 call. .Sh RETURN VALUES -If successful, +If successful, .Fn posix_openpt returns a non-negative integer, which corresponds to a file descriptor pointing to the master pseudo-terminal device. Otherwise, a value of -1 diff --git a/lib/libc/stdlib/ptsname.3 b/lib/libc/stdlib/ptsname.3 index 2518a2e6f601..5772eb312712 100644 --- a/lib/libc/stdlib/ptsname.3 +++ b/lib/libc/stdlib/ptsname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ptsname.3,v 1.1 2004/05/27 02:58:48 christos Exp $ +.\" $NetBSD: ptsname.3,v 1.2 2004/05/28 00:06:51 wiz Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,13 +56,13 @@ The .Fn ptsname function is not re-entrant or thread-safe. .Sh RETURN VALUES -If successful, +If successful, .Fn ptsname returns a pointer to a nul-terminated string containing the pathname of the slave pseudo-terminal device. If an error occurs .Fn ptsname -will return -.Dv NULL +will return +.Dv NULL and .Va errno is set to indicate the error. diff --git a/lib/libc/stdlib/unlockpt.3 b/lib/libc/stdlib/unlockpt.3 index 788aab39c68e..28063eb12edc 100644 --- a/lib/libc/stdlib/unlockpt.3 +++ b/lib/libc/stdlib/unlockpt.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: unlockpt.3,v 1.1 2004/05/27 02:58:48 christos Exp $ +.\" $NetBSD: unlockpt.3,v 1.2 2004/05/28 00:06:51 wiz Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -55,7 +55,7 @@ master pseudo-terminal device associated with Conforming applications must call this function before opening the slave pseudo-terminal device. .Sh RETURN VALUES -If successful, +If successful, .Fn unlockpt returns 0; otherwise a value of -1 is returned and .Va errno