summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorfanf <fanf@FreeBSD.org>2016-01-22 19:06:43 +0000
committerfanf <fanf@FreeBSD.org>2016-01-22 19:06:43 +0000
commite270f2d00ed1836c651e7c382050e15d534383a1 (patch)
tree3ab7a469c3d3e4ebcb8b52435faffa6a8be6a9ab /usr.bin
parentcd59115f93d379ef9583e1f0dcc870951de149b5 (diff)
downloadFreeBSD-src-e270f2d00ed1836c651e7c382050e15d534383a1.zip
FreeBSD-src-e270f2d00ed1836c651e7c382050e15d534383a1.tar.gz
Update whois synopsis and usage with new options
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/whois/whois.12
-rw-r--r--usr.bin/whois/whois.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1
index 247a498..bcc770c 100644
--- a/usr.bin/whois/whois.1
+++ b/usr.bin/whois/whois.1
@@ -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 ...
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 2cb7f32..6be6c40 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -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);
}
OpenPOWER on IntegriCloud