diff options
author | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
commit | 1541af42f12f8570fb332516efee8f1e030c3e46 (patch) | |
tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /usr.sbin/pppctl | |
parent | 13e88b41bac03367de7406f96648f28a64fc7322 (diff) | |
download | FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.zip FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.tar.gz |
Expand *n't contractions.
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r-- | usr.sbin/pppctl/pppctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index 0fe1e69..245690f 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -48,7 +48,7 @@ Both the and .Ar port may be specified numerically if you wish to avoid a DNS lookup -or don't have an entry for the given port in +or do not have an entry for the given port in .Pa /etc/services . .Pp All remaining arguments are concatenated to form the @@ -67,7 +67,7 @@ For example: pppctl 3000 set timeout 300\\; show timeout .Ed .Pp -Don't forget to escape or quote the ';' as it is a special character +Do not forget to escape or quote the ';' as it is a special character for most shells. .Pp If no @@ -142,7 +142,7 @@ can be used to automate many frequent tasks (you can actually control in any mode except interactive mode). Use of the .Fl p -option is discouraged (even in scripts that aren't readable by others) +option is discouraged (even in scripts that are not readable by others) as a .Xr ps 1 listing may reveal your secret. |