Module Name: src
Committed By: uwe
Date: Sat Apr 9 13:38:20 UTC 2016
Modified Files:
src/share/man/man9: pslist.9
Log Message:
Use \(em for em-dash.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/share/man/man9/pslist.9:1.5
--- src/share/man/man9/pslist.9:1.4 Sat Apr 9 13:34:33 2016
+++ src/share/man/man9/pslist.9 Sat Apr 9 13:38:20 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: pslist.9,v 1.4 2016/04/09 13:34:33 uwe Exp $
+.\" $NetBSD: pslist.9,v 1.5 2016/04/09 13:38:20 uwe Exp $
.\"
.\" Copyright (c) 2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -127,7 +127,7 @@ before it may be reused.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh EXCLUSIVE OPERATIONS
The following operations may be performed on list heads and entries
-when the caller has exclusive access to them -- no parallel writers or
+when the caller has exclusive access to them \(em no parallel writers or
readers may have access to the same objects.
.\""""""""""""""""
.Bl -tag -width abcd
@@ -185,7 +185,7 @@ early; see
The following operations may be performed on list heads and entries
when the caller has exclusive
.Em write
-access to them -- parallel readers for the same objects are allowed,
+access to them \(em parallel readers for the same objects are allowed,
but no parallel writers.
.\""""""""""""""""
.Bl -tag -width abcd
@@ -291,7 +291,7 @@ The caller must not modify the list whil
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh READER OPERATIONS
The following operations may be performed on list heads and entries
-when the caller is in a passively serialized read section -- see
+when the caller is in a passively serialized read section \(em see
.Xr pserialize 9 .
.Bl -tag -width abcd
.\""""""""""""""""