diff options
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 |