diff options
author | ats <ats@FreeBSD.org> | 1994-12-12 00:23:00 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-12 00:23:00 +0000 |
commit | b459784c3677db6efadcaa6d38bdd0845e0539cf (patch) | |
tree | ccf36b0969e3f5da91da8783352c32a9482b8c5b /usr.bin/host | |
parent | 8ffe637e8e82cf137b5596aeb63484fc0b4b175b (diff) | |
download | FreeBSD-src-b459784c3677db6efadcaa6d38bdd0845e0539cf.zip FreeBSD-src-b459784c3677db6efadcaa6d38bdd0845e0539cf.tar.gz |
Changed the usage of the new not existant manpage macros CMD_EXT, INDOT
and SYS_OPS_EXT to the normal numbers. Garrett, don't kill me :-).
Diffstat (limited to 'usr.bin/host')
-rw-r--r-- | usr.bin/host/host.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/host/host.1 b/usr.bin/host/host.1 index 2f20c55..29f9411 100644 --- a/usr.bin/host/host.1 +++ b/usr.bin/host/host.1 @@ -50,8 +50,8 @@ .\" SOFTWARE. .\" - .\" --Copyright-- -.\" $Id: host.1,v 4.9.1.3 1994/06/02 17:14:38 vixie Exp $ -.TH HOST @CMD_EXT_U@ +.\" $Id: host.1,v 1.2 1994/09/22 21:52:02 pst Exp $ +.TH HOST 1 .SH NAME host \- look up host names using domain server .SH SYNOPSIS @@ -190,7 +190,7 @@ host name. This file must be pointed to by an environment variable .IR HOSTALIASES , which is the name of the file. .SH "See Also" -@INDOT@named (@SYS_OPS_EXT@) +named (8) .SH BUGS Unexpected effects can happen when you type a name that is not part of the local domain. Please always keep in mind the |