From 0ccd02ebae1308d7b73cb5aa257f7cb0a1d1b805 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Fri, 26 Jul 2013 22:10:16 -0500 Subject: [PATCH] doc: kdb manpage fixes Add the missing -numeric and -long options. Change-Id: I83776e64a161bc0a3ca9260944570799c506bbac Reviewed-on: http://gerrit.openafs.org/10408 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- doc/man-pages/pod8/kdb.pod | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/man-pages/pod8/kdb.pod b/doc/man-pages/pod8/kdb.pod index 29b7ac8..e1c00fb 100644 --- a/doc/man-pages/pod8/kdb.pod +++ b/doc/man-pages/pod8/kdb.pod @@ -8,7 +8,8 @@ kdb - Displays log or privileged actions performed by the Authentication Server
B S<<< [B<-dbmfile> >] >>> - S<<< [B<-key> >] >>> [B<-help>] + S<<< [B<-key> >] >>> + [B<-long>] [B<-numeric>] [B<-help>] =for html
@@ -51,6 +52,15 @@ F and F files in the F directory. Specifies each entry to be displayed from the indicated file. +=item B<-long> + +When printing all entries, print out detailed information for each entry. + +=item B<-numeric> + +Do not resolve IP addresses to hostnames, and instead print out numeric IP +addresses. + =item B<-help> Prints the online help for this command. All other valid options are -- 1.9.4