summaryrefslogtreecommitdiff
path: root/man/printf.x
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-01 11:38:02 +0200
committerJim Meyering <meyering@redhat.com>2008-04-01 12:06:05 +0200
commit5916dec460f2e0eec1d792d502a79f11628862c9 (patch)
treeb364a01888346d14f4dc15108738e6a14c47fb5e /man/printf.x
parent94251ff0840563d0a5668fdc4f0683195a7d875e (diff)
downloadcoreutils-5916dec460f2e0eec1d792d502a79f11628862c9.tar.xz
printf doc: xref print(3) and libc's "Output Conversion Syntax" node
* coreutils.texi (printf invocation): Add xref. Use "The GNU C Library Reference Manual" as the name of the 'libc' document consistently. * man/printf.x: Add See also: printf(3). Suggested by A. Costa in http://bugs.debian.org/465522
Diffstat (limited to 'man/printf.x')
-rw-r--r--man/printf.x2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/printf.x b/man/printf.x
index 6489ec53e..22fc5afdf 100644
--- a/man/printf.x
+++ b/man/printf.x
@@ -2,3 +2,5 @@
printf \- format and print data
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+printf(3)