From: Pádraig Brady
Date: Thu, 22 Jan 2026 16:23:41 +0000 (+0000) Subject: doc: dir,vdir: fix anchor refs from --help X-Git-Tag: v9.10~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=115a6001005fef07b11ba8e65801e43d609bb852;p=thirdparty%2Fcoreutils.git doc: dir,vdir: fix anchor refs from --help * src/system.h (oputs_): Map from dir,vdir to ls. --- diff --git a/src/system.h b/src/system.h index c6fe16750e..80779640db 100644 --- a/src/system.h +++ b/src/system.h @@ -588,6 +588,8 @@ oputs_ (MAYBE_UNUSED char const* program, char const *option) /* write option text. */ #ifdef MANUAL_URL char const *url_program = streq (program, "[") ? "test" + : streq (program, "dir") ? "ls" + : streq (program, "vdir") ? "ls" : streq (program, "b2sum") ? "cksum" : streq (program, "md5sum") ? "cksum" : streq (program, "sha1sum") ? "cksum"