From 6381de4c64bda475eb00a7009bb64d49cee430d5 Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 7 Dec 1998 05:17:53 +0000 Subject: Add links to getmntinfo(3) and getfsstat(2) --- lib/libc/sys/getfsstat.2 | 3 ++- lib/libc/sys/mount.2 | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libc/sys') 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 -- cgit