[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74151] [PATCH v2 1/9] doc: Use @table @code for anonip-configuratio
From: |
Maxim Cournoyer |
Subject: |
[bug#74151] [PATCH v2 1/9] doc: Use @table @code for anonip-configuration doc. |
Date: |
Fri, 1 Nov 2024 21:39:21 +0900 |
* doc/guix.texi (Log Rotation): Use @table @code for anonip-configuration doc.
Change-Id: Ib6f8136715ecabc81d53dc13a14f4b111302c5c9
---
doc/guix.texi | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 5768e195b0..b519b483fe 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20788,30 +20788,30 @@ Log Rotation
The following optional settings may be provided:
-@table @asis
-@item @code{skip-private?}
+@table @code
+@item skip-private?
When @code{#true} do not mask addresses in private ranges.
-@item @code{column}
+@item column
A 1-based indexed column number. Assume IP address is in the specified
column (default is 1).
-@item @code{replacement}
+@item replacement
Replacement string in case address parsing fails, e.g. @code{"0.0.0.0"}.
-@item @code{ipv4mask}
+@item ipv4mask
Number of bits to mask in IPv4 addresses.
-@item @code{ipv6mask}
+@item ipv6mask
Number of bits to mask in IPv6 addresses.
-@item @code{increment}
+@item increment
Increment the IP address by the given number. By default this is zero.
-@item @code{delimiter}
+@item delimiter
Log delimiter string.
-@item @code{regex}
+@item regex
Regular expression for detecting IP addresses. Use this instead of
@code{column}.
@end table
@end deftp
base-commit: 4009d1de954d694cb11af391d4113d29c5c1379d
--
2.46.0
- [bug#74151] [PATCH 0/7] Add anonip system test., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 1/7] doc: Use @table @code for anonip-configuration doc., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 2/7] services: anonip: Add 'debug?' configuration field., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 3/7] system/vm: Fix virtual-machine bug., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 4/7] tests: web: Have the retry-on-error throw on exhausted attempts., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 5/7] services: herd: Export 'eval-there' in API., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 6/7] build: marionette: Make it possible to reboot VM during tests., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 7/7] tests: Add anonip system test., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 1/9] doc: Use @table @code for anonip-configuration doc.,
Maxim Cournoyer <=
- [bug#74151] [PATCH v2 4/9] tests: web: Have the retry-on-error throw on exhausted attempts., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 2/9] services: anonip: Add 'debug?' configuration field., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 3/9] system/vm: Fix virtual-machine bug., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 7/9] tests: Add anonip system test., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 5/9] services: herd: Export 'eval-there' in API., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 6/9] build: marionette: Make it possible to reboot VM during tests., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 8/9] tests: web: Add nginx+anonip test., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 9/9] services: web: Fix race between nginx activation and anonip., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 0/7] Add anonip system test., Ludovic Courtès, 2024/11/20