From 6e062fe1b777fc16c0e0e2effd2669843a5a89f3 Mon Sep 17 00:00:00 2001 From: Guy Helmer Date: Tue, 2 Mar 1999 02:35:57 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3 index 3f6f547ce19..8a0c3e09698 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"