bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

please crossreferen basename and dirname manpage and add realpath ref


From: Tomas Pospisek
Subject: please crossreferen basename and dirname manpage and add realpath ref
Date: Mon, 5 Dec 2005 23:35:04 +0100 (CET)

Since this is the 3rd time I was looking for tools that would return
me parts of and manipulate a path, and each time I would not remember
the exact names of the tools and I'd search for a while I'm submitting a
patch to crossreference the ones that I thought of. Hope you can include
them. Thanks!
*t

$ diff -u dirname.x.orig dirname.x
--- dirname.x.orig      1999-11-02 15:07:36.000000000 +0100
+++ dirname.x   2005-12-05 22:11:15.000000000 +0100
@@ -2,3 +2,5 @@
 dirname \- strip non-directory suffix from file name
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+basename(1), realpath(1)


$ diff -u basename.x.org basename.x
--- basename.x.org      1999-11-02 15:07:36.000000000 +0100
+++ basename.x  2005-12-05 22:11:12.000000000 +0100
@@ -2,3 +2,5 @@
 basename \- strip directory and suffix from filenames
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+dirname(1), realpath(1)


--
--------------------------------------------------------
  Tomas Pospisek
  http://sourcepole.com -  Linux & Open Source Solutions
--------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]