aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html
index fee207486..af20366b6 100644
--- a/docs/busybox.net/FAQ.html
+++ b/docs/busybox.net/FAQ.html
@@ -567,7 +567,7 @@ for failure and abort the program with an error message so the caller doesn't
567have to test the return value (xmalloc(), xstrdup(), etc), wrapped versions 567have to test the return value (xmalloc(), xstrdup(), etc), wrapped versions
568of open(), close(), read(), and write() that test for their own failures 568of open(), close(), read(), and write() that test for their own failures
569and/or retry automatically, linked list management functions (llist.c), 569and/or retry automatically, linked list management functions (llist.c),
570command line argument parsing (getopt_ulflags.c), and a whole lot more.</p> 570command line argument parsing (getopt32.c), and a whole lot more.</p>
571 571
572<hr /> 572<hr />
573<p> 573<p>