From: Eshel Yaron Date: Fri, 2 Aug 2024 08:49:52 +0000 (+0200) Subject: ; * kubed.texi (Browsing Resources): Fix markup. X-Git-Tag: v0.2.0~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e1b34f139800daf25c5f5bfd5afca27ef204df6;p=kubed.git ; * kubed.texi (Browsing Resources): Fix markup. --- 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