Source-Changes-HG archive

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

[src/trunk]: src/lib More trailing white space.



details:   https://anonhg.NetBSD.org/src/rev/2b13f3b6a1cc
branches:  trunk
changeset: 474267:2b13f3b6a1cc
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jul 02 15:14:07 1999 +0000

description:
More trailing white space.

diffstat:

 lib/libarch/i386/i386_get_ioperm.2  |    6 +-
 lib/libarch/i386/i386_get_ldt.2     |    4 +-
 lib/libarch/i386/i386_get_ldt.c     |    8 +-
 lib/libarch/i386/i386_set_ldt.c     |    8 +-
 lib/libarch/i386/i386_vm86.2        |   14 +-
 lib/libarch/i386/i386_vm86.c        |    8 +-
 lib/libarch/m68k/m68k_sync_icache.2 |   12 +-
 lib/libcompat/4.1/ftime.3           |    6 +-
 lib/libcompat/4.1/getpw.3           |    6 +-
 lib/libcompat/4.1/stty.3            |    8 +-
 lib/libcompat/4.1/vtimes.3          |   12 +-
 lib/libcompat/4.3/insque.3          |    4 +-
 lib/libcompat/4.3/insque.c          |    6 +-
 lib/libcompat/4.3/lsearch.3         |    4 +-
 lib/libcompat/4.3/re_comp.3         |   12 +-
 lib/libcompat/4.3/remque.c          |    6 +-
 lib/libcompat/4.3/rexec.3           |   10 +-
 lib/libcompat/4.3/rexec.c           |    6 +-
 lib/libcompat/4.4/cuserid.3         |   30 +++---
 lib/libcompat/regexp/regexp.c       |   12 +-
 lib/libcrypt/crypt.3                |    4 +-
 lib/libedit/Makefile                |   12 +-
 lib/libedit/TEST/test.c             |    6 +-
 lib/libedit/chared.c                |   72 ++++++++--------
 lib/libedit/chared.h                |    8 +-
 lib/libedit/common.c                |  148 ++++++++++++++++++------------------
 lib/libedit/editline.3              |   18 ++--
 lib/libedit/editrc.5                |   10 +-
 lib/libedit/el.c                    |   16 +-
 lib/libedit/emacs.c                 |   40 ++++----
 lib/libedit/hist.c                  |    6 +-
 lib/libedit/histedit.h              |    4 +-
 lib/libedit/history.c               |   18 ++--
 lib/libedit/key.c                   |   50 ++++++------
 lib/libedit/key.h                   |    6 +-
 lib/libedit/makelist                |   18 ++--
 lib/libedit/map.c                   |   56 ++++++------
 lib/libedit/map.h                   |    4 +-
 lib/libedit/parse.c                 |    8 +-
 lib/libedit/parse.h                 |    4 +-
 lib/libedit/prompt.c                |   12 +-
 lib/libedit/read.c                  |   16 +-
 lib/libedit/readline.c              |   12 +-
 lib/libedit/refresh.c               |   72 ++++++++--------
 lib/libedit/search.c                |   76 +++++++++---------
 lib/libedit/search.h                |    6 +-
 lib/libedit/sig.c                   |   10 +-
 lib/libedit/term.c                  |   94 +++++++++++-----------
 lib/libedit/term.h                  |    4 +-
 lib/libedit/tokenizer.c             |   14 +-
 lib/libedit/tokenizer.h             |    4 +-
 lib/libedit/tty.c                   |   86 ++++++++++----------
 lib/libedit/tty.h                   |    6 +-
 lib/libedit/vi.c                    |  132 ++++++++++++++++----------------
 54 files changed, 617 insertions(+), 617 deletions(-)

diffs (truncated from 4711 to 300 lines):

diff -r 54310693e35c -r 2b13f3b6a1cc lib/libarch/i386/i386_get_ioperm.2
--- a/lib/libarch/i386/i386_get_ioperm.2        Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libarch/i386/i386_get_ioperm.2        Fri Jul 02 15:14:07 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: i386_get_ioperm.2,v 1.7 1999/03/22 19:44:34 garbled Exp $
+.\"    $NetBSD: i386_get_ioperm.2,v 1.8 1999/07/02 15:14:07 simonb Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -60,7 +60,7 @@
 .Ar iomap .
 This call is restricted to the super-user.
 .Pp
-The permission bitmap contains 
+The permission bitmap contains
 1024
 bits in 32 longwords.
 If bit
@@ -102,7 +102,7 @@
 use
 .Xr i386_iopl 2 .
 .Sh SEE ALSO
