https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208852
Bug ID: 208852
Summary: lsearch(3) man page: missing terminating '"' on printf
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Hello,
I've found an error into the example of lsearch man page.
All printf' functions are unterminated, using 0 instead of \n"
printf("Bad input0);
printf("Element found: %d0, *(int *)element);
printf("Element not found0);
Also, int argc, char**argv into main is useless.
Regards.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"