commit:     d02d7152e245e037de9897a80c6cc803645c8e73
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 04:00:50 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 17:28:14 2021 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d02d7152

tools-reference/*: use man-page reference

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 tools-reference/cut/text.xml           | 2 +-
 tools-reference/echo/text.xml          | 2 +-
 tools-reference/ekeyword/text.xml      | 2 +-
 tools-reference/find/text.xml          | 2 +-
 tools-reference/grep/text.xml          | 4 ++--
 tools-reference/head-and-tail/text.xml | 8 ++++----
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/tools-reference/cut/text.xml b/tools-reference/cut/text.xml
index fd1ac86..a4249d6 100644
--- a/tools-reference/cut/text.xml
+++ b/tools-reference/cut/text.xml
@@ -56,7 +56,7 @@ do_stuff | cut -c 2-
 </codesample>
 
 <p>
-See the cut manpage and
+See the <c>cut(1)</c> manpage and
 <uri 
link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cut.html";>
 IEEE Std 1003.1-2017-cut</uri> for full documentation.
 </p>

diff --git a/tools-reference/echo/text.xml b/tools-reference/echo/text.xml
index 4f1b63b..6753a4c 100644
--- a/tools-reference/echo/text.xml
+++ b/tools-reference/echo/text.xml
@@ -86,7 +86,7 @@ use: <c>echo -e "first line\nsecond line\nthird line"</c>.
 
 <p>
 Other escape sequences and additional parameters for the <c>echo</c>
-command are available in the bash man page.
+command are available in the <c>bash(1)</c> man page.
 </p>
 
 </body>

diff --git a/tools-reference/ekeyword/text.xml 
b/tools-reference/ekeyword/text.xml
index 6326f9f..61cfeb3 100644
--- a/tools-reference/ekeyword/text.xml
+++ b/tools-reference/ekeyword/text.xml
@@ -13,7 +13,7 @@ the form <c>sparc</c> (to mark stable), <c>~sparc</c> (to mark
 unstable), <c>-sparc</c> (to mark unavailable) and <c>^sparc</c> (to
 remove the sparc keyword). The special <c>all</c> keyword is useful
 when doing version bumps <d/> <c>ekeyword ~all foo-1.23.ebuild</c>
-will drop all currently present keywords to unstable. See ekeyword-1
+will drop all currently present keywords to unstable. See <c>ekeyword(1)</c>
 for details.
 </p>
 

diff --git a/tools-reference/find/text.xml b/tools-reference/find/text.xml
index b4fe5ef..41f44e9 100644
--- a/tools-reference/find/text.xml
+++ b/tools-reference/find/text.xml
@@ -207,7 +207,7 @@ is not POSIX, see the table).
 </warning>
 
 <p>
-See find-1 and
+See <c>find(1)</c> and
 <uri 
link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html";>
 IEEE Std 1003.1-2017-find</uri> for further details and examples.
 </p>

diff --git a/tools-reference/grep/text.xml b/tools-reference/grep/text.xml
index a67123e..a6edc15 100644
--- a/tools-reference/grep/text.xml
+++ b/tools-reference/grep/text.xml
@@ -55,8 +55,8 @@ of <c>1</c> indicates no matches.
 
 <p>
 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.
+IEEE Std 1003.1-2017-grep</uri> for details. The <c>grep(1)</c> manual page on
+GNU systems documents many non-portable additional features.
 </p>
 
 </body>

diff --git a/tools-reference/head-and-tail/text.xml 
b/tools-reference/head-and-tail/text.xml
index b3e532f..0dafaed 100644
--- a/tools-reference/head-and-tail/text.xml
+++ b/tools-reference/head-and-tail/text.xml
@@ -23,8 +23,8 @@ Use of the GNU <c>-c</c> option is unportable and should be 
avoided.
 <p>
 For full details, see
 <uri 
link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/head.html";>
-IEEE Std 1003.1-2017-head</uri>. Note that head-1 on GNU systems describes
-many non-portable options.
+IEEE Std 1003.1-2017-head</uri>. Note that <c>head(1)</c> on GNU systems
+describes many non-portable options.
 </p>
 
 <p>
@@ -52,8 +52,8 @@ tail -n +6 in.txt &gt; out.txt
 <p>
 For full details, see
 <uri 
link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tail.html";>
-IEEE Std 1003.1-2017-tail</uri>. Note that tail-1 on GNU systems describes
-many non-portable options.
+IEEE Std 1003.1-2017-tail</uri>. Note that <c>tail(1)</c> on GNU systems
+describes many non-portable options.
 </p>
 </body>
 

Reply via email to