Module Name:    src
Committed By:   riastradh
Date:           Sat Apr  9 18:25:26 UTC 2016

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

Log Message:
Parrot markup for PTHREAD_MUTEX_INITIALIZER synopsis.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/pslist.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/pslist.9
diff -u src/share/man/man9/pslist.9:1.12 src/share/man/man9/pslist.9:1.13
--- src/share/man/man9/pslist.9:1.12	Sat Apr  9 18:10:41 2016
+++ src/share/man/man9/pslist.9	Sat Apr  9 18:25:26 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pslist.9,v 1.12 2016/04/09 18:10:41 riastradh Exp $
+.\"	$NetBSD: pslist.9,v 1.13 2016/04/09 18:25:26 riastradh Exp $
 .\"
 .\" Copyright (c) 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,8 +38,8 @@
 .Sh SYNOPSIS
 .In sys/pslist.h
 .\" Exclusive operations
-.Vt struct pslist_head PSLIST_INITIALIZER ;
-.Vt struct pslist_entry PSLIST_ENTRY_INITIALIZER ;
+.Vt struct pslist_head head No = Dv PSLIST_INITIALIZER ;
+.Vt struct pslist_entry entry No = Dv PSLIST_ENTRY_INITIALIZER ;
 .Ft void
 .Fn PSLIST_INIT "struct pslist_head *head"
 .Ft void

Reply via email to