summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-04 21:59:58 +0000
committerJim Meyering <jim@meyering.net>2005-04-04 21:59:58 +0000
commitf790ad9dd0191d2c50dd7d6bec69a8b5a670f46f (patch)
treef8eb7dc821554ae6a027b38bcab83a803039ebe9
parentfb57ce081118b935e75ff477e7f4b13187266715 (diff)
downloadcoreutils-f790ad9dd0191d2c50dd7d6bec69a8b5a670f46f.tar.xz
Remove `DESCRIPTION' section, now that --help includes it.
-rw-r--r--man/echo.x4
-rw-r--r--man/printf.x4
-rw-r--r--man/pwd.x4
3 files changed, 3 insertions, 9 deletions
diff --git a/man/echo.x b/man/echo.x
index f6f0549f0..9c4fa8131 100644
--- a/man/echo.x
+++ b/man/echo.x
@@ -1,6 +1,4 @@
[NAME]
echo \- display a line of text
[DESCRIPTION]
-NOTE: your shell may have its own version of echo which will supersede
-the version described here. Please refer to your shell's documentation
-for details about the options it supports.
+.\" Add any additional description here
diff --git a/man/printf.x b/man/printf.x
index a81b9378c..6489ec53e 100644
--- a/man/printf.x
+++ b/man/printf.x
@@ -1,6 +1,4 @@
[NAME]
printf \- format and print data
[DESCRIPTION]
-NOTE: your shell may have its own version of printf which will supersede
-the version described here. Please refer to your shell's documentation
-for details about the options it supports.
+.\" Add any additional description here
diff --git a/man/pwd.x b/man/pwd.x
index c2a094a24..e49a0d5de 100644
--- a/man/pwd.x
+++ b/man/pwd.x
@@ -1,6 +1,4 @@
[NAME]
pwd \- print name of current/working directory
[DESCRIPTION]
-NOTE: your shell may have its own version of pwd which will supersede
-the version described here. Please refer to your shell's documentation
-for details about the options it supports.
+.\" Add any additional description here