diff options
author | 2020-01-09 21:39:53 +0100 | |
---|---|---|
committer | 2020-01-09 22:24:37 +0100 | |
commit | ebfa5ffba99a0dd0ff741785852d13f1fa027e6e (patch) | |
tree | 4e6684de427386a1daf5d49f88b6e6033508e839 /tools-reference/grep | |
parent | bin/gen-eclass-html.sh: Remove broken links to localhost. (diff) | |
download | devmanual-ebfa5ffba99a0dd0ff741785852d13f1fa027e6e.tar.gz devmanual-ebfa5ffba99a0dd0ff741785852d13f1fa027e6e.tar.bz2 devmanual-ebfa5ffba99a0dd0ff741785852d13f1fa027e6e.zip |
Update some external links.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'tools-reference/grep')
-rw-r--r-- | tools-reference/grep/text.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools-reference/grep/text.xml b/tools-reference/grep/text.xml index 5958588..102c657 100644 --- a/tools-reference/grep/text.xml +++ b/tools-reference/grep/text.xml @@ -14,15 +14,15 @@ expression matches any line in a file. The usage is <c>grep "pattern" files</c>. If no files are specified, text is read from the standard input. The <c>pattern</c> is a standard basic regular expression, as described in -<uri link="http://www.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap09.html#tag_09_03"> -IEEE1003.1-2004-9.3</uri>. +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03"> +IEEE Std 1003.1-2017, section 9.3</uri>. </p> <p> If the <c>-E</c> argument is supplied, <c>pattern</c> is treated as being an extended regular expression as described in -<uri link="http://www.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap09.html#tag_09_04"> -IEEE1003.1-2004-9.4</uri>. +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04"> +IEEE Std 1003.1-2017, section 9.4</uri>. </p> <p> @@ -54,8 +54,8 @@ of <c>1</c> indicates no matches. </p> <p> -See <uri link="http://www.opengroup.org/onlinepubs/000095399/utilities/grep.html"> -IEEE1003.1-2004-grep</uri> for details. The grep-1 manual page on GNU +See <uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html"> +IEEE Std 1003.1-2017-grep</uri> for details. The grep-1 manual page on GNU systems documents many non-portable additional features. </p> |