summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libcompat
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/cftime.314
-rw-r--r--lib/libcompat/4.1/ftime.34
-rw-r--r--lib/libcompat/4.1/getpw.32
-rw-r--r--lib/libcompat/4.1/stty.34
-rw-r--r--lib/libcompat/4.3/insque.38
-rw-r--r--lib/libcompat/4.3/lsearch.32
-rw-r--r--lib/libcompat/4.3/re_comp.310
-rw-r--r--lib/libcompat/4.3/rexec.310
-rw-r--r--lib/libcompat/4.4/cuserid.310
9 files changed, 32 insertions, 32 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3
index ed771e2..fd4e066 100644
--- a/lib/libcompat/4.1/cftime.3
+++ b/lib/libcompat/4.1/cftime.3
@@ -1,10 +1,10 @@
-.\"
+.\"
.\" Copyright (c) 1994, 1995 Joerg Wunsch
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" This program is free software.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -19,7 +19,7 @@
.\" 4. The name of the developer may not be used to endorse or promote
.\" products derived from this software without specific prior written
.\" permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``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 DISCLAIMED.
@@ -30,8 +30,8 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, 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.
-.\"
-.\"
+.\"
+.\"
.\" $FreeBSD$
.\"
.Dd June 15, 1993
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3
index 4896fa0..63da0ce8 100644
--- a/lib/libcompat/4.1/ftime.3
+++ b/lib/libcompat/4.1/ftime.3
@@ -43,7 +43,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/timeb.h>
-.Ft int
+.Ft int
.Fn ftime "struct timeb *tp"
.Sh DESCRIPTION
.Bf -symbolic
@@ -81,5 +81,5 @@ Daylight Saving time applies locally during the appropriate part of the year.
.Sh HISTORY
The
.Nm
-function appeared in
+function appeared in
.Bx 4.2 .
diff --git a/lib/libcompat/4.1/getpw.3 b/lib/libcompat/4.1/getpw.3
index d270e3c..618da44 100644
--- a/lib/libcompat/4.1/getpw.3
+++ b/lib/libcompat/4.1/getpw.3
@@ -65,7 +65,7 @@ character.
.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 --git a/lib/libcompat/4.1/stty.3 b/lib/libcompat/4.1/stty.3
index 95b6589..dddb93c2 100644
--- a/lib/libcompat/4.1/stty.3
+++ b/lib/libcompat/4.1/stty.3
@@ -75,7 +75,7 @@ the
.Fn gtty
call is
.Ql ioctl(fd, TIOCGETP, buf) .
-See
+See
.Xr ioctl 2
and
.Xr tty 4
@@ -93,5 +93,5 @@ The
.Fn stty
and
.Fn gtty
-functions appeared in
+functions appeared in
.Bx 4.2 .
diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3
index 29ea3f4..2744dae 100644
--- a/lib/libcompat/4.3/insque.3
+++ b/lib/libcompat/4.3/insque.3
@@ -61,7 +61,7 @@ The insque and remque functions are considered obsolete.
.Pp
The
.Fn insque
-and
+and
.Fn remque
functions
manipulate queues built from doubly linked lists. Each
@@ -69,9 +69,9 @@ element in the queue must be in the form of
.Dq Li struct qelem .
The function
.Fn insque
-inserts
+inserts
.Fa elem
-in a queue immediately after
+in a queue immediately after
.Fa pred ;
.Fn remque
removes an entry
@@ -85,5 +85,5 @@ The
.Fn insque
and
.Fn remque
-functions appeared in
+functions appeared in
.Bx 4.2 .
diff --git a/lib/libcompat/4.3/lsearch.3 b/lib/libcompat/4.3/lsearch.3
index 3e0ba94..40b2c3e 100644
--- a/lib/libcompat/4.3/lsearch.3
+++ b/lib/libcompat/4.3/lsearch.3
@@ -73,7 +73,7 @@ is a comparison routine which is used to compare two elements.
It takes two arguments which point to the
.Fa key
object and to an array member, in that order, and must return an integer
-less than, equivalent to, or greater than zero if the
+less than, equivalent to, or greater than zero if the
.Fa key
object is considered, respectively, to be less than, equal to, or greater
than the array member.
diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3
index 10cd0a8..c4830b0 100644
--- a/lib/libcompat/4.3/re_comp.3
+++ b/lib/libcompat/4.3/re_comp.3
@@ -56,7 +56,7 @@ This interface is made obsolete by
The
.Fn re_comp
function
-compiles a string into an internal form suitable for pattern matching.
+compiles a string into an internal form suitable for pattern matching.
The
.Fn re_exec
function
@@ -70,7 +70,7 @@ returns 0 if the string
.Fa s
was compiled successfully; otherwise a string containing an
error message is returned.
-If
+If
.Fn re_comp
is passed 0 or a null string, it returns without changing the currently
compiled regular expression.
@@ -89,10 +89,10 @@ The strings passed to both
.Fn re_comp
and
.Fn re_exec
-may have trailing or embedded newline characters;
+may have trailing or embedded newline characters;
they are terminated by
.Dv NUL Ns s .
-The regular expressions recognized are described in the manual entry for
+The regular expressions recognized are described in the manual entry for
.Xr ed 1 ,
given the above difference.
.Sh DIAGNOSTICS
@@ -125,5 +125,5 @@ The
.Fn re_comp
and
.Fn re_exec
-functions appeared in
+functions appeared in
.Bx 4.0 .
diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3
index a1b2a89..737c976 100644
--- a/lib/libcompat/4.3/rexec.3
+++ b/lib/libcompat/4.3/rexec.3
@@ -45,7 +45,7 @@
.Fn rexec "char **ahost" "int inport" "char *user" "char *passwd" "char *cmd" "int *fd2p"
.Sh DESCRIPTION
.Bf -symbolic
-This interface is obsoleted by
+This interface is obsoleted by
.Xr rcmd 3 .
.Ef
.Pp
@@ -75,7 +75,7 @@ specifies which well-known
Internet port to use for
the connection; the call
.Fn getservbyname \*qexec\*q \*qtcp\*q
-(see
+(see
.Xr getservent 3 )
will return a pointer to a structure, which contains the
necessary port.
@@ -107,10 +107,10 @@ as the secondary connection is set up after authorization has been
verified.
If
.Fa fd2p
-is 0, then the
+is 0, then the
.Em stderr
(unit 2 of the remote
-command) will be made the same as the
+command) will be made the same as the
.Em stdout
and no
provision is made for sending arbitrary signals to the remote process,
@@ -121,7 +121,7 @@ although you may be able to get its attention by using out-of-band data.
.Sh HISTORY
The
.Fn rexec
-function appeared in
+function appeared in
.Bx 4.2 .
.Sh BUGS
The
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index 5ee3207..5ac7e34 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1995 Joerg Wunsch
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -17,7 +17,7 @@
.\" 4. The name of the developer may not be used to endorse or promote
.\" products derived from this software without specific prior written
.\" permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``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 DISCLAIMED.
@@ -28,7 +28,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, 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.
-.\"
+.\"
.\" $FreeBSD$
.\"
.Dd April 10, 1995
OpenPOWER on IntegriCloud