summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
Diffstat (limited to 'ax25')
-rw-r--r--ax25/access.c6
-rw-r--r--ax25/ax25.42
-rw-r--r--ax25/ax25d.c2
-rw-r--r--ax25/ax25d.conf.52
-rw-r--r--ax25/axctl.82
-rw-r--r--ax25/axgetput/axgetput.18
-rw-r--r--ax25/axgetput/axgetput.c4
-rw-r--r--ax25/axparms.82
-rw-r--r--ax25/axspawn.c2
-rw-r--r--ax25/mheard.12
-rw-r--r--ax25/mheardd.82
11 files changed, 17 insertions, 17 deletions
diff --git a/ax25/access.c b/ax25/access.c
index 05d3375..fd954b2 100644
--- a/ax25/access.c
+++ b/ax25/access.c
@@ -272,7 +272,7 @@ char *read_pwd (struct passwd *pw, int *pwtype)
write_ax25(buf, strlen(buf), 1);
sprintf(buf, " with unique passwords (which may be changed).\r");
write_ax25(buf, strlen(buf), 1);
- sprintf(buf, " Please edit ~/.%s, and enable your prefered authentication type;\r", PWFILE);
+ sprintf(buf, " Please edit ~/.%s, and enable your preferred authentication type;\r", PWFILE);
write_ax25(buf, strlen(buf), 1);
sprintf(buf, " MD5 is recommended.\r");
write_ax25(buf, strlen(buf), 1);
@@ -280,12 +280,12 @@ char *read_pwd (struct passwd *pw, int *pwtype)
goto end;
}
if (!S_ISREG(statbuf.st_mode)) {
- sprintf(buf, "Error: password file .%s should be a regular file. Skiping..\r", PWFILE);
+ sprintf(buf, "Error: password file .%s should be a regular file. Skipping..\r", PWFILE);
write_ax25(buf, strlen(buf), 1);
goto end;
}
if (statbuf.st_uid != 0 && statbuf.st_uid != pw->pw_uid) {
- sprintf(buf, "Error: your password file .%s is not owned by you. Skiping..\r", PWFILE);
+ sprintf(buf, "Error: your password file .%s is not owned by you. Skipping..\r", PWFILE);
write_ax25(buf, strlen(buf), 1);
goto end;
}
diff --git a/ax25/ax25.4 b/ax25/ax25.4
index cb3a8ce..5f84145 100644
--- a/ax25/ax25.4
+++ b/ax25/ax25.4
@@ -39,7 +39,7 @@ be passed to the system calls.
AX.25 has some unusual properties. Notably in a multi-user system an AX.25
address is often associated with a user, and some users may not have such an
association. a set of ioctl calls are provided to manage an association
-table, and in addition the superuser may use an arbitary callsign by binding
+table, and in addition the superuser may use an arbitrary callsign by binding
to the callsign desired and specifying the port to use as a first digipeated
hop.
.LP
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index 9eda558..ddbf0ae 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -1005,7 +1005,7 @@ BadArgsFree:
AXL = axl_build; /* Assign our built list to AXL */
if (Logging)
- syslog(LOG_INFO, "new config file loaded successfuly");
+ syslog(LOG_INFO, "new config file loaded successfully");
update_maxfd();
return 0;
diff --git a/ax25/ax25d.conf.5 b/ax25/ax25d.conf.5
index 11cc9c8..539877e 100644
--- a/ax25/ax25d.conf.5
+++ b/ax25/ax25d.conf.5
@@ -259,7 +259,7 @@ first column.
.sp 1
ax25d can now honour AX.25 TCP/IP mode-VC connections in a special way.
Therefore, a new port specific option "parameters_extAX25" is available, with
-the following options, which are seperated by space.
+the following options, which are separated by space.
.TP 5
parameters_extAX25
VC-debug
diff --git a/ax25/axctl.8 b/ax25/axctl.8
index 16c6135..a820cc4 100644
--- a/ax25/axctl.8
+++ b/ax25/axctl.8
@@ -16,7 +16,7 @@ kernel is able to change the parameters, or abort the connection.
Many of the options are similar to those found in
.B axparms
and perform the same function. Only one parameter may be changed on each
-invokation of
+invocation of
.B axctl.
.SH OPTIONS
.TP 20
diff --git a/ax25/axgetput/axgetput.1 b/ax25/axgetput/axgetput.1
index e8770aa..8addabb 100644
--- a/ax25/axgetput/axgetput.1
+++ b/ax25/axgetput/axgetput.1
@@ -47,11 +47,11 @@ via his ax25 session to his packet-radio terminal program. The download
"protocol" is the "#BIN" standard known from packet radio mailboxes.
.B bput
-does it the other way round: with this comand, the user may upload a
+does it the other way around: with this comand, the user may upload a
file to this computer.
The #BIN protocol provides a CRC consistency check after the file is
-transfered. The transfer of the file modification time is part of the
+transferred. The transfer of the file modification time is part of the
#BIN protocol.
.LP
@@ -60,7 +60,7 @@ transfered. The transfer of the file modification time is part of the
.B yget
or
.B yput
-is reserverd for the yapp protocol, which is not supported in this version.
+is reserved for the yapp protocol, which is not supported in this version.
.LP
.B II. DIDADIT Protocol
@@ -68,7 +68,7 @@ is reserverd for the yapp protocol, which is not supported in this version.
.B rget
or
.B rput
-is reserverd for the didadit protocol, which is not supported in this version.
+is reserved for the didadit protocol, which is not supported in this version.
.LP
Anyone like to implement yapp and didadit protcols?
.LP
diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c
index e3a0c71..65c1d40 100644
--- a/ax25/axgetput/axgetput.c
+++ b/ax25/axgetput/axgetput.c
@@ -172,7 +172,7 @@ static void usage(int all) {
if (mode % 2) {
fprintf(stderr, " filename is usually got from the remote side by the protocol\n");
fprintf(stderr, " but can be forced if you like to ignore this.\n");
- fprintf(stderr, " filename should be ommitted if output is sent to a pipe\n.");
+ fprintf(stderr, " filename should be omitted if output is sent to a pipe\n.");
} else {
fprintf(stderr, " -b value is the blocksize (framelen) of the transmitted data\n");
fprintf(stderr, " default %d, which is a useful choice for ampr ax25.\n", BLOCKSIZ_DEFAULT);
@@ -180,7 +180,7 @@ static void usage(int all) {
fprintf(stderr, " otherwise, the data will be read to memory until EOF.\n");
fprintf(stderr, " -s is only available if stdin is a pipe\n");
fprintf(stderr, " if filename specified in filter, the given name will be suggested instead.\n");
- fprintf(stderr, " filename may be ommited if used as filter.\n");
+ fprintf(stderr, " filename may be omited if used as filter.\n");
}
fputc('\n', stderr);
fprintf(stderr, "Tips: - compressed download:\n");
diff --git a/ax25/axparms.8 b/ax25/axparms.8
index 93f8cd8..8801e1f 100644
--- a/ax25/axparms.8
+++ b/ax25/axparms.8
@@ -25,7 +25,7 @@ The format of this option is:
.B axparms --assoc show
.fi
.LP
-This option mainpulates the kernel uid/callsign mapping table, allowing
+This option manipulates the kernel uid/callsign mapping table, allowing
callsigns to be associated and dis-associated with a user. The
.B policy
option permits the superuser to have all other uid's either default to the
diff --git a/ax25/axspawn.c b/ax25/axspawn.c
index 4c728c4..3e77443 100644
--- a/ax25/axspawn.c
+++ b/ax25/axspawn.c
@@ -1815,7 +1815,7 @@ again:
chargv[chargc++] = "/bin/login";
chargv[chargc++] = "-p";
/* there exist several conectps:
- * Historicaly, the special character '+' in the password
+ * Historically, the special character '+' in the password
* field indicated that users may login via ax25, netrom, rose,
* etc.. - but not via other protocols like telnet.
* This secures the digipeater from abuse by inet access of
diff --git a/ax25/mheard.1 b/ax25/mheard.1
index 05cb525..691bb63 100644
--- a/ax25/mheard.1
+++ b/ax25/mheard.1
@@ -43,7 +43,7 @@ Display the data from c and s combined in one view. Requires wide screen.
.RE
.TP 13
.BI \-n
-Supress the displaying of titles.
+Suppresses the displaying of titles.
.TP 13
.BI "\-o cfpt"
Sets the ordering of the information displayed. The meanings of the
diff --git a/ax25/mheardd.8 b/ax25/mheardd.8
index 1f553f5..18c5efd 100644
--- a/ax25/mheardd.8
+++ b/ax25/mheardd.8
@@ -30,7 +30,7 @@ minimum value allowed is 10 and the maximum is 1000.
.TP 10
.BI "\-p [!]port1[,port2,..]"
With -p, you instruct mheardd to only listen on specified ax25 ports.
-You may give more ports, seperated by ','.
+You may give more ports, separated by ','.
If you introduce the port(s) by a leading '!', then mheardd will listen
on all ports except those you specified.
.TP 10