From: Pádraig Brady
Date: Sat, 30 Jul 2022 12:06:56 +0000 (+0100) Subject: doc: reference fmt(1) from fold(1) X-Git-Tag: v9.2~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab976f409096d0cd1455286473639f4647e9633c;p=thirdparty%2Fcoreutils.git 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. --- 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)