From 9e1b34f139800daf25c5f5bfd5afca27ef204df6 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 2 Aug 2024 10:49:52 +0200 Subject: [PATCH] ; * kubed.texi (Browsing Resources): Fix markup. --- kubed.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubed.texi b/kubed.texi index 8fdf97f..894c63b 100644 --- a/kubed.texi +++ b/kubed.texi @@ -286,12 +286,12 @@ is a comparison operator, either @samp{=} or @samp{~}, @var{col} is a column name, and @var{val} is a value to compare to values of @var{col} with @var{op}. -If @var{op} is @samp{=}, it says to keep only lines whose @code{col} +If @var{op} is @samp{=}, it says to keep only lines whose @var{col} equals @var{val}. If @var{op} is @samp{~}, it says to keep lines -whose @code{col} matches the @var{val} as a regular expression. For +whose @var{col} matches the @var{val} as a regular expression. For example, the filter @samp{= Name foobar} keeps only resources whose name is @samp{foobar}. To include whitespace in @var{val}, wrap -@var{val} in double quotes, like so: @samp{= Name "foo bar"}. +@var{val} in double quotes: @samp{= Name "foo bar"}. You can use more refined filters by composing simple filters. To add another filter that resources must satisfy, wrap your two filters in -- 2.39.5