Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Drop trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b1ef4d8416e8
branches:  trunk
changeset: 567020:b1ef4d8416e8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri May 28 00:06:50 2004 +0000

description:
Drop trailing whitespace.

diffstat:

 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(-)

diffs (80 lines):

diff -r d68e34fdb677 -r b1ef4d8416e8 lib/libc/stdlib/grantpt.3
--- a/lib/libc/stdlib/grantpt.3 Thu May 27 23:48:34 2004 +0000
+++ b/lib/libc/stdlib/grantpt.3 Fri May 28 00:06:50 2004 +0000
@@ -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 @@
 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 -r d68e34fdb677 -r b1ef4d8416e8 lib/libc/stdlib/posix_openpt.3
--- a/lib/libc/stdlib/posix_openpt.3    Thu May 27 23:48:34 2004 +0000
+++ b/lib/libc/stdlib/posix_openpt.3    Fri May 28 00:06:50 2004 +0000
@@ -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 @@
 .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 -r d68e34fdb677 -r b1ef4d8416e8 lib/libc/stdlib/ptsname.3
--- a/lib/libc/stdlib/ptsname.3 Thu May 27 23:48:34 2004 +0000
+++ b/lib/libc/stdlib/ptsname.3 Fri May 28 00:06:50 2004 +0000
@@ -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 @@
 .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 -r d68e34fdb677 -r b1ef4d8416e8 lib/libc/stdlib/unlockpt.3
--- a/lib/libc/stdlib/unlockpt.3        Thu May 27 23:48:34 2004 +0000
+++ b/lib/libc/stdlib/unlockpt.3        Fri May 28 00:06:50 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index