diff options
author | ben <ben@FreeBSD.org> | 2000-11-28 11:35:14 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-11-28 11:35:14 +0000 |
commit | 288e8299bbed979c25cb497be766dfaada3da557 (patch) | |
tree | 23da72d6885c0751a569080957a671c5def7e378 /usr.sbin | |
parent | dc84c1e4b967f6771f658cae4bf46b17256f44f3 (diff) | |
download | FreeBSD-src-288e8299bbed979c25cb497be766dfaada3da557.zip FreeBSD-src-288e8299bbed979c25cb497be766dfaada3da557.tar.gz |
various typo and minor punctuation changes.
PR: 23111
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 14 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index ceec196..5b91959 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -31,7 +31,7 @@ The .Fl nat flag (or .Fl alias -flag for backwards compatability) does the equivalent of a +flag for backwards compatibility) does the equivalent of a .Dq nat enable yes , enabling .Nm Ns No 's @@ -1016,7 +1016,7 @@ If a value of zero is specified for will keep trying until a connection is made. .El .Pp -So, for example; +So, for example: .Bd -literal -offset indent set redial 10.3 4 .Ed @@ -1591,7 +1591,7 @@ host as the gateway for the LAN. .Sh PACKET FILTERING This implementation supports packet filtering. There are four kinds of -filters; the +filters: the .Em in filter, the .Em out @@ -3889,7 +3889,7 @@ for security reasons. .Pp If the first character of .Ar value -is an exclaimation mark +is an exclamation mark .Pq Dq \&! , .Nm treats the remainder of the string as a program that must be executed @@ -4194,7 +4194,7 @@ values. .Pp If .Ar seconds -is followed immediately by an exclaimation mark +is followed immediately by an exclamation mark .Pq Dq \&! , .Nm will @@ -4423,7 +4423,7 @@ It is also possible to execute external commands from the chat script. To do this, the first character of the expect or send string is an exclamation mark .Pq Dq \&! . -If a literal exclaimation mark is required, double it up to +If a literal exclamation mark is required, double it up to .Dq \&!! and it will be treated as a single literal .Dq \&! . @@ -4438,7 +4438,7 @@ If is running in interactive mode, file descriptor 3 is attached to .Pa /dev/tty . .Pp -For example (wrapped for readability); +For example (wrapped for readability): .Bd -literal -offset indent set login "TIMEOUT 5 \\"\\" \\"\\" login:--login: ppp \e word: ppp \\"!sh \\\\-c \\\\\\"echo \\\\-n label: >&2\\\\\\"\\" \e diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index ceec196..5b91959 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -31,7 +31,7 @@ The .Fl nat flag (or .Fl alias -flag for backwards compatability) does the equivalent of a +flag for backwards compatibility) does the equivalent of a .Dq nat enable yes , enabling .Nm Ns No 's @@ -1016,7 +1016,7 @@ If a value of zero is specified for will keep trying until a connection is made. .El .Pp -So, for example; +So, for example: .Bd -literal -offset indent set redial 10.3 4 .Ed @@ -1591,7 +1591,7 @@ host as the gateway for the LAN. .Sh PACKET FILTERING This implementation supports packet filtering. There are four kinds of -filters; the +filters: the .Em in filter, the .Em out @@ -3889,7 +3889,7 @@ for security reasons. .Pp If the first character of .Ar value -is an exclaimation mark +is an exclamation mark .Pq Dq \&! , .Nm treats the remainder of the string as a program that must be executed @@ -4194,7 +4194,7 @@ values. .Pp If .Ar seconds -is followed immediately by an exclaimation mark +is followed immediately by an exclamation mark .Pq Dq \&! , .Nm will @@ -4423,7 +4423,7 @@ It is also possible to execute external commands from the chat script. To do this, the first character of the expect or send string is an exclamation mark .Pq Dq \&! . -If a literal exclaimation mark is required, double it up to +If a literal exclamation mark is required, double it up to .Dq \&!! and it will be treated as a single literal .Dq \&! . @@ -4438,7 +4438,7 @@ If is running in interactive mode, file descriptor 3 is attached to .Pa /dev/tty . .Pp -For example (wrapped for readability); +For example (wrapped for readability): .Bd -literal -offset indent set login "TIMEOUT 5 \\"\\" \\"\\" login:--login: ppp \e word: ppp \\"!sh \\\\-c \\\\\\"echo \\\\-n label: >&2\\\\\\"\\" \e |