diff options
| author | simonb <simonb@NetBSD.org> | 2002-04-29 01:41:43 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2002-04-29 01:41:43 +0000 |
| commit | eb0846961ea97ec3f03c0cf2dbe77e90bfa7db6f (patch) | |
| tree | 54fa6023647b3f877883bf435bb10ee0d8304b26 /lib/libc/sys/stat.2 | |
| parent | cb3d9867b6eab4530daf4e261bc679b2a1859388 (diff) | |
Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.
Diffstat (limited to 'lib/libc/sys/stat.2')
| -rw-r--r-- | lib/libc/sys/stat.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index dd3905090a8..c8e1be5d280 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.26 2002/02/08 01:28:22 ross Exp $ +.\" $NetBSD: stat.2,v 1.27 2002/04/29 01:41:46 simonb Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]sys/types.h\*[Gt] .Fd #include \*[Lt]sys/stat.h\*[Gt] .Ft int .Fn stat "const char *path" "struct stat *sb" |
