Module Name: src
Committed By: jruoho
Date: Tue Jan 26 21:40:34 UTC 2010
Modified Files:
src/share/man/man9: fileassoc.9
Log Message:
Capitalize one more title. Use a complete sentence in CODE REFERENCES.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/share/man/man9/fileassoc.9:1.24
--- src/share/man/man9/fileassoc.9:1.23 Tue Jan 26 21:37:02 2010
+++ src/share/man/man9/fileassoc.9 Tue Jan 26 21:40:34 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: fileassoc.9,v 1.23 2010/01/26 21:37:02 jruoho Exp $
+.\" $NetBSD: fileassoc.9,v 1.24 2010/01/26 21:40:34 jruoho Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -202,7 +202,7 @@
private data structure and indication of
.Dv FILEASSOC_CLEANUP_FILE .
.El
-.Ss Fileassoc-specific Routines
+.Ss FILEASSOC-SPECIFIC ROUTINES
.Bl -tag -width "123456"
.It Fn fileassoc_add "vp" "id" "data"
Add private data in
@@ -330,7 +330,10 @@
.Nm ,
see the Veriexec code.
.Sh CODE REFERENCES
-.Pa src/sys/kern/kern_fileassoc.c
+The
+.Nm
+is implemented within
+.Pa src/sys/kern/kern_fileassoc.c .
.Sh HISTORY
The
.Nm