From: Mario Blättermann Date: Sun, 31 Aug 2025 15:15:48 +0000 (+0200) Subject: Fix markup in scols-filter.5.adoc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f35efde0dfa3b6a8c75e6ef4a85a3892f0eccdb;p=thirdparty%2Futil-linux.git Fix markup in scols-filter.5.adoc --- diff --git a/libsmartcols/scols-filter.5.adoc b/libsmartcols/scols-filter.5.adoc index 54a1b7251..a555d79dd 100644 --- a/libsmartcols/scols-filter.5.adoc +++ b/libsmartcols/scols-filter.5.adoc @@ -62,11 +62,11 @@ holder: [a-zA-Z][a-zA-Z_.%:/\-0-9]* The filter expression can be used by application linked with libsmartcols to filter output data. The application can use the filter before it gathers all data for the output to reduce resources and improve performance. This makes scols filter more -effective than grep(1) on the complete output. For example +effective than *grep*(1) on the complete output. For example .... lsblk --output NAME,LABEL,FSTYPE --filter 'NAME=="sda1"' .... -helps lsblk(1) to not read LABELs for all block device from udevd or libblkid, +helps *lsblk*(1) to not read LABELs for all block device from udevd or libblkid, but read it only for device sda1. The filter can be also used for columns which are not used in the output.