diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 15:32:11 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 15:32:11 +0800 |
commit | a1cf444e9f052a5fc716c79a54d14f1da586384f (patch) | |
tree | bf03841e317a64bfe5518786eee691b4bf70baca | |
parent | d114dd3530e46860719b68d13b1ef19f71846c06 (diff) |
prologue/why: mention that less is used by many packages
Why remove "used by man-db"? Now some user may think "I don't use this
thing, I'll just use vim" and skip it :(.
-rw-r--r-- | prologue/why.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prologue/why.xml b/prologue/why.xml index 1f8737c9b..f2b4a5d18 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -319,8 +319,8 @@ <para>Less</para> <para>This package contains a very nice text file viewer that - allows scrolling up or down when viewing a file. It is also used - when viewing manpages.</para> + allows scrolling up or down when viewing a file. + Many packages use it for paging the output.</para> </listitem> <listitem> |