diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-06 11:13:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-06 11:13:47 +0200 |
commit | 7571046dc2c165c8282d6af78f3e79a849216863 (patch) | |
tree | 30b0be1b2511767ed33e45fcba84a5d12c58d381 /man/man1 | |
parent | e470ae1d239e3f7928688441a57d365e2a97ee65 (diff) |
Moved manual to another location
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/host.1 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/man/man1/host.1 b/man/man1/host.1 deleted file mode 100644 index 8f426ff..0000000 --- a/man/man1/host.1 +++ /dev/null @@ -1,26 +0,0 @@ -.TH HOST 1 "2009-08-18" "host v0.0" "host" -.if n .ad l -.nh - -.SH "NAME" - -host \- 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" -Only perfom IPv4 lookups -.IP "\fB-6\fR" -Only perform IPv6 lookups -.IP "\fB-r\fR" -Always print the RDNS |