Thu Mar 11 17:13:29 2021 UTC ()
Remove trailing whitespace.


(wiz)
diff -r1.30 -r1.31 src/lib/libc/regex/regex.3

cvs diff -r1.30 -r1.31 src/lib/libc/regex/regex.3 (expand / switch to unified diff)

--- src/lib/libc/regex/regex.3 2021/03/11 16:36:41 1.30
+++ src/lib/libc/regex/regex.3 2021/03/11 17:13:29 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: regex.3,v 1.30 2021/03/11 16:36:41 christos Exp $ 1.\" $NetBSD: regex.3,v 1.31 2021/03/11 17:13:29 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1992, 1993, 1994 Henry Spencer. 3.\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
4.\" Copyright (c) 1992, 1993, 1994 4.\" Copyright (c) 1992, 1993, 1994
5.\" The Regents of the University of California. All rights reserved. 5.\" The Regents of the University of California. All rights reserved.
6.\" 6.\"
7.\" This code is derived from software contributed to Berkeley by 7.\" This code is derived from software contributed to Berkeley by
8.\" Henry Spencer. 8.\" Henry Spencer.
9.\" 9.\"
10.\" Redistribution and use in source and binary forms, with or without 10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions 11.\" modification, are permitted provided that the following conditions
12.\" are met: 12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright 13.\" 1. Redistributions of source code must retain the above copyright
14.\" notice, this list of conditions and the following disclaimer. 14.\" notice, this list of conditions and the following disclaimer.
@@ -184,35 +184,35 @@ The @@ -184,35 +184,35 @@ The
184.Va re_endp 184.Va re_endp
185member is of type 185member is of type
186.Ft "const char *" . 186.Ft "const char *" .
187This flag permits inclusion of NULs in the RE; 187This flag permits inclusion of NULs in the RE;
188they are considered ordinary characters. 188they are considered ordinary characters.
189This is an extension, 189This is an extension,
190compatible with but not specified by 190compatible with but not specified by
191.St -p1003.2 , 191.St -p1003.2 ,
192and should be used with 192and should be used with
193caution in software intended to be portable to other systems. 193caution in software intended to be portable to other systems.
194.It Dv REG_GNU 194.It Dv REG_GNU
195Include GNU-inspired extensions: 195Include GNU-inspired extensions:
196.Pp 196.Pp
197.Bl -tag -offset indent -width XX -compact  197.Bl -tag -offset indent -width XX -compact
198.It \eN 198.It \eN
199Use backreference 199Use backreference
200.Dv N 200.Dv N
201where 201where
202.Dv N 202.Dv N
203is a single digit number between  203is a single digit number between
204.Dv 1  204.Dv 1
205and  205and
206.Dv 9 . 206.Dv 9 .
207.It \ea 207.It \ea
208Visual Bell 208Visual Bell
209.It \eb 209.It \eb
210Match a position that is a word boundary. 210Match a position that is a word boundary.
211.It \eB 211.It \eB
212Match a position that is a not word boundary. 212Match a position that is a not word boundary.
213.It \ef 213.It \ef
214Form Feed 214Form Feed
215.It \en 215.It \en
216Line Feed 216Line Feed
217.It \er 217.It \er
218Carriage return 218Carriage return