From a1a9c97ba0021dfac90883d3095628828f364cd5 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 28 Oct 2003 00:28:56 +0000 Subject: [PATCH] Bump date for previous; fix a typo; use .Dq instead of \*( construct. --- usr.bin/telnet/telnet.1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 72a7a89d6f80..bcb19a23a54f 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: telnet.1,v 1.28 2003/10/27 19:46:14 heas Exp $ +.\" $NetBSD: telnet.1,v 1.29 2003/10/28 00:28:56 wiz Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94 .\" -.Dd February 3, 1994 +.Dd October 28, 2003 .Dt TELNET 1 .Os .Sh NAME @@ -624,11 +624,13 @@ Lines that begin without white space are the start of a machine entry. The first thing on such a line is a string identifying the machine that is being connected to. -It may be the hostname or numeric address sepecified as the argument +It may be the hostname or numeric address specified as the argument .Ar host , the canonical name of that string as determined by .Xr getaddrinfo 3 , -or the string \*(LqDEFAULT\*(Rq indicating all hosts. +or the string +.Dq DEFAULT +indicating all hosts. The rest of the line, and successive lines that begin with white space are assumed to be .Nm