From bbf215553c7233fbab8a0afdf1fac74c44781867 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Sat, 26 Feb 2022 16:40:47 -0600 Subject: 14443 resection manual pages per IPD4 Reviewed by: Toomas Soome Reviewed by: Robert Mustacchi Reviewed by: Peter Tribble Reviewed by: Andy Fiddaman Approved by: Dan McDonald --- usr/src/lib/libc/port/regex/regex.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr/src/lib/libc/port/regex/regex.c') diff --git a/usr/src/lib/libc/port/regex/regex.c b/usr/src/lib/libc/port/regex/regex.c index 769761daef..6e4c86e17e 100644 --- a/usr/src/lib/libc/port/regex/regex.c +++ b/usr/src/lib/libc/port/regex/regex.c @@ -27,8 +27,6 @@ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * IMPORTANT NOTE: * @@ -328,7 +326,7 @@ regex(const char *regexp, const char *stringp, ...) * * NOTE: * - * According to manual page regcmp(3G), regex() returns substrings + * According to manual page regcmp(3C), regex() returns substrings * that match subexpressions even when no substring matches the * entire regular expression. */ -- cgit v1.2.3