Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/regex Boring whitespace fix.



details:   https://anonhg.NetBSD.org/src/rev/4ecdbc90fb9e
branches:  trunk
changeset: 515035:4ecdbc90fb9e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 16 02:19:33 2001 +0000

description:
Boring whitespace fix.

diffstat:

 lib/libc/regex/re_format.7 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 62cbe7fd4db0 -r 4ecdbc90fb9e lib/libc/regex/re_format.7
--- a/lib/libc/regex/re_format.7        Sun Sep 16 02:17:40 2001 +0000
+++ b/lib/libc/regex/re_format.7        Sun Sep 16 02:19:33 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: re_format.7,v 1.5 1995/02/27 13:28:52 cgd Exp $
+.\"    $NetBSD: re_format.7,v 1.6 2001/09/16 02:19:33 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
 .\" Copyright (c) 1992, 1993, 1994
@@ -131,7 +131,7 @@
 enclosed in `[.' and `.]' stands for the
 sequence of characters of that collating element.
 The sequence is a single element of the bracket expression's list.
-A bracket expression containing a multi-character collating element 
+A bracket expression containing a multi-character collating element
 can thus match more than one character,
 e.g. if the collating sequence includes a `ch' collating element,
 then the RE `[[.ch.]]*c' matches the first five characters



Home | Main Index | Thread Index | Old Index