File: Remove-element-of-char-failing-the-doc-build.diff

package info (click to toggle)
swupdate 2025.05%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: ansic: 61,689; python: 6,304; perl: 5,901; makefile: 794; sh: 534; javascript: 229
file content (15 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Bastian Germann <bage@debian.org>
Date: Mon, 12 May 2025 11:59:25 +0200
Subject: Remove element-of char failing the doc build
---
--- a/suricatta/suricatta.lua
+++ b/suricatta/suricatta.lua
@@ -269,7 +269,7 @@ suricatta.channel = {
 --- @class suricatta.operation_channel
 --- @field channel          suricatta.open_channel           Channel table as returned by `suricatta.channel.open()`
 --- @field drain_messages   boolean  | nil                   Whether to flush all progress messages or only those while in-flight operation (default)
---- @field ∈                suricatta.channel.options | nil  Channel options to override for this operation
+--- @field                  suricatta.channel.options | nil  Channel options to override for this operation
 
 --- Install an update artifact from remote server or local file.
 --