Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Fix typo noted by NAKAJIMA Yoshihiro in PR l...



details:   https://anonhg.NetBSD.org/src/rev/c428c9267dfd
branches:  trunk
changeset: 471646:c428c9267dfd
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 06 19:44:42 1999 +0000

description:
Fix typo noted by NAKAJIMA Yoshihiro in PR lib/7328.

diffstat:

 lib/libc/stdlib/system.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r eb0240823760 -r c428c9267dfd lib/libc/stdlib/system.3
--- a/lib/libc/stdlib/system.3  Tue Apr 06 19:43:04 1999 +0000
+++ b/lib/libc/stdlib/system.3  Tue Apr 06 19:44:42 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: system.3,v 1.9 1998/02/05 18:50:21 perry Exp $
+.\"    $NetBSD: system.3,v 1.10 1999/04/06 19:44:42 tron Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -99,4 +99,4 @@
 conforms to
 .St -ansiC 
 and
-.St -1003.2-92 .
+.St -p1003.2-92 .



Home | Main Index | Thread Index | Old Index