diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-01 11:38:02 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-01 12:06:05 +0200 |
commit | 5916dec460f2e0eec1d792d502a79f11628862c9 (patch) | |
tree | b364a01888346d14f4dc15108738e6a14c47fb5e /man | |
parent | 94251ff0840563d0a5668fdc4f0683195a7d875e (diff) | |
download | coreutils-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')
-rw-r--r-- | man/printf.x | 2 |
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) |