Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Get rid of some unnecessary whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b59e30b64cb9
branches:  trunk
changeset: 754155:b59e30b64cb9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 22 06:55:07 2010 +0000

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

diffstat:

 share/man/man3/types.3 |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 0892203acc3b -r b59e30b64cb9 share/man/man3/types.3
--- a/share/man/man3/types.3    Thu Apr 22 06:49:56 2010 +0000
+++ b/share/man/man3/types.3    Thu Apr 22 06:55:07 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index