Fixed missing include in synopsis.

Removed superfluous quoting of function name in .Fo macro.  My synopsis
checker doesn't understand it.
This commit is contained in:
Bruce Evans 2000-01-05 16:31:12 +00:00
parent 3418fe8734
commit 2e22df0b11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55461

View File

@ -37,9 +37,10 @@
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
.Fd #include <stdio.h>
.Fd #include <libutil.h>
.Ft "char *"
.Fo "fparseln"
.Fo fparseln
.Fa "FILE *stream" "size_t *len" "size_t *lineno"
.Fa "const char delim[3]" "int flags"
.Fc