From ab976f409096d0cd1455286473639f4647e9633c Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sat, 30 Jul 2022 13:06:56 +0100 Subject: [PATCH] doc: reference fmt(1) from fold(1) * man/fold.x: fold and fmt have overlapping functionality, so reference fmt(1) from the lower level fold(1) utility. --- man/fold.x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/fold.x b/man/fold.x index 5c7472c252..c1c8e50d5e 100644 --- a/man/fold.x +++ b/man/fold.x @@ -2,3 +2,5 @@ fold \- wrap each input line to fit in specified width [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +fmt(1) -- 2.47.2