Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 And actually remove the double-negative that ...



details:   https://anonhg.NetBSD.org/src/rev/af2ebb1a7cfd
branches:  trunk
changeset: 823450:af2ebb1a7cfd
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Apr 23 06:34:07 2017 +0000

description:
And actually remove the double-negative that triggered this series of
minor commits!  Thanks, Abhinav, for pointing out my typo!

diffstat:

 share/man/man9/file.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 56f6b0ea1917 -r af2ebb1a7cfd share/man/man9/file.9
--- a/share/man/man9/file.9     Sun Apr 23 06:23:25 2017 +0000
+++ b/share/man/man9/file.9     Sun Apr 23 06:34:07 2017 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: file.9,v 1.17 2017/04/23 06:23:25 pgoyette Exp $
+.\"     $NetBSD: file.9,v 1.18 2017/04/23 06:34:07 pgoyette Exp $
 .\"
 .\" Copyright (c) 2002, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -224,7 +224,7 @@
 .Xr falloc 9 .
 .It Fn FILE_IS_USABLE "fp"
 Ensure that the file entry is usable by ensuring that neither the
-FIF_WANTCLOSE flag nor the FIF_LARVAL flag is not set in
+FIF_WANTCLOSE flag nor the FIF_LARVAL flag is set in
 .Em f_iflags .
 .It Fn FILE_USE "fp"
 Increment the reference count on file entry



Home | Main Index | Thread Index | Old Index