diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-21 23:29:45 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-21 23:29:45 +0000 |
commit | 22b0bc8d3b6e55fc50e647ca59426403230d97e9 (patch) | |
tree | 1271cf71d79282c3332cefa9c382936f3b29d183 /docs/busybox.pod | |
parent | a61a442f9edbcb8fb143b2e3b93c60a78da921bf (diff) | |
download | busybox-w32-22b0bc8d3b6e55fc50e647ca59426403230d97e9.tar.gz busybox-w32-22b0bc8d3b6e55fc50e647ca59426403230d97e9.tar.bz2 busybox-w32-22b0bc8d3b6e55fc50e647ca59426403230d97e9.zip |
Fix a silly bug so it compiles up properly
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@974 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | docs/busybox.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index a2d4e02bd..e68b41b68 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -633,6 +633,7 @@ Options: | |||
633 | -u, --unqote Do not quote the output\n" | 633 | -u, --unqote Do not quote the output\n" |
634 | 634 | ||
635 | Example: | 635 | Example: |
636 | |||
636 | $ cat getopt.test | 637 | $ cat getopt.test |
637 | #!/bin/sh | 638 | #!/bin/sh |
638 | GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \ | 639 | GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \ |
@@ -2107,4 +2108,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2107 | 2108 | ||
2108 | =cut | 2109 | =cut |
2109 | 2110 | ||
2110 | # $Id: busybox.pod,v 1.63 2000/08/21 22:46:33 andersen Exp $ | 2111 | # $Id: busybox.pod,v 1.64 2000/08/21 23:29:45 andersen Exp $ |