1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Matthew Vernon <matthew@debian.org>
Date: Tue, 6 Nov 2018 11:49:21 +0000
Subject: util-linux: getopt(1) should point to where examples are on a Debian
system
Debian BTS #913049
---
misc-utils/getopt.1 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/misc-utils/getopt.1 b/misc-utils/getopt.1
index 356e16a..e76cefa 100644
--- a/misc-utils/getopt.1
+++ b/misc-utils/getopt.1
@@ -418,8 +418,7 @@ if it is called with
Example scripts for (ba)sh and (t)csh are provided with the
.BR getopt (1)
distribution, and are installed in
-.I /usr/share/doc/util-linux/getopt/
-directory.
+.I /usr/share/doc/util-linux/examples/ .
.SH ENVIRONMENT
.IP POSIXLY_CORRECT
This environment variable is examined by the
|