From: Jean-Baptiste Note <jean-baptiste.note@m4x.org>
To: 70670@debbugs.gnu.org
Cc: Jean-Baptiste Note <jean-baptiste.note@m4x.org>
Subject: [bug#70670] [PATCH 2/2] doc: Augment dnsmasq-service-type documentation.
Date: Tue, 30 Apr 2024 13:04:32 +0000 [thread overview]
Message-ID: <20240430130449.7992-2-jean-baptiste.note@m4x.org> (raw)
In-Reply-To: <20240430125738.24600-1-jean-baptiste.note@m4x.org>
doc/guix.texi: Fix typo in --tftp-root logic description. Add paragraph about
the precise behaviour of the tftp-unique-root parameter.
---
doc/guix.texi | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 3f5d4e7f0d..3a9afcd814 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -33463,12 +33463,17 @@ format).
For instance, if @option{--tftp-root} is @samp{/tftp} and client
@samp{1.2.3.4} requests file @file{myfile} then the effective path will
be @file{/tftp/1.2.3.4/myfile} if @file{/tftp/1.2.3.4} exists or
-@file{/tftp/myfile} otherwise. When @samp{=mac} is specified it will
+@file{/tftp/myfile} otherwise. When @samp{mac} is specified it will
append the MAC address instead, using lowercase zero padded digits
separated by dashes, e.g.: @samp{01-02-03-04-aa-bb}. Note that
resolving MAC addresses is only possible if the client is in the local
network or obtained a DHCP lease from dnsmasq.
+The empty string yields a naked @option{--tftp-unique-root} argument to
+@command{dnsmasq}; any other string @samp{str} will yield
+@option{--tftp-unique-root=str}. Currently admissible values for
+@command{dnsmasq} are @samp{mac} and @samp{ip}.
+
@end table
@end deftp
--
2.41.0
prev parent reply other threads:[~2024-04-30 13:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-30 12:57 [bug#70670] [PATCH 0/2] Fix tftp-unique-root option for service dnsmasq Jean-Baptiste Note
2024-04-30 13:04 ` [bug#70670] [PATCH 1/2] services: dnsmasq: Fix tftp-unique-root option Jean-Baptiste Note
2024-04-30 13:04 ` Jean-Baptiste Note [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240430130449.7992-2-jean-baptiste.note@m4x.org \
--to=jean-baptiste.note@m4x.org \
--cc=70670@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).