diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-10-19 17:23:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-10-19 17:23:30 +0200 |
commit | da60589511988c61be586502bab81c335d9470e8 (patch) | |
tree | 88528a2e5ee4c4e0d3ebb15ba8280b46fc37f2fd | |
parent | 7571046dc2c165c8282d6af78f3e79a849216863 (diff) |
Change host(1) formatting a bit
-rw-r--r-- | man/1/host | 27 |
1 files changed, 11 insertions, 16 deletions
@@ -1,26 +1,21 @@ -.TH HOST 1 "2009-08-18" "host v0.0" "host" -.if n .ad l -.nh - +.TH HOST 1 "2009-10-19" "Daniel Friesel" "User Commands" .SH "NAME" - -host \- look up hostnames or IPs - +\fBhost\fR \- look up hostnames or IPs .SH "SYNOPSIS" - \fBhost\fR [\fB-46r\fR] \fIhost\fR - .SH "DESCRIPTION" - \fBhost\fR looks up \fIhost\fR (hostname or IP address) and returns the results, one item per line. That is, it will either perform a DNS or RDNS lookup, depending on the input. - -.SS "OPTIONS" - -.IP "\fB-4\fR" +.SH "OPTIONS" +.TP +\fB-4\fR Only perfom IPv4 lookups -.IP "\fB-6\fR" + +.TP +\fB-6\fR Only perform IPv6 lookups -.IP "\fB-r\fR" + +.TP +\fB-r\fR Always print the RDNS |