diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/FAQ.html | 2 |
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 | |||
567 | have to test the return value (xmalloc(), xstrdup(), etc), wrapped versions | 567 | have to test the return value (xmalloc(), xstrdup(), etc), wrapped versions |
568 | of open(), close(), read(), and write() that test for their own failures | 568 | of open(), close(), read(), and write() that test for their own failures |
569 | and/or retry automatically, linked list management functions (llist.c), | 569 | and/or retry automatically, linked list management functions (llist.c), |
570 | command line argument parsing (getopt_ulflags.c), and a whole lot more.</p> | 570 | command line argument parsing (getopt32.c), and a whole lot more.</p> |
571 | 571 | ||
572 | <hr /> | 572 | <hr /> |
573 | <p> | 573 | <p> |