emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kubed 9e1b34f139 45/70: ; * kubed.texi (Browsing Resour


From: ELPA Syncer
Subject: [elpa] externals/kubed 9e1b34f139 45/70: ; * kubed.texi (Browsing Resources): Fix markup.
Date: Tue, 6 Aug 2024 06:58:30 -0400 (EDT)

branch: externals/kubed
commit 9e1b34f139800daf25c5f5bfd5afca27ef204df6
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    ; * 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 8fdf97f81a..894c63bab9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]