diff options
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: | |||
827 | -s Short | 827 | -s Short |
828 | -i Addresses for the hostname | 828 | -i Addresses for the hostname |
829 | -d DNS domain name | 829 | -d DNS domain name |
830 | -F FILE Use the contents of FILE to specify the hostname | 830 | -F, --file FILE Use the contents of FILE to specify the hostname |
831 | 831 | ||
832 | Example: | 832 | Example: |
833 | 833 | ||
@@ -2261,4 +2261,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2261 | 2261 | ||
2262 | =cut | 2262 | =cut |
2263 | 2263 | ||
2264 | # $Id: busybox.pod,v 1.74 2000/09/26 22:20:06 andersen Exp $ | 2264 | # $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 @@ | |||
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 | ||