Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin Fix typos. Found by Adrian Mrva.



details:   https://anonhg.NetBSD.org/src/rev/4c404c9b5db4
branches:  trunk
changeset: 538773:4c404c9b5db4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 29 16:12:25 2002 +0000

description:
Fix typos. Found by Adrian Mrva.

diffstat:

 usr.sbin/bootp/bootpd/bootpd.8 |  6 +++---
 usr.sbin/pppd/chat/chat.8      |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r 28487500efcf -r 4c404c9b5db4 usr.sbin/bootp/bootpd/bootpd.8
--- a/usr.sbin/bootp/bootpd/bootpd.8    Tue Oct 29 16:08:59 2002 +0000
+++ b/usr.sbin/bootp/bootpd/bootpd.8    Tue Oct 29 16:12:25 2002 +0000
@@ -1,6 +1,6 @@
 .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
 .\"
-.\"    $NetBSD: bootpd.8,v 1.8 2002/02/08 01:38:46 ross Exp $
+.\"    $NetBSD: bootpd.8,v 1.9 2002/10/29 16:12:25 wiz Exp $
 .\"
 .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University"
 .SH NAME
@@ -135,7 +135,7 @@
 useful when client boot files are specified as relative pathnames, and
 .I bootpd
 needs to use the same current directory as the TFTP server
-(typically /tftpboot).  This option is not recoginzed by
+(typically /tftpboot).  This option is not recognized by
 .IR bootpgw .
 .TP
 .B \-i
@@ -227,7 +227,7 @@
 During initialization, both programs
 determine the UDP port numbers to be used by calling
 .I getservbyname
-(which nomally uses
+(which normally uses
 .IR /etc/services).
 Two service names (and port numbers) are used:
 .IP
diff -r 28487500efcf -r 4c404c9b5db4 usr.sbin/pppd/chat/chat.8
--- a/usr.sbin/pppd/chat/chat.8 Tue Oct 29 16:08:59 2002 +0000
+++ b/usr.sbin/pppd/chat/chat.8 Tue Oct 29 16:12:25 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: chat.8,v 1.16 2002/02/08 01:38:53 ross Exp $
+.\"    $NetBSD: chat.8,v 1.17 2002/10/29 16:13:50 wiz Exp $
 .\" -*- nroff -*-
 .\" manual page [] for chat 1.8
 .\" Id: chat.8,v 1.9 1999/09/06 05:10:23 paulus Exp
@@ -51,7 +51,7 @@
 to \fIstderr\fR.
 .TP
 .B -E
-Enables environment variable substituion within chat scripts using the
+Enables environment variable substitution within chat scripts using the
 standard \fI$xxx\fR syntax.
 .TP
 .B -v
@@ -79,7 +79,7 @@
 error messages from being sent to the SYSLOG (to facility LOG_LOCAL2).
 .TP
 .B -T \fI\*[Lt]phone number\*[Gt]
-Pass in an arbitary string, usually a phone number, that will be
+Pass in an arbitrary string, usually a phone number, that will be
 substituted for the \\T substitution metacharacter in a send string.
 .TP
 .B -U \fI\*[Lt]phone number 2\*[Gt]



Home | Main Index | Thread Index | Old Index