[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
- [elpa] externals/kubed 96dc9b821c 46/70: ; * kubed.texi (Browsing Resources): Tweak wording., (continued)
- [elpa] externals/kubed 96dc9b821c 46/70: ; * kubed.texi (Browsing Resources): Tweak wording., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 999ca10c35 50/70: (cobra-read-command-line): Fix handling of cons INITIAL arg, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed fe844378f0 53/70: ; Add 'kubed-list-copy-as-kill' to context menus, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 0e2c7c7dd9 54/70: Support bookmarking Kubernetes resource buffers, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed e73a4ee0a4 55/70: Always display message when done updating resources, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 7a14c155d5 68/70: (Browse Resources): Update common commands table., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 485eae8409 23/70: Add global menu bar menu, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 1ee8a943f6 25/70: ; * kubed.texi (Usage): Mention 'kubed-menu-bar-mode'., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 0923d8031a 28/70: ; * kubed.el (kubed-define-resource): Remove extraneous quote., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 645845fcac 36/70: Add common parent mode for resource lists mode, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 9e1b34f139 45/70: ; * kubed.texi (Browsing Resources): Fix markup.,
ELPA Syncer <=
- [elpa] externals/kubed 847bc985d0 59/70: New manual section about displaying resources, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed fd3f899d7b 69/70: ; Exclude README.md from ELPA tarball, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed b79802ac85 65/70: ; Add .elpaignore file, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 888f6492f8 62/70: ; Fix population of 'kubed--columns', ELPA Syncer, 2024/08/06
- [elpa] externals/kubed d257fe1ef5 30/70: Bind 'kubed-restart-deployment' in 'kubed-deployment-prefix-map', ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 8463c1bb8a 34/70: Ensure SPC is self-inserting when reading kubectl command line, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed f6ebd33c16 35/70: Use multi-column layout for transient menus, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 603a4d413a 38/70: Enhance 'kubed-list-read-filter', ELPA Syncer, 2024/08/06
- [elpa] externals/kubed d73c4fac3f 41/70: (kubed-list-read-filter-map): Bind 'completion-help-at-point'., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed ed6d13e196 57/70: New command 'kubed-display-resource-jump-to-list', ELPA Syncer, 2024/08/06