summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1999-02-12 02:12:08 +0000
committeralex <alex@FreeBSD.org>1999-02-12 02:12:08 +0000
commit95c394b70edc1f3edc419d56b785b9bc25754d9b (patch)
tree186dfc67ca90298f33582dc289cb5cc5553d8f12 /lib
parentbed92e102b85a5502c4f6f84f912fae16c6d9bb3 (diff)
downloadFreeBSD-src-95c394b70edc1f3edc419d56b785b9bc25754d9b.zip
FreeBSD-src-95c394b70edc1f3edc419d56b785b9bc25754d9b.tar.gz
Removed occurrences of consecutive repeated words (such as "the the").
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/ethers.33
-rw-r--r--lib/libc/net/resolver.32
-rw-r--r--lib/libc/sys/symlink.22
-rw-r--r--lib/libutil/login_cap.34
4 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index afea483..d0d6811 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: ethers.3,v 1.7 1997/02/22 15:00:05 peter Exp $
.\"
.Dd April 12, 1995
.Dt ETHERS 3
@@ -155,7 +155,6 @@ unable to find a match in the
database.
.Sh NOTES
The user must insure that the hostname strings passed to the
-the
.Fn ether_line ,
.Fn ether_ntohost
and
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index 818acf2..83167b2 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -290,7 +290,7 @@ an array of pointers
.Fa dnptrs
to previously-compressed names in the current message.
The first pointer points to
-to the beginning of the message and the list ends with
+the beginning of the message and the list ends with
.Dv NULL .
The limit to the array is specified by
.Fa lastdnptr .
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2
index ce1fa7e..6f52f07 100644
--- a/lib/libc/sys/symlink.2
+++ b/lib/libc/sys/symlink.2
@@ -96,7 +96,7 @@ The directory in which the entry for the new symbolic link is being placed
cannot be extended because there is no space left on the file
system containing the directory.
.It Bq Er ENOSPC
-The new symbolic link cannot be created because there
+The new symbolic link cannot be created because
there is no space left on the file
system that will contain the symbolic link.
.It Bq Er ENOSPC
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index b983975..3487688 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_cap.3,v 1.8 1997/11/05 04:03:05 steve Exp $
+.\" $Id: login_cap.3,v 1.9 1998/06/06 05:50:42 jkoshy Exp $
.\"
.Dd December 27, 1996
.Os FreeBSD
@@ -362,7 +362,7 @@ these rules.
.It
If 'auth' is neither NULL nor an empty string, look for a tag of type
"auth-<auth>" in the capability record.
-If not present, then look for the default default tag "auth=".
+If not present, then look for the default tag "auth=".
.It
If no valid authorisation list was found from the previous step, then
default to "passwd" as the authorisation list.
OpenPOWER on IntegriCloud