Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2016 19:06:44 +0000 (UTC)
From:      Tony Finch <fanf@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294591 - head/usr.bin/whois
Message-ID:  <201601221906.u0MJ6iKT088166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fanf
Date: Fri Jan 22 19:06:43 2016
New Revision: 294591
URL: https://svnweb.freebsd.org/changeset/base/294591

Log:
  Update whois synopsis and usage with new options

Modified:
  head/usr.bin/whois/whois.1
  head/usr.bin/whois/whois.c

Modified: head/usr.bin/whois/whois.1
==============================================================================
--- head/usr.bin/whois/whois.1	Fri Jan 22 19:03:39 2016	(r294590)
+++ head/usr.bin/whois/whois.1	Fri Jan 22 19:06:43 2016	(r294591)
@@ -36,7 +36,7 @@
 .Nd "Internet domain name and network number directory service"
 .Sh SYNOPSIS
 .Nm
-.Op Fl aAbfgiIklmPQr
+.Op Fl aAbfgiIklmPQrRS
 .Op Fl c Ar country-code | Fl h Ar host
 .Op Fl p Ar port
 .Ar name ...

Modified: head/usr.bin/whois/whois.c
==============================================================================
--- head/usr.bin/whois/whois.c	Fri Jan 22 19:03:39 2016	(r294590)
+++ head/usr.bin/whois/whois.c	Fri Jan 22 19:06:43 2016	(r294591)
@@ -523,7 +523,7 @@ static void
 usage(void)
 {
 	fprintf(stderr,
-	    "usage: whois [-aAbfgiIklmPQr] [-c country-code | -h hostname] "
+	    "usage: whois [-aAbfgiIklmPQrRS] [-c country-code | -h hostname] "
 	    "[-p port] name ...\n");
 	exit(EX_USAGE);
 }



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