diff options
| author | nathanw <nathanw@NetBSD.org> | 2000-10-07 16:48:24 +0000 |
|---|---|---|
| committer | nathanw <nathanw@NetBSD.org> | 2000-10-07 16:48:24 +0000 |
| commit | 76bc7abc935bd0b69ee8008b46f963bfaea5dfd4 (patch) | |
| tree | 365fd998bd3e3618afc95469d5623c60fcb8216c /lib/libc/sys/stat.2 | |
| parent | 1d5d9b5b60b451adcd8572a5395cc273590f6efa (diff) | |
Use ".Fa stat" instead of ".Fn stat" when referring to the structure
rather than the function.
Diffstat (limited to 'lib/libc/sys/stat.2')
| -rw-r--r-- | lib/libc/sys/stat.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index aea7df378cf..ccb7c0d1b0f 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.19 2000/06/29 03:26:57 sommerfeld Exp $ +.\" $NetBSD: stat.2,v 1.20 2000/10/07 16:48:24 nathanw Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -81,7 +81,7 @@ known by the file descriptor The .Fa sb argument is a pointer to a -.Fn stat +.Fa stat structure as defined by .Aq Pa sys/stat.h |
