Module Name:    src
Committed By:   wiz
Date:           Thu Apr 22 06:55:07 UTC 2010

Modified Files:
        src/share/man/man3: types.3

Log Message:
Get rid of some unnecessary whitespace.
Add backslash before a dash to get a minus.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/types.3

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/man3/types.3
diff -u src/share/man/man3/types.3:1.2 src/share/man/man3/types.3:1.3
--- src/share/man/man3/types.3:1.2	Thu Apr 22 06:49:56 2010
+++ src/share/man/man3/types.3	Thu Apr 22 06:55:07 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: types.3,v 1.2 2010/04/22 06:49:56 jruoho Exp $
+.\"	$NetBSD: types.3,v 1.3 2010/04/22 06:55:07 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -130,19 +130,18 @@
 .It
 The type
 .Em ssize_t
-is capable of storing integer values at least in the range [ -1,
-.Dv SSIZE_MAX
-].
+is capable of storing integer values at least in the range [\-1,
+.Dv SSIZE_MAX ] .
 .It
 The type
 .Em useconds_t
 is an unsigned integer capable of storing
-values at least in the range [ 0, 1000000 ].
+values at least in the range [0, 1000000].
 .It
 The type
 .Em suseconds_t
 is a signed integer capable of storing
-values at least in the range [ -1, 1000000 ].
+values at least in the range [\-1, 1000000].
 .It
 The
 .Em time_t

Reply via email to