diff options
author | 2005-06-18 18:09:42 +0000 | |
---|---|---|
committer | 2005-06-18 18:09:42 +0000 | |
commit | 8ec6394d0452860e2cd8ebf7866c1567745563e6 (patch) | |
tree | eac1babb64a337027f260e42dba65c263c5249cb /lib/libc | |
parent | maintain correspondence between original archive file names and rewritten (diff) | |
download | wireguard-openbsd-8ec6394d0452860e2cd8ebf7866c1567745563e6.tar.xz wireguard-openbsd-8ec6394d0452860e2cd8ebf7866c1567745563e6.zip |
Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getdirentries.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2 index 896803c3353..e41581625a4 100644 --- a/lib/libc/sys/getdirentries.2 +++ b/lib/libc/sys/getdirentries.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdirentries.2,v 1.18 2005/02/23 20:24:57 robert Exp $ +.\" $OpenBSD: getdirentries.2,v 1.19 2005/06/18 18:09:42 millert Exp $ .\" $NetBSD: getdirentries.2,v 1.7 1995/10/12 15:40:50 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -91,9 +91,8 @@ is the type of file, where the following are possible types: .Dv DT_BLK , .Dv DT_REG , .Dv DT_LNK , -.Dv DT_SOCK , and -.Dv DT_WHT . +.Dv DT_SOCK . .Pp The .Fa d_namlen |