diff options
author | phantom <phantom@FreeBSD.org> | 2000-12-14 16:27:11 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-12-14 16:27:11 +0000 |
commit | 9417b1b80ada361011b6a3fa9e9635463106f5bc (patch) | |
tree | c33017d107bc76dc22884c439ea2ca8656fb4371 /usr.bin/tip | |
parent | 32d8e5ee4d4b4abd5e8a1645e4af44e6deb197a3 (diff) | |
download | FreeBSD-src-9417b1b80ada361011b6a3fa9e9635463106f5bc.zip FreeBSD-src-9417b1b80ada361011b6a3fa9e9635463106f5bc.tar.gz |
Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list.
Correct .Xr macro usage.
Also fix few more typos while I'm here.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/tip/tip.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index 56d8092..21191e1 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -48,8 +48,9 @@ .Fl Ns Ns Ar speed .Ar phone\-number .Sh DESCRIPTION -.Nm Tip -establish a full-duplex connection to another machine, +The +.Nm +command establishes a full-duplex connection to another machine, giving the appearance of being logged in directly on the remote cpu. It goes without saying that you must have a login on the machine (or equivalent) to which you wish to connect. @@ -435,7 +436,7 @@ Record file. Line access log. .It Pa /var/spool/lock/LCK..* Lock file to avoid conflicts with -.Xr uucp . +.Xr uucp 1 . .El .Sh DIAGNOSTICS Diagnostics are, hopefully, self explanatory. @@ -446,7 +447,7 @@ Diagnostics are, hopefully, self explanatory. .Sh HISTORY The .Nm -appeared command in +command appeared in .Bx 4.2 . .Sh BUGS The full set of variables is undocumented and should, probably, be |