Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tlrc for openSUSE:Factory checked in 
at 2026-06-03 20:23:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tlrc (Old)
 and      /work/SRC/openSUSE:Factory/.tlrc.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tlrc"

Wed Jun  3 20:23:42 2026 rev:12 rq:1356816 version:1.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tlrc/tlrc.changes        2026-04-01 
19:51:57.664446341 +0200
+++ /work/SRC/openSUSE:Factory/.tlrc.new.1937/tlrc.changes      2026-06-03 
20:26:48.900143876 +0200
@@ -1,0 +2,7 @@
+Tue Jun  2 20:57:02 UTC 2026 - Michael Vetter <[email protected]>
+
+- Update to 1.13.1:
+  * updated rustls-webpki to fix vulnerabilities (#172)
+  * fix: too many spaces in --info output
+
+-------------------------------------------------------------------

Old:
----
  tlrc-1.13.0.tar.zst

New:
----
  tlrc-1.13.1.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tlrc.spec ++++++
--- /var/tmp/diff_new_pack.xH4Gk3/_old  2026-06-03 20:26:50.560212742 +0200
+++ /var/tmp/diff_new_pack.xH4Gk3/_new  2026-06-03 20:26:50.560212742 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tlrc
-Version:        1.13.0
+Version:        1.13.1
 Release:        0
 Summary:        A tldr-pages client written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xH4Gk3/_old  2026-06-03 20:26:50.596214235 +0200
+++ /var/tmp/diff_new_pack.xH4Gk3/_new  2026-06-03 20:26:50.600214401 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/tldr-pages/tlrc.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v1.13.0</param>
+    <param name="revision">v1.13.1</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ tlrc-1.13.0.tar.zst -> tlrc-1.13.1.tar.zst ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlrc-1.13.0/.github/workflows/build-release.yml 
new/tlrc-1.13.1/.github/workflows/build-release.yml
--- old/tlrc-1.13.0/.github/workflows/build-release.yml 2026-03-31 
02:46:27.000000000 +0200
+++ new/tlrc-1.13.1/.github/workflows/build-release.yml 2026-05-22 
19:52:03.000000000 +0200
@@ -48,6 +48,12 @@
           - target: x86_64-unknown-linux-musl
             os: ubuntu-latest
 
+          - target: aarch64-unknown-linux-gnu
+            os: ubuntu-24.04-arm
+
+          - target: aarch64-unknown-linux-musl
+            os: ubuntu-24.04-arm
+
           - target: x86_64-apple-darwin
             os: macos-latest
 
@@ -57,6 +63,9 @@
           - target: x86_64-pc-windows-msvc
             os: windows-latest
 
+          - target: aarch64-pc-windows-msvc
+            os: windows-latest
+
     steps:
       - name: Checkout the repository
         uses: actions/checkout@v6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlrc-1.13.0/Cargo.lock new/tlrc-1.13.1/Cargo.lock
--- old/tlrc-1.13.0/Cargo.lock  2026-03-31 02:46:27.000000000 +0200
+++ new/tlrc-1.13.1/Cargo.lock  2026-05-22 19:52:03.000000000 +0200
@@ -66,9 +66,9 @@
 
 [[package]]
 name = "assert_cmd"
-version = "2.2.0"
+version = "2.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9"
+checksum = "2aa3a22042e45de04255c7bf3626e239f450200fd0493c1e382263544b20aea6"
 dependencies = [
  "anstyle",
  "bstr",
@@ -87,9 +87,9 @@
 
 [[package]]
 name = "bitflags"
-version = "2.11.0"
+version = "2.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
+checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
 
 [[package]]
 name = "bstr"
@@ -116,9 +116,9 @@
 
 [[package]]
 name = "cc"
-version = "1.2.58"
+version = "1.2.62"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
+checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
 dependencies = [
  "find-msvc-tools",
  "shlex",
@@ -138,9 +138,9 @@
 
 [[package]]
 name = "clap"
-version = "4.6.0"
+version = "4.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
+checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -161,9 +161,9 @@
 
 [[package]]
 name = "clap_derive"
-version = "4.6.0"
+version = "4.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
+checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
 dependencies = [
  "heck",
  "proc-macro2",
@@ -263,9 +263,9 @@
 
 [[package]]
 name = "fastrand"
-version = "2.3.0"
+version = "2.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
+checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
 
 [[package]]
 name = "find-msvc-tools"
@@ -324,9 +324,9 @@
 
 [[package]]
 name = "hashbrown"
-version = "0.16.1"
+version = "0.17.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
+checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
 
 [[package]]
 name = "heck"
@@ -358,12 +358,12 @@
 
 [[package]]
 name = "indexmap"
-version = "2.13.0"
+version = "2.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
+checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
 dependencies = [
  "equivalent",
- "hashbrown 0.16.1",
+ "hashbrown 0.17.1",
  "serde",
  "serde_core",
 ]
@@ -432,15 +432,15 @@
 
 [[package]]
 name = "libc"
-version = "0.2.183"
+version = "0.2.186"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
+checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
 
 [[package]]
 name = "libredox"
-version = "0.1.15"
+version = "0.1.16"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
+checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
 dependencies = [
  "libc",
 ]
@@ -610,9 +610,9 @@
 
 [[package]]
 name = "rustls"
-version = "0.23.37"
+version = "0.23.40"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
+checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
 dependencies = [
  "log",
  "once_cell",
@@ -637,9 +637,9 @@
 
 [[package]]
 name = "rustls-pki-types"
-version = "1.14.0"
+version = "1.14.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
+checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
 dependencies = [
  "zeroize",
 ]
@@ -673,9 +673,9 @@
 
 [[package]]
 name = "rustls-webpki"
-version = "0.103.10"
+version = "0.103.13"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
+checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
 dependencies = [
  "ring",
  "rustls-pki-types",
@@ -725,9 +725,9 @@
 
 [[package]]
 name = "semver"
-version = "1.0.27"
+version = "1.0.28"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
+checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
 
 [[package]]
 name = "serde"
@@ -761,9 +761,9 @@
 
 [[package]]
 name = "serde_json"
-version = "1.0.149"
+version = "1.0.150"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
+checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
 dependencies = [
  "itoa",
  "memchr",
@@ -774,9 +774,9 @@
 
 [[package]]
 name = "serde_spanned"
-version = "1.1.0"
+version = "1.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "876ac351060d4f882bb1032b6369eb0aef79ad9df1ea8bc404874d8cc3d0cd98"
+checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
 dependencies = [
  "serde_core",
 ]
@@ -898,7 +898,7 @@
 
 [[package]]
 name = "tlrc"
-version = "1.13.0"
+version = "1.13.1"
 dependencies = [
  "assert_cmd",
  "clap",
@@ -919,9 +919,9 @@
 
 [[package]]
 name = "toml"
-version = "1.1.0+spec-1.1.0"
+version = "1.1.2+spec-1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f8195ca05e4eb728f4ba94f3e3291661320af739c4e43779cbdfae82ab239fcc"
+checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
 dependencies = [
  "indexmap",
  "serde_core",
@@ -934,27 +934,27 @@
 
 [[package]]
 name = "toml_datetime"
-version = "1.1.0+spec-1.1.0"
+version = "1.1.1+spec-1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "97251a7c317e03ad83774a8752a7e81fb6067740609f75ea2b585b569a59198f"
+checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
 dependencies = [
  "serde_core",
 ]
 
 [[package]]
 name = "toml_parser"
-version = "1.1.0+spec-1.1.0"
+version = "1.1.2+spec-1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2334f11ee363607eb04df9b8fc8a13ca1715a72ba8662a26ac285c98aabb4011"
+checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
 dependencies = [
  "winnow",
 ]
 
 [[package]]
 name = "toml_writer"
-version = "1.1.0+spec-1.1.0"
+version = "1.1.1+spec-1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d282ade6016312faf3e41e57ebbba0c073e4056dab1232ab1cb624199648f8ed"
+checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
 
 [[package]]
 name = "typed-path"
@@ -1054,11 +1054,11 @@
 
 [[package]]
 name = "wasip2"
-version = "1.0.2+wasi-0.2.9"
+version = "1.0.3+wasi-0.2.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
+checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
 dependencies = [
- "wit-bindgen",
+ "wit-bindgen 0.57.1",
 ]
 
 [[package]]
@@ -1067,7 +1067,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
 dependencies = [
- "wit-bindgen",
+ "wit-bindgen 0.51.0",
 ]
 
 [[package]]
@@ -1106,9 +1106,9 @@
 
 [[package]]
 name = "webpki-root-certs"
-version = "1.0.6"
+version = "1.0.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
+checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
 dependencies = [
  "rustls-pki-types",
 ]
@@ -1300,9 +1300,9 @@
 
 [[package]]
 name = "winnow"
-version = "1.0.1"
+version = "1.0.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
+checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
 
 [[package]]
 name = "wit-bindgen"
@@ -1314,6 +1314,12 @@
 ]
 
 [[package]]
+name = "wit-bindgen"
+version = "0.57.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
+
+[[package]]
 name = "wit-bindgen-core"
 version = "0.51.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -1406,9 +1412,9 @@
 
 [[package]]
 name = "zip"
-version = "8.4.0"
+version = "8.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9"
+checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
 dependencies = [
  "crc32fast",
  "flate2",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlrc-1.13.0/Cargo.toml new/tlrc-1.13.1/Cargo.toml
--- old/tlrc-1.13.0/Cargo.toml  2026-03-31 02:46:27.000000000 +0200
+++ new/tlrc-1.13.1/Cargo.toml  2026-05-22 19:52:03.000000000 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "tlrc"
-version = "1.13.0"
+version = "1.13.1"
 description = "Official tldr client written in Rust"
 authors = ["Lena Pastwa <[email protected]>"]
 categories = ["command-line-utilities"]
@@ -20,22 +20,22 @@
 socks-proxy = ["ureq/socks-proxy"]
 
 [dependencies]
-clap = { version = "4.6.0", features = ["derive", "wrap_help"] }
+clap = { version = "4.6.1", features = ["derive", "wrap_help"] }
 dirs = "6.0.0"
 log = "0.4.29"
 once_cell = "1.21.3"
 ring = "0.17.14"
-rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
+rustls = { version = "0.23.40", default-features = false, features = ["ring"] }
 serde = { version = "1.0.219", features = ["derive"] }
 terminal_size = "0.4.4"
-toml = "1.1.0"
+toml = "1.1.2"
 unicode-width = { version = "0.2.2", default-features = false }
 ureq = { version = "3.3.0", default-features = false, features = 
["rustls-no-provider", "platform-verifier"] }
 yansi = "1.0.1"
-zip = { version = "8.4.0", default-features = false, features = 
["deflate-flate2-zlib-rs"] }
+zip = { version = "8.6.0", default-features = false, features = 
["deflate-flate2-zlib-rs"] }
 
 [dev-dependencies]
-assert_cmd = "2.2.0"
+assert_cmd = "2.2.2"
 tempfile = "3.27.0"
 
 [lints.clippy]
@@ -56,6 +56,7 @@
 [package.metadata.deb]
 section = "utils"
 priority = "optional"
+license-file = ["LICENSE", "4"]
 extended-description = ""
 assets = [
        ["target/release/tldr", "usr/bin/", "755"],
@@ -63,5 +64,4 @@
        ["completions/tldr.bash", "usr/share/bash-completion/completions/tldr", 
"644"],
        ["completions/_tldr", "usr/share/zsh/vendor-completions/", "644"],
        ["completions/tldr.fish", "usr/share/fish/vendor_completions.d/", 
"644"],
-       ["LICENSE", "usr/share/licenses/tlrc", "644"]
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlrc-1.13.0/README.md new/tlrc-1.13.1/README.md
--- old/tlrc-1.13.0/README.md   2026-03-31 02:46:27.000000000 +0200
+++ new/tlrc-1.13.1/README.md   2026-05-22 19:52:03.000000000 +0200
@@ -38,6 +38,14 @@
 
 Install [tlrc](https://aur.archlinux.org/packages/tlrc) (from source) or 
[tlrc-bin](https://aur.archlinux.org/packages/tlrc-bin) (prebuilt) from the AUR.
 
+### Void Linux
+
+Install [tlrc](https://voidlinux.org/packages/?q=tlrc) with XBPS:
+
+```shell
+xbps-install tlrc
+```
+
 ### openSUSE
 
 Install [tlrc](https://software.opensuse.org/package/tlrc) with Zypper:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlrc-1.13.0/src/args.rs new/tlrc-1.13.1/src/args.rs
--- old/tlrc-1.13.0/src/args.rs 2026-03-31 02:46:27.000000000 +0200
+++ new/tlrc-1.13.1/src/args.rs 2026-05-22 19:52:03.000000000 +0200
@@ -57,7 +57,7 @@
     #[arg(short, long, group = "operations")]
     pub info: bool,
 
-    /// Render the specified markdown file.
+    /// Render the specified tldr page.
     #[arg(short, long, group = "operations", value_name = "FILE")]
     pub render: Option<PathBuf>,
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlrc-1.13.0/src/cache.rs new/tlrc-1.13.1/src/cache.rs
--- old/tlrc-1.13.0/src/cache.rs        2026-03-31 02:46:27.000000000 +0200
+++ new/tlrc-1.13.1/src/cache.rs        2026-05-22 19:52:03.000000000 +0200
@@ -256,7 +256,7 @@
         for (lang_dir, mut archive) in archives {
             // `list_all_vec` can fail when `pages.en` is empty, hence the 
default of 0.
             #[allow(clippy::cast_possible_truncation, 
clippy::cast_possible_wrap)]
-            let n_existing = self.list_all_vec(&lang_dir).map(|v| 
v.len()).unwrap_or(0) as i32;
+            let n_existing = self.list_all_vec(&lang_dir).map_or(0, |v| 
v.len()) as i32;
 
             let lang_dir_full = self.dir.join(&lang_dir);
             if lang_dir_full.is_dir() {
@@ -703,8 +703,8 @@
         }
 
         writeln!(stdout, "Installed languages:")?;
-        let width = n_map.keys().map(String::len).max().unwrap().max(5);
-        //                            "total" is 5 characters long. ^^^
+        let width = n_map.keys().map(|x| x.len() - 6).max().unwrap().max(5);
+        //                         "pages.".len() ^^       total".len() ^^^
 
         for (lang_dir, n) in n_map {
             let lang = lang_dir.strip_prefix("pages.").unwrap();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlrc-1.13.0/tldr.1 new/tlrc-1.13.1/tldr.1
--- old/tlrc-1.13.0/tldr.1      2026-03-31 02:46:27.000000000 +0200
+++ new/tlrc-1.13.1/tldr.1      2026-05-22 19:52:03.000000000 +0200
@@ -1,5 +1,5 @@
 .\" vim: colorcolumn=100 textwidth=100
-.TH "TLRC" "1" "2026-03-31"  "tlrc 1.13.0" "tlrc manual"
+.TH "TLRC" "1" "2026-05-22"  "tlrc 1.13.1" "tlrc manual"
 .nh
 .ad l
 .SH NAME
@@ -7,10 +7,28 @@
 .
 .
 .SH SYNOPSIS
-\fItldr\fR [options] [page]
+\fBtldr\fR [\fIoptions\fR] [\fIpage\fR]...
+.
+.
+.SH DESCRIPTION
+If the \fIpage\fR argument is provided (with no other operations), \fItlrc\fR 
displays the tldr\&
+page entitled \fIpage\fR. If multiple arguments are provided, they are 
concatenated with hyphens\&
+between each argument (e.g. \fIgit\fR \fIcheckout\fR becomes 
\fIgit-checkout\fR). Page names are\&
+case insensitive. If multiple pages are found, a warning is shown and the page 
from the preferred\&
+platform (see \fB--platform\fR) is displayed. If the page only exists in other 
platforms, a\&
+warning is shown and the page from the first platform (in alphabetical order) 
is displayed.
+.br
+For other operations, see \fBOPTIONS\fR.
+.sp
+Pages are loaded from a cache directory. If this directory is empty, pages 
will be automatically\&
+downloaded when you run \fItldr\fR. After that \fItlrc\fR works completely 
offline until an\&
+automatic update is triggered (when the cache is more than 2 weeks old by 
default), or if an\&
+update is explicitly requested using \fB--update\fR.
 .
 .
 .SH OPTIONS
+.SS Operations
+Only one of these options can be used at a time.
 .TP 4
 .B -u, --update
 Update the cache of tldr pages.\&
@@ -47,7 +65,7 @@
 .
 .TP 4
 \fB-r, --render\fR <FILE>
-Render the specified markdown file.
+Render the specified tldr page.
 .
 .TP 4
 .B --clean-cache
@@ -65,9 +83,25 @@
 Print the default config path and create the config directory if it does not 
exist.
 .
 .TP 4
+.B -v, --version
+Print version information.
+.
+.TP 4
+.B -h, --help
+Print a help message.
+.
+.SS Other options
+These options modify the behavior of operations.
+.
+.TP 4
 \fB-p, --platform\fR <PLATFORM>
 Specify the platform to use (linux, osx, windows, etc.).
 .sp
+Tldr pages are grouped by the operating system the documented command runs on. 
If a program can\&
+run on more than one operating system (and behaves in the same way), the page 
for it is put into\&
+the special \fIcommon\fR platform, which is always searched. Specifying 
\fB--platform\fR\&
+\fIcommon\fR is allowed and causes \fIcommon\fR to be the only searched 
platform.
+.sp
 Default: the operating system you are \fBcurrently running\fR
 .
 .TP 4
@@ -80,8 +114,10 @@
 If you want to use languages not defined in environment variables, use the\&
 \fIcache.languages\fR option in the config file.
 .sp
-Default: taken from the config or the \fBLANG\fR and \fBLANGUAGE\fR 
environment variables.\&
-See 
\fBhttps://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#language\fR
+Default: taken from the config or the \fILANG\fR and \fILANGUAGE\fR 
environment variables.\&
+See
+.br
+.B 
\%https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#language
 for a detailed description of how \fItlrc\fR determines the language.
 .
 .TP 4
@@ -162,7 +198,7 @@
 .br
 \fBalways\fR forces colors on; \fBnever\fR forces colors off; and \fBauto\fR
 only automatically enables colors when outputting onto a tty and\&
-the \fBNO_COLOR\fR environment variable is not set or is an empty string.
+the \fINO_COLOR\fR environment variable is not set or is an empty string.
 .sp
 Default: \fBauto\fR
 .
@@ -173,14 +209,6 @@
 .sp
 Default: \fBplatform-dependent\fR (use \fB--config-path\fR to see the default 
path for your system)
 .
-.TP 4
-.B -v, --version
-Print version information.
-.
-.TP 4
-.B -h, --help
-Print a help message.
-.
 .
 .SH CONFIGURATION
 To generate a default config file, run:
@@ -189,7 +217,7 @@
 \fItldr\fR --gen-config > "$(\fItldr\fR --config-path)"
 .fi
 .PP
-See \fBhttps://github.com/tldr-pages/tlrc#configuration\fR for an example 
config file\&
+See \fB\%https://github.com/tldr-pages/tlrc#configuration\fR for an example 
config file\&
 with explanations.
 .sp
 The default config path depends on your operating system:
@@ -207,24 +235,24 @@
 .
 .
 .SH EXAMPLES
-See the tldr page for \fBtar\fR:
+See the tldr page for \fItar\fR:
 .IP
 .nf
-\fItldr\fR tar
+\fBtldr\fR \fItar\fR
 .fi
 .PP
 .
-See the tldr page for \fBdiskpart\fR, from platform \fBwindows\fR:
+See the tldr page for \fIdiskpart\fR, from platform \fIwindows\fR:
 .IP
 .nf
-\fItldr\fR --platform windows diskpart
+\fBtldr\fR --platform \fIwindows diskpart\fR
 .fi
 .PP
 .
-Search for pages that contain the string \fBtar\fR:
+Search for pages that contain the string \fItar\fR:
 .IP
 .nf
-\fItldr\fR --search tar
+\fBtldr\fR --search \fItar\fR
 .fi
 .PP
 .
@@ -255,20 +283,24 @@
 Tldr syntax error (e.g. a non-empty line that does not start with '# ', '> ', 
'- ' or '`')
 .
 .
+.SH AUTHOR
+Lena Pastwa <[email protected]>
+.
+.
 .SH SEE ALSO
 tldr client specification
 .br
-.B https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md
+.B \%https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md
 .br
 .sp
 tlrc repository (report issues with the client here)
 .br
-.B https://github.com/tldr-pages/tlrc
+.B \%https://github.com/tldr-pages/tlrc
 .sp
 tldr-pages repository (report issues with the pages here)
 .br
-.B https://github.com/tldr-pages/tldr
+.B \%https://github.com/tldr-pages/tldr
 .sp
 An online version of this man page is available here:
 .br
-.B https://tldr.sh/tlrc
+.B \%https://tldr.sh/tlrc

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/tlrc/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.tlrc.new.1937/vendor.tar.zst differ: char 7, line 1

Reply via email to