Module Name: src
Committed By: pgoyette
Date: Thu Dec 1 01:06:12 UTC 2016
Modified Files:
src/share/man/man9: fileassoc.9
Log Message:
orrect the text for fileassoc_table_run() - it takes two parameters.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man9/fileassoc.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/fileassoc.9
diff -u src/share/man/man9/fileassoc.9:1.28 src/share/man/man9/fileassoc.9:1.29
--- src/share/man/man9/fileassoc.9:1.28 Tue Nov 8 02:43:29 2016
+++ src/share/man/man9/fileassoc.9 Thu Dec 1 01:06:12 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: fileassoc.9,v 1.28 2016/11/08 02:43:29 pgoyette Exp $
+.\" $NetBSD: fileassoc.9,v 1.29 2016/12/01 01:06:12 pgoyette Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 7, 2016
+.Dd December 1, 2016
.Dt FILEASSOC 9
.Os
.Sh NAME
@@ -186,9 +186,9 @@ being the second argument.
.Ar cb
is a function returning
.Ft void
-and receiving one
+and receiving two
.Ft "void *"
-parameter.
+parameters.
.El
.Ss FILE-SPECIFIC ROUTINES
.Bl -tag -width "123456"