Module Name:    src
Committed By:   wiz
Date:           Fri Jun 15 15:14:15 UTC 2018

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

Log Message:
Whitespace fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/module.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/module.9
diff -u src/share/man/man9/module.9:1.46 src/share/man/man9/module.9:1.47
--- src/share/man/man9/module.9:1.46	Sun Jun  3 10:34:59 2018
+++ src/share/man/man9/module.9	Fri Jun 15 15:14:15 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: module.9,v 1.46 2018/06/03 10:34:59 pgoyette Exp $
+.\"	$NetBSD: module.9,v 1.47 2018/06/15 15:14:15 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -503,7 +503,8 @@ The key identifier is returned in
 Deletes the specified specificdata_key
 .Fa key
 from the
-.Nm domain.
+.Nm
+domain.
 .It module_getspecific "module_t *mod" "specificdata_key_t key"
 Retrieves the value associated with
 .Fa key
@@ -516,7 +517,6 @@ as the value associated with
 .Fa key
 for module
 .Fa mod .
-
 .El
 .Sh PROGRAMMING CONSIDERATIONS
 The module subsystem is designed to be called recursively, but only within

Reply via email to