From 16a97b8591d5bdd7ddaf6ab8699ee5325671908d Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 23 Nov 2005 15:41:36 +0000 Subject: [PATCH] Make SYNOPSIS compile. --- lib/libc/gen/ftw.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/ftw.3 b/lib/libc/gen/ftw.3 index 447272abb9d..ba8859b4a33 100644 --- a/lib/libc/gen/ftw.3 +++ b/lib/libc/gen/ftw.3 @@ -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