Signed-off-by: Mattias Andrée <[email protected]>
---
 shuf.1 | 2 ++
 sort.1 | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/shuf.1 b/shuf.1
index ce0dcd0..05bc830 100644
--- a/shuf.1
+++ b/shuf.1
@@ -24,3 +24,5 @@ Output random lines ad infinitum.
 Get random bytes from
 .Ar source .
 .El
+.Sh SEE ALSO
+.Xr sort 1
diff --git a/sort.1 b/sort.1
index 7bd6d62..8ed2948 100644
--- a/sort.1
+++ b/sort.1
@@ -92,6 +92,8 @@ as the field delimiter.
 .It Fl u
 Print equal lines only once.
 .El
+.Sh SEE ALSO
+.Xr shuf 1
 .Sh STANDARDS
 The
 .Nm
-- 
2.7.4


Reply via email to