diff options
| author | abs <abs@NetBSD.org> | 1998-12-07 05:17:53 +0000 |
|---|---|---|
| committer | abs <abs@NetBSD.org> | 1998-12-07 05:17:53 +0000 |
| commit | 6381de4c64bda475eb00a7009bb64d49cee430d5 (patch) | |
| tree | 5986d43ac4a042a6bb15cc2ace19e6b1e9b273b9 /lib/libc/sys | |
| parent | 14b18ffcb5dc722ef6b7d955ceda81de670d7b22 (diff) | |
Add links to getmntinfo(3) and getfsstat(2)
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/getfsstat.2 | 3 | ||||
| -rw-r--r-- | lib/libc/sys/mount.2 | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2 index a7e41cedbda..01aaf7a0b2d 100644 --- a/lib/libc/sys/getfsstat.2 +++ b/lib/libc/sys/getfsstat.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getfsstat.2,v 1.12 1998/08/29 08:32:37 lukem Exp $ +.\" $NetBSD: getfsstat.2,v 1.13 1998/12/07 05:17:53 abs Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -158,6 +158,7 @@ An error occurred while reading from or writing to the file system. .El .Sh SEE ALSO +.Xr getmntinfo 2 , .Xr statfs 2 , .Xr fstab 5 , .Xr mount 8 diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 7a66b581834..67ef40d579f 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount.2,v 1.17 1998/08/29 08:32:39 lukem Exp $ +.\" $NetBSD: mount.2,v 1.18 1998/12/07 05:17:53 abs Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -339,6 +339,8 @@ or mount can also fail if the maximum number of file systems are currently mounted. .Sh SEE ALSO +.Xr getfsstat 2 , +.Xr getmntinfo 3 , .Xr mount 8 , .Xr umount 8 , .Xr sysctl 8 |
