From 2e22df0b1169383e119e1128a21966dee040214a Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 5 Jan 2000 16:31:12 +0000 Subject: [PATCH] Fixed missing include in synopsis. Removed superfluous quoting of function name in .Fo macro. My synopsis checker doesn't understand it. --- lib/libutil/fparseln.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3 index ea1facd4566a..04d94f127f64 100644 --- a/lib/libutil/fparseln.3 +++ b/lib/libutil/fparseln.3 @@ -37,9 +37,10 @@ .Sh LIBRARY .Lb libutil .Sh SYNOPSIS +.Fd #include .Fd #include .Ft "char *" -.Fo "fparseln" +.Fo fparseln .Fa "FILE *stream" "size_t *len" "size_t *lineno" .Fa "const char delim[3]" "int flags" .Fc