Drop trailing whitespace.

This commit is contained in:
wiz 2004-05-28 00:06:50 +00:00
parent ef42d1cdb3
commit 714885bde5
4 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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