diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-12 22:30:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-12 22:30:31 +0000 |
commit | 0d5835a7674e8f36a5669e567be32d53dff401ac (patch) | |
tree | 3c1d3bf709d7b38dbc74323c5eb2d5a339bca00b /docs | |
parent | 872138de50b1c5bbf105b0243f5778fcb02b310b (diff) | |
download | busybox-0d5835a7674e8f36a5669e567be32d53dff401ac.tar.gz |
Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make
hostname do "--file"
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 4 | ||||
-rw-r--r-- | docs/busybox.sgml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index c9f71cfe7..49048171d 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -827,7 +827,7 @@ Options: -s Short -i Addresses for the hostname -d DNS domain name - -F FILE Use the contents of FILE to specify the hostname + -F, --file FILE Use the contents of FILE to specify the hostname Example: @@ -2261,4 +2261,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.74 2000/09/26 22:20:06 andersen Exp $ +# $Id: busybox.pod,v 1.75 2000/10/12 22:30:31 andersen Exp $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 9c38979b7..8b015d370 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -1397,10 +1397,10 @@ <para> <screen> - -s Short - -i Addresses for the hostname - -d DNS domain name - -F FILE Use the contents of FILE to specify the hostname + -s Short + -i Addresses for the hostname + -d DNS domain name + -F, --file FILE Use the contents of FILE to specify the hostname </screen> </para> |