From glebius@cell.sick.ru  Thu Feb 12 00:15:36 2004
Return-Path: <glebius@cell.sick.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 72CC116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 00:15:36 -0800 (PST)
Received: from cell.sick.ru (cell.sick.ru [217.72.144.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C0B9F43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 00:15:35 -0800 (PST)
	(envelope-from glebius@cell.sick.ru)
Received: from cell.sick.ru (glebius@localhost [127.0.0.1])
	by cell.sick.ru (8.12.9/8.12.8) with ESMTP id i1C8FWAB049756
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 11:15:33 +0300 (MSK)
	(envelope-from glebius@cell.sick.ru)
Received: (from glebius@localhost)
	by cell.sick.ru (8.12.9/8.12.6/Submit) id i1C8FWi7049753;
	Thu, 12 Feb 2004 11:15:32 +0300 (MSK)
Message-Id: <200402120815.i1C8FWi7049753@cell.sick.ru>
Date: Thu, 12 Feb 2004 11:15:32 +0300 (MSK)
From: Gleb Smirnoff <glebius@cell.sick.ru>
Reply-To: Gleb Smirnoff <glebius@cell.sick.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: host(1) manpage does not include information about query class
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62724
>Category:       docs
>Synopsis:       [patch] host(1) manpage does not include information about query class
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 00:20:18 PST 2004
>Closed-Date:    Thu Oct 12 10:26:56 GMT 2006
>Last-Modified:  Thu Oct 12 10:26:56 GMT 2006
>Originator:     Gleb Smirnoff
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Oilspace, Inc.
>Environment:
System: FreeBSD cell.sick.ru 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 19 10:22:46 MSD 2003 root@fade.bestcom.ru:/usr/obj/usr/src/sys/NUCLEUS i386

>Description:

	1) host(1) manpage does not say anything about -c switch, which is used
	   to specify query class.
	2) -s switches is missed in SYNOPSIS

>How-To-Repeat:

	man 1 host

>Fix:

--- host.1.orig	Thu Feb 12 10:54:36 2004
+++ host.1	Thu Feb 12 11:05:13 2004
@@ -60,11 +60,8 @@
 .Nd look up host names using domain server
 .Sh SYNOPSIS 
 .Nm host 
-.Op Fl l
-.Op Fl v
-.Op Fl w
-.Op Fl r
-.Op Fl d
+.Op Fl lvwrds
+.Op Fl c Ar class
 .Op Fl t Ar querytype
 .Op Fl a 
 .Ar host 
@@ -185,6 +182,9 @@
 Turn on debugging.  Network transactions are shown in detail.
 .It Fl s
 Chase signatures back to parent key (DNSSEC).
+.It Fl c Ar class
+Specify DNS query class. This can be used to lookup Hesiod or Chaosnet
+class resource records. The default class is IN (DARPA Internet objects).
 .It Fl t Ar querytype
 Allows you to specify a particular 
 .Ar querytype 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Thu Oct 12 10:14:52 UTC 2006 
State-Changed-Why:  
Overtaken by events.  The new host(1) manpage from BIND9 
documents the -c option and no longer supports -s. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62724 
>Unformatted:
