Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Remove a trailing dot to match all other items ...



details:   https://anonhg.NetBSD.org/src/rev/70fb434ee9f5
branches:  trunk
changeset: 572429:70fb434ee9f5
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Jan 02 19:39:43 2005 +0000

description:
Remove a trailing dot to match all other items in the same list.

diffstat:

 lib/libc/sys/intro.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c32ca900bb99 -r 70fb434ee9f5 lib/libc/sys/intro.2
--- a/lib/libc/sys/intro.2      Sun Jan 02 19:38:49 2005 +0000
+++ b/lib/libc/sys/intro.2      Sun Jan 02 19:39:43 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.2,v 1.40 2004/07/03 17:36:51 mycroft Exp $
+.\"    $NetBSD: intro.2,v 1.41 2005/01/02 19:39:43 jmmv Exp $
 .\"
 .\" Copyright (c) 1980, 1983, 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -474,7 +474,7 @@
 .El
 .Sh DEFINITIONS
 .Bl -tag -width Ds
-.It Process ID .
+.It Process ID
 Each active process in the system is uniquely identified by a non-negative
 integer called a process ID.
 The range of this ID is from 0 to 30000.



Home | Main Index | Thread Index | Old Index