From 7a5b08f8064ffddcdf6e64a27cd8899b200fd529 Mon Sep 17 00:00:00 2001 From: ghelmer Date: Tue, 2 Mar 1999 02:35:57 +0000 Subject: Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h. PR: docs/9376 --- lib/libc/stdlib/getsubopt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3 index 3f6f547..8a0c3e0 100644 --- a/lib/libc/stdlib/getsubopt.3 +++ b/lib/libc/stdlib/getsubopt.3 @@ -38,7 +38,7 @@ .Nm getsubopt .Nd get sub options from an argument .Sh SYNOPSIS -.Fd #include +.Fd #include .Vt extern char *suboptarg .Ft int .Fn getsubopt "char **optionp" "char * const *tokens" "char **valuep" -- cgit v1.1