diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-31 16:51:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-31 16:51:39 +0000 |
commit | fbb007212bb551796932ed005cb8565568daa59b (patch) | |
tree | c3339905e8c6102f71f0cb4da36bc2c19fa5826a /lib | |
parent | 3032f5d4a4d2beaf35f5963eac589bdef8c634d9 (diff) |
glob(3) is not xpg4.2 compliant yet
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/glob.3 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index a91404e5ea9..0541c15fab0 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.3,v 1.4 1997/09/01 18:40:32 millert Exp $ +.\" $OpenBSD: glob.3,v 1.5 1998/01/31 16:51:38 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -452,10 +452,3 @@ for any of the errors specified for the library routines .Xr malloc 3 , and .Xr free 3 . -.Sh STANDARDS -The -.Fn basename -and -.Fn dirname -functions conform to -.St -xpg4.2 . |