Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2001 12:37:12 -0700 (PDT)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/whois whois.1 whois.c
Message-ID:  <200108051937.f75JbCq72522@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2001/08/05 12:37:12 PDT

  Modified files:
    usr.bin/whois        whois.1 whois.c 
  Log:
  o Move APNIC flag from -p to -A.  Since, -p is usually associated
    with specifying a port.
  o Add the -p flag for specifying a port.  (PR: 28790)  This is
    useful for querying rwhois servers.  Example:
      whois -h rwhois.exodus.net -p rwhois 216.136.180.0
  o Add the -c flag which allows one to get the same whois server
    that would normally be determined if no arguments were specified.
    (Concept based on work by phantom, requested by ache)  Example:
      whois -c ru TCNET-MNT-RIPN
  o Deprecate -R flag in favour of -c ru.
  
  PR:		28790
  Reviewed by:	-audit, ache, phantom
  
  Revision  Changes    Path
  1.21      +26 -9     src/usr.bin/whois/whois.1
  1.24      +27 -18    src/usr.bin/whois/whois.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108051937.f75JbCq72522>