Make SYNOPSIS compile.

This commit is contained in:
Ruslan Ermilov 2005-11-23 15:41:36 +00:00
parent 94a5f9be99
commit 16a97b8591
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152714

View file

@ -37,7 +37,7 @@
.Ft int
.Fo nftw
.Fa "const char *path"
.Fa "int \*[lp]*fn\*[rp]\*[lp](const char *, const struct stat *, int, struct FTW *\*[rp]"
.Fa "int \*[lp]*fn\*[rp]\*[lp]const char *, const struct stat *, int, struct FTW *\*[rp]"
.Fa "int maxfds"
.Fa "int flags"
.Fc