Module Name:    src
Committed By:   njoly
Date:           Mon Feb 21 13:42:57 UTC 2011

Modified Files:
        src/common/lib/libprop: prop_array.3 prop_dictionary.3

Log Message:
Fix section for umask xrefs.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/common/lib/libprop/prop_array.3
cvs rdiff -u -r1.16 -r1.17 src/common/lib/libprop/prop_dictionary.3

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

Modified files:

Index: src/common/lib/libprop/prop_array.3
diff -u src/common/lib/libprop/prop_array.3:1.11 src/common/lib/libprop/prop_array.3:1.12
--- src/common/lib/libprop/prop_array.3:1.11	Mon Dec 14 06:03:23 2009
+++ src/common/lib/libprop/prop_array.3	Mon Feb 21 13:42:57 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prop_array.3,v 1.11 2009/12/14 06:03:23 dholland Exp $
+.\"	$NetBSD: prop_array.3,v 1.12 2011/02/21 13:42:57 njoly Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -253,7 +253,7 @@
 The file is saved with the mode
 .Dv 0666
 as modified by the process's file creation mask
-.Pq see Xr umask 3
+.Pq see Xr umask 2
 and is written atomically.
 Returns
 .Dv false

Index: src/common/lib/libprop/prop_dictionary.3
diff -u src/common/lib/libprop/prop_dictionary.3:1.16 src/common/lib/libprop/prop_dictionary.3:1.17
--- src/common/lib/libprop/prop_dictionary.3:1.16	Wed Feb  2 16:37:27 2011
+++ src/common/lib/libprop/prop_dictionary.3	Mon Feb 21 13:42:57 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prop_dictionary.3,v 1.16 2011/02/02 16:37:27 plunky Exp $
+.\"	$NetBSD: prop_dictionary.3,v 1.17 2011/02/21 13:42:57 njoly Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -305,7 +305,7 @@
 The file is saved with the mode
 .Dv 0666
 as modified by the process's file creation mask
-.Pq see Xr umask 3
+.Pq see Xr umask 2
 and is written atomically.
 Returns
 .Dv false

Reply via email to