diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-30 16:12:19 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-01 23:14:46 +0900 |
commit | ab554d60483a17c785676bf28e7f7c95d700ba4d (patch) | |
tree | 3902d335f756ff699327fc1c511c2e3d3b087a46 | |
parent | 08dc72473b1c2ad06caf6a2faf21bcb7d4f5f9e5 (diff) | |
download | guix-ab554d60483a17c785676bf28e7f7c95d700ba4d.tar guix-ab554d60483a17c785676bf28e7f7c95d700ba4d.tar.gz |
doc: Use @table @code for anonip-configuration doc.
* doc/guix.texi (Log Rotation): Use @table @code for anonip-configuration doc.
Change-Id: Ib6f8136715ecabc81d53dc13a14f4b111302c5c9
-rw-r--r-- | doc/guix.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1f83f0b2e3..40d341f020 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20788,30 +20788,30 @@ The file name of the processed log file. 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 |