From 603d8ee1d88a84c311ef6af19c7af14d0986eef4 Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 27 Mar 2024 00:17:33 -0600 Subject: [PATCH] str.1: remove extraneous former implementation information --- docs/str.1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/str.1 b/docs/str.1 index 666f0b1..ef86861 100644 --- a/docs/str.1 +++ b/docs/str.1 @@ -34,12 +34,6 @@ tests. When invoked incorrectly, a debug message will be printed and the program will exit with the appropriate sysexits.h(3) error code. -.SH DEPRECATED FEATURES - -Originally, there was an isvalue type as an extension to ctype.h(3), but it -was removed in favor of using strcmp(1) to compare strings against the empty -string (''). - .SH BUGS There’s no way of knowing which argument failed the test without re-testing