Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 statfs(2) was removed, don't reference it usi...



details:   https://anonhg.NetBSD.org/src/rev/77fddbe1ddd5
branches:  trunk
changeset: 815886:77fddbe1ddd5
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Mon Jun 06 15:02:32 2016 +0000

description:
statfs(2) was removed, don't reference it using .Xr

diffstat:

 share/man/man5/statvfs.5 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 97be68baa248 -r 77fddbe1ddd5 share/man/man5/statvfs.5
--- a/share/man/man5/statvfs.5  Mon Jun 06 14:45:15 2016 +0000
+++ b/share/man/man5/statvfs.5  Mon Jun 06 15:02:32 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: statvfs.5,v 1.13 2013/04/05 17:33:06 christos Exp $
+.\"    $NetBSD: statvfs.5,v 1.14 2016/06/06 15:02:32 abhinav Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)statfs.2    8.5 (Berkeley) 5/24/95
 .\"
-.Dd April 5, 2013
+.Dd June 2, 2016
 .Dt STATVFS 5
 .Os
 .Sh NAME
@@ -150,7 +150,7 @@
 .Fa f_flags
 field in the
 .Bx 4.3
-.Xr statfs 2
+.Ic statfs
 system call.
 .It f_fsid
 Is defined to be
@@ -163,7 +163,7 @@
 field.
 .It f_bavail
 Could historically be negative (in the
-.Xr statfs 2
+.Ic statfs
 system call) when the used space has exceeded
 the non-superuser free space.
 In order to comply with the X/Open standard, we have to define



Home | Main Index | Thread Index | Old Index