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/busybox.sgml | |
parent | 872138de50b1c5bbf105b0243f5778fcb02b310b (diff) | |
download | busybox-w32-0d5835a7674e8f36a5669e567be32d53dff401ac.tar.gz busybox-w32-0d5835a7674e8f36a5669e567be32d53dff401ac.tar.bz2 busybox-w32-0d5835a7674e8f36a5669e567be32d53dff401ac.zip |
Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make
hostname do "--file"
-Erik
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r-- | docs/busybox.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
1397 | 1397 | ||
1398 | <para> | 1398 | <para> |
1399 | <screen> | 1399 | <screen> |
1400 | -s Short | 1400 | -s Short |
1401 | -i Addresses for the hostname | 1401 | -i Addresses for the hostname |
1402 | -d DNS domain name | 1402 | -d DNS domain name |
1403 | -F FILE Use the contents of FILE to specify the hostname | 1403 | -F, --file FILE Use the contents of FILE to specify the hostname |
1404 | </screen> | 1404 | </screen> |
1405 | </para> | 1405 | </para> |
1406 | 1406 | ||