The attached patch should fix this. I've also just sent it upstream


Thanks a lot,
Rodrigo
>From 15f32fae82619310affe90f6ac24a37f146a31f9 Mon Sep 17 00:00:00 2001
From: Rodrigo Campos <[email protected]>
Date: Tue, 19 Oct 2010 19:48:46 -0300
Subject: [PATCH] doc: add a cross reference from cat's man page to "tac"

man/cat.x: See also "tac"
---
 man/cat.x |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/man/cat.x b/man/cat.x
index c219678..0890200 100644
--- a/man/cat.x
+++ b/man/cat.x
@@ -2,3 +2,5 @@
 cat \- concatenate files and print on the standard output
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+\fBtac\fP(1).
-- 
1.7.1

Reply via email to