diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-09-02 21:18:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-09-02 21:18:42 +0000 |
commit | 4d92fcb5fc5df9719fcbdcfe0cc532b29008e9d5 (patch) | |
tree | a4cad803c03ee0c200bfa6a98fcd6bc9264ee991 /usr.bin/find | |
parent | 948605961feb3cc5dde9787c888307a37ac52af6 (diff) |
More correction of section 3 layout. directory->opendir, fts->fts_open,
getcap->cgetent. pwcache->user_from_uid. And then repair references.
ok jmc
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index fb8385291f7..2b7d87a567d 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.97 2019/08/23 12:48:14 kn Exp $ +.\" $OpenBSD: find.1,v 1.98 2019/09/02 21:18:41 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: August 23 2019 $ +.Dd $Mdocdate: September 2 2019 $ .Dt FIND 1 .Os .Sh NAME @@ -593,7 +593,7 @@ or .Xr which 1 , .Xr xargs 1 , .Xr stat 2 , -.Xr fts 3 , +.Xr fts_open 3 , .Xr glob 7 , .Xr symlink 7 .Sh STANDARDS |