From 0f35efde0dfa3b6a8c75e6ef4a85a3892f0eccdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Sun, 31 Aug 2025 17:15:48 +0200 Subject: [PATCH] Fix markup in scols-filter.5.adoc --- libsmartcols/scols-filter.5.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3