Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 New sentence, new line. Punctuation formattin...
details: https://anonhg.NetBSD.org/src/rev/b6220ab48d2a
branches: trunk
changeset: 330920:b6220ab48d2a
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jul 25 08:38:29 2014 +0000
description:
New sentence, new line. Punctuation formatting nits.
diffstat:
share/man/man9/vnodeops.9 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r a0c8e71c2b67 -r b6220ab48d2a share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Fri Jul 25 08:35:40 2014 +0000
+++ b/share/man/man9/vnodeops.9 Fri Jul 25 08:38:29 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnodeops.9,v 1.95 2014/07/25 08:16:47 dholland Exp $
+.\" $NetBSD: vnodeops.9,v 1.96 2014/07/25 08:38:29 wiz Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -42,8 +42,8 @@
.Nm VOP_SETATTR ,
.Nm VOP_READ ,
.Nm VOP_WRITE ,
-.Nm VOP_FALLOCATE,
-.Nm VOP_FDISCARD,
+.Nm VOP_FALLOCATE ,
+.Nm VOP_FDISCARD ,
.Nm VOP_IOCTL ,
.Nm VOP_FCNTL ,
.Nm VOP_POLL ,
@@ -688,8 +688,8 @@
.Fa len
arguments (specified in bytes) name an extent within the file.
The blocks underlying this range, rounding down at the top and up at
-the bottom if needed, are checked. If any physical storage is used,
-it is deallocated.
+the bottom if needed, are checked.
+If any physical storage is used, it is deallocated.
This operation creates
.Dq holes
in files.
Home |
Main Index |
Thread Index |
Old Index