Signed-off-by: Mattias Andrée <[email protected]> --- cat.1 | 3 +++ tac.1 | 2 ++ 2 files changed, 5 insertions(+)
diff --git a/cat.1 b/cat.1 index 9b67e8f..52d9ad5 100644 --- a/cat.1 +++ b/cat.1 @@ -22,6 +22,9 @@ reads from stdin. .It Fl u Unbuffered output. .El +.Sh SEE ALSO +.Xr tac 1 , +.Xr rev 1 .Sh STANDARDS The .Nm diff --git a/tac.1 b/tac.1 index 13ae1ad..67c612a 100644 --- a/tac.1 +++ b/tac.1 @@ -18,3 +18,5 @@ If no is given .Nm reads from stdin. +.Sh SEE ALSO +.Xr rev 1 -- 2.7.3
