From 66b5281887fd0b549fb1c749e60e79cd3ac32986 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 13 Mar 2015 19:58:42 +0000 Subject: remove the first comma from constructs like ", and," and ", or,": you can use "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading; --- usr.sbin/procmap/procmap.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/procmap') diff --git a/usr.sbin/procmap/procmap.1 b/usr.sbin/procmap/procmap.1 index 9223a3132aa..34fca120310 100644 --- a/usr.sbin/procmap/procmap.1 +++ b/usr.sbin/procmap/procmap.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: procmap.1,v 1.19 2014/11/16 12:31:01 deraadt Exp $ +.\" $OpenBSD: procmap.1,v 1.20 2015/03/13 19:58:41 jmc Exp $ .\" $NetBSD: pmap.1,v 1.6 2003/01/19 21:25:43 atatat Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 16 2014 $ +.Dd $Mdocdate: March 13 2015 $ .Dt PROCMAP 1 .Os .Sh NAME @@ -47,7 +47,7 @@ The .Nm utility lists the virtual memory mappings underlying the given process. -The start address of each entry is always given, and, +The start address of each entry is always given and, depending on the options given, other information such as the end address, the underlying file's device and inode numbers, and various protection information will be displayed, along with the path to the -- cgit v1.2.3