-.Xr i386_iopl 2 
+.Xr i386_iopl 2
 .Sh REFERENCES
 i386 Microprocessor Programmer's Reference Manual, Intel
 .Sh WARNING
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libarch/i386/i386_get_ldt.2
--- a/lib/libarch/i386/i386_get_ldt.2   Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libarch/i386/i386_get_ldt.2   Fri Jul 02 15:14:07 1999 +0000
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)fork.2       6.5 (Berkeley) 3/10/91
-.\"    $NetBSD: i386_get_ldt.2,v 1.5 1999/03/22 19:44:34 garbled Exp $
+.\"    $NetBSD: i386_get_ldt.2,v 1.6 1999/07/02 15:14:07 simonb Exp $
 .\"
 .Dd September 20, 1993
 .Dt I386_GET_LDT 2
@@ -59,7 +59,7 @@
 Both routines accept a starting selector number
 .Fa start_sel
 , an array of memory that
-will contain the descriptors to be set or returned 
+will contain the descriptors to be set or returned
 .Fa descs
 , and the number of entries to set or return
 .Fa num_sels .
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libarch/i386/i386_get_ldt.c
--- a/lib/libarch/i386/i386_get_ldt.c   Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libarch/i386/i386_get_ldt.c   Fri Jul 02 15:14:07 1999 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: i386_get_ldt.c,v 1.5 1998/02/25 21:24:56 perry Exp $   */
+/*     $NetBSD: i386_get_ldt.c,v 1.6 1999/07/02 15:14:07 simonb Exp $  */
 
 /*
  *  Copyright (c) 1993 John Brezak
  *  All rights reserved.
- * 
+ *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions
  *  are met:
@@ -14,7 +14,7 @@
  *     documentation and/or other materials provided with the distribution.
  *  3. The name of the author may not be used to endorse or promote products
  *     derived from this software without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -26,7 +26,7 @@
  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- * 
+ *
  */
 
 #include <sys/cdefs.h>
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libarch/i386/i386_set_ldt.c
--- a/lib/libarch/i386/i386_set_ldt.c   Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libarch/i386/i386_set_ldt.c   Fri Jul 02 15:14:07 1999 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: i386_set_ldt.c,v 1.5 1998/02/25 21:24:57 perry Exp $   */
+/*     $NetBSD: i386_set_ldt.c,v 1.6 1999/07/02 15:14:07 simonb Exp $  */
 
 /*
  *  Copyright (c) 1993 John Brezak
  *  All rights reserved.
- * 
+ *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions
  *  are met:
@@ -14,7 +14,7 @@
  *     documentation and/or other materials provided with the distribution.
  *  3. The name of the author may not be used to endorse or promote products
  *     derived from this software without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -26,7 +26,7 @@
  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- * 
+ *
  */
 
 #include <sys/cdefs.h>
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libarch/i386/i386_vm86.2
--- a/lib/libarch/i386/i386_vm86.2      Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libarch/i386/i386_vm86.2      Fri Jul 02 15:14:07 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: i386_vm86.2,v 1.5 1999/03/23 09:40:53 mycroft Exp $
+.\"    $NetBSD: i386_vm86.2,v 1.6 1999/07/02 15:14:07 simonb Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -16,10 +16,10 @@
 .\"    documentation and/or other materials provided with the distribution.
 .\" 3. All advertising materials mentioning features or use of this software
 .\"    must display the following acknowledgement:
-.\"        This product includes software developed by the NetBSD 
+.\"        This product includes software developed by the NetBSD
 .\"      Foundation, Inc. and its contributors.
-.\" 4. Neither the name of The NetBSD Foundation nor the names of its 
-.\"    contributors may be used to endorse or promote products derived 
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
 .\"    from this software without specific prior written permission.
 .\"
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
@@ -57,16 +57,16 @@
 will set the process into virtual 8086 mode using the registers and
 selectors specified by the context pointed to by
 .Ar vmcp .
-The processor registers are set from 
+The processor registers are set from
 .Ar vmcp->substr.regs ,
-and the emulated processor type from 
+and the emulated processor type from
 .Ar vmcp->substr.ss_cpu_type .
 .Pp
 The kernel keeps a pointer to the context, and uses the tables stored at
 .Ar vmcp->int_byuser
 and
 .Ar vmcp->int21_byuser
