diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 18:52:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 18:52:59 +0000 |
commit | 767bf78c2645917690f484438f183e25a8842f1c (patch) | |
tree | b9cb675ea90e8492e92d2adaf2bf4d1f5a157343 | |
parent | 51e75d8ec3dc376b60d9f8af08728b9a7767dfd0 (diff) |
double words from Tom Cosgrove;
-rw-r--r-- | lib/libc/gen/ftw.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/ftw.3 b/lib/libc/gen/ftw.3 index 53c72eb0539..a12085e0e96 100644 --- a/lib/libc/gen/ftw.3 +++ b/lib/libc/gen/ftw.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftw.3,v 1.3 2003/07/23 06:55:52 jmc Exp $ +.\" $OpenBSD: ftw.3,v 1.4 2003/10/30 18:52:58 jmc Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -177,7 +177,7 @@ function may fail and set .Va errno for any of the errors specified for .Xr chdir 2 . -In addition, either function may may fail and set +In addition, either function may fail and set .Va errno as follows: .Bl -tag -width Er @@ -200,7 +200,6 @@ argument is less than 1 or greater than The .Fn ftw and -and .Fn nftw functions conform to .St -p1003.1-01 . |