Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Simplify macro usage. No visible change.
details: https://anonhg.NetBSD.org/src/rev/023e3d89602b
branches: trunk
changeset: 433801:023e3d89602b
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Oct 05 15:37:26 2018 +0000
description:
Simplify macro usage. No visible change.
diffstat:
share/man/man9/fstrans.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 799511987e8e -r 023e3d89602b share/man/man9/fstrans.9
--- a/share/man/man9/fstrans.9 Fri Oct 05 11:59:05 2018 +0000
+++ b/share/man/man9/fstrans.9 Fri Oct 05 15:37:26 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fstrans.9,v 1.27 2018/10/05 09:51:55 hannken Exp $
+.\" $NetBSD: fstrans.9,v 1.28 2018/10/05 15:37:26 wiz Exp $
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -238,7 +238,7 @@
will be called for every buffer
.Fa bp
written through this file system as
-.Dl Fa func Ns Li "(" Ns Fa cookie Ns Li "," Fa bp Ns Li "," Fa data_valid Ns Li ")"
+.Dl Fa func Ns ( Fa cookie , Fa bp , Fa data_valid )
where
.Fa data_valid
is true if and only if the buffer
Home |
Main Index |
Thread Index |
Old Index