>From 1b3863220725e4ac1151c7b1b081f1844deb63ab Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Wed, 6 Jan 2021 10:46:45 +0100 Subject: [PATCH 1/3] doc: avoid overfull \hbox issues in find.texi "Overfull \hbox" results lines exceeding the page width, and therefore may not even be readable. At least they are ugly. * doc/find.texi (node O_NOFOLLOW): Break long example lines into the next lines. While at it, update the version in that example to 4.8.0 (in good faith we'll have it in 2021), because we shouldn't have a "*-git" version there. --- doc/find.texi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/find.texi b/doc/find.texi index be74b167..f8bfcba0 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -5251,14 +5251,16 @@ find --version This will tell you the version number and which features are enabled. For example, if I run this on my system now, this gives: @example -find (GNU findutils) 4.5.11-git -Copyright (C) 2012 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later . +find (GNU findutils) 4.8.0 +Copyright (C) 2021 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later \ +. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Eric B. Decker, James Youngman, and Kevin Dalley. -Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS(FTS_CWDFD) CBO(level=2) +Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION \ +FTS(FTS_CWDFD) CBO(level=2) @end example Here, you can see that I am running a version of @code{find} which was -- 2.29.2