Module Name:    src
Committed By:   wiz
Date:           Thu Mar 11 17:13:29 UTC 2021

Modified Files:
        src/lib/libc/regex: regex.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/regex/regex.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.30 src/lib/libc/regex/regex.3:1.31
--- src/lib/libc/regex/regex.3:1.30	Thu Mar 11 16:36:41 2021
+++ src/lib/libc/regex/regex.3	Thu Mar 11 17:13:29 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: regex.3,v 1.30 2021/03/11 16:36:41 christos Exp $
+.\" $NetBSD: regex.3,v 1.31 2021/03/11 17:13:29 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
 .\" Copyright (c) 1992, 1993, 1994
@@ -194,15 +194,15 @@ caution in software intended to be porta
 .It Dv REG_GNU
 Include GNU-inspired extensions:
 .Pp
-.Bl -tag -offset indent -width XX -compact 
+.Bl -tag -offset indent -width XX -compact
 .It \eN
 Use backreference
 .Dv N
 where
 .Dv N
-is a single digit number between 
-.Dv 1 
-and 
+is a single digit number between
+.Dv 1
+and
 .Dv 9 .
 .It \ea
 Visual Bell

Reply via email to