Module Name:    src
Committed By:   wiz
Date:           Fri Oct  5 15:37:26 UTC 2018

Modified Files:
        src/share/man/man9: fstrans.9

Log Message:
Simplify macro usage. No visible change.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/fstrans.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/fstrans.9
diff -u src/share/man/man9/fstrans.9:1.27 src/share/man/man9/fstrans.9:1.28
--- src/share/man/man9/fstrans.9:1.27	Fri Oct  5 09:51:55 2018
+++ src/share/man/man9/fstrans.9	Fri Oct  5 15:37:26 2018
@@ -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 @@ The function
 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

Reply via email to