diff options
| author | jtc <jtc@NetBSD.org> | 1995-10-12 15:40:27 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-10-12 15:40:27 +0000 |
| commit | b5d1933995820aba9a7dedc97aec9eb55edeb429 (patch) | |
| tree | ffb8ac824dffb475d03b3cbe538f9bf82d0aa26c /lib/libcompat | |
| parent | 0e3da40dbe86a977eabb7356e20877fbd6f1c3f5 (diff) | |
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
section with the actual function declarations. See PR #1589 for details.
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/4.4/getdirentries.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/4.4/getdirentries.3 b/lib/libcompat/4.4/getdirentries.3 index d1351aae18d..57b2cd29e3c 100644 --- a/lib/libcompat/4.4/getdirentries.3 +++ b/lib/libcompat/4.4/getdirentries.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getdirentries.3,v 1.6 1995/02/27 12:32:41 cgd Exp $ +.\" $NetBSD: getdirentries.3,v 1.7 1995/10/12 15:40:50 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ .Nm getdirentries .Nd "get directory entries in a filesystem independent format" .Sh SYNOPSIS -.Fd #include <sys/dirent.h> +.Fd #include <dirent.h> .Ft int .Fn getdirentries "int fd" "char *buf" "int nbytes" "long *basep" .Sh DESCRIPTION |