-for fast virtual interrupt handling.  If the 
+for fast virtual interrupt handling.  If the
 .Ar n th
 bit is clear in the first of
 these arrays, then the kernel may directly emulate the real-mode x86 INT
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libarch/i386/i386_vm86.c
--- a/lib/libarch/i386/i386_vm86.c      Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libarch/i386/i386_vm86.c      Fri Jul 02 15:14:07 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386_vm86.c,v 1.5 1998/09/17 05:15:11 thorpej Exp $    */
+/*     $NetBSD: i386_vm86.c,v 1.6 1999/07/02 15:14:07 simonb Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -17,10 +17,10 @@
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
- *        This product includes software developed by the NetBSD 
+ *        This product includes software developed by the NetBSD
  *       Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its 
- *    contributors may be used to endorse or promote products derived 
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ *    contributors may be used to endorse or promote products derived
  *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libarch/m68k/m68k_sync_icache.2
--- a/lib/libarch/m68k/m68k_sync_icache.2       Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libarch/m68k/m68k_sync_icache.2       Fri Jul 02 15:14:07 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: m68k_sync_icache.2,v 1.3 1999/04/13 16:54:26 kleink Exp $
+.\" $NetBSD: m68k_sync_icache.2,v 1.4 1999/07/02 15:14:08 simonb Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -41,7 +41,7 @@
 .Nm m68k_sync_icache
 .Nd instruction cache synchronization
 .Sh LIBRARY
-.Lb libm68k 
+.Lb libm68k
 .Sh SYNOPSIS
 .Fd #include <sys/types.h>
 .Fd #include <m68k/sync_icache.h>
@@ -54,10 +54,10 @@
 .Pp
 The affected address range starts at
 .Fa start
-and continues for 
+and continues for
 .Fa size
-bytes. If 
-.Fa start 
+bytes. If
+.Fa start
 is 0, all the address space of the current execution thread is affected.
 Addresses outside the specified region may be synchronized, too.
 .Pp
@@ -66,7 +66,7 @@
 .Xr arm32_sync_icache 2
 .Sh HISTORY
 .Fn m68k_sync_icache
-appeared first in 
+appeared first in
 .Nx 1.4.
 .Sh AUTHORS
 Ignatios Souvatzis
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libcompat/4.1/ftime.3
--- a/lib/libcompat/4.1/ftime.3 Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libcompat/4.1/ftime.3 Fri Jul 02 15:14:07 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ftime.3,v 1.8 1999/03/22 19:45:13 garbled Exp $
+.\"    $NetBSD: ftime.3,v 1.9 1999/07/02 15:16:40 simonb Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -48,7 +48,7 @@
 .Fn ftime "struct timeb *tp"
 .Sh DESCRIPTION
 .Bf -symbolic
-This interface is obsoleted by 
+This interface is obsoleted by
 .Xr gettimeofday 2 .
 It is available from the compatibility library, libcompat.
 .Ef
@@ -89,5 +89,5 @@
 .Sh HISTORY
 The
 .Fn ftime
-function appeared in 
+function appeared in
 .Bx 4.1 .
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libcompat/4.1/getpw.3
--- a/lib/libcompat/4.1/getpw.3 Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libcompat/4.1/getpw.3 Fri Jul 02 15:14:07 1999 +0000
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)getpw.3      8.1 (Berkeley) 6/4/93
-.\"    $NetBSD: getpw.3,v 1.4 1998/02/05 18:51:18 perry Exp $
+.\"    $NetBSD: getpw.3,v 1.5 1999/07/02 15:16:40 simonb Exp $
 .\"
 .Dd June 4, 1993
 .Dt GETPW 3
@@ -44,7 +44,7 @@
 .Fn getpw uid "char *buf"
 .Sh DESCRIPTION
 .Bf -symbolic
-The getpw function is made obsolete by 
+The getpw function is made obsolete by
 .Xr getpwuid 3 .
 It is available from the compatibility library, libcompat.
 .Ef
@@ -65,7 +65,7 @@
 .Sh RETURN VALUES
 The
 .Fn getpw
-function returns the zero if successful, otherwise 
+function returns the zero if successful, otherwise
 a non-zero if the entry does not exist.
 .Sh FILES
 .Bl -tag -width /etc/passwd - compact
diff -r 54310693e35c -r 2b13f3b6a1cc lib/libcompat/4.1/stty.3
--- a/lib/libcompat/4.1/stty.3  Fri Jul 02 15:12:15 1999 +0000
+++ b/lib/libcompat/4.1/stty.3  Fri Jul 02 15:14:07 1999 +0000
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)stty.3       8.1 (Berkeley) 6/4/93
-.\"    $NetBSD: stty.3,v 1.5 1999/03/22 19:45:13 garbled Exp $
+.\"    $NetBSD: stty.3,v 1.6 1999/07/02 15:16:40 simonb Exp $
 .\"
 .Dd June 4, 1993
 .Dt STTY 3
@@ -47,7 +47,7 @@
 .Fn gtty "int fd" "struct sgttyb *buf"
 .Sh DESCRIPTION
 .Bf -symbolic
-These interfaces are obsoleted by 
+These interfaces are obsoleted by
 .Xr ioctl 2 .
 They are available from the compatibility library, libcompat.
 .Ef
@@ -75,7 +75,7 @@
 .Fn gtty
 call is



Home | Main Index | Thread Index | Old Index