aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 22:45:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:29 +0100
commitd4f25caabd6098a2cbb713c9cd8228c1f9a26fe4 (patch)
treefd9e4747415780951809ae3c1ff7330a32853923 /src/util
parente13e66d0dc6a79f6dfe469ba075f307c006fdb66 (diff)
downloadgnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.tar.gz
gnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.zip
-DOC: Minor fixes to doc comments (mostly correcting typos) to resolve 'unknown command' warnings
Diffstat (limited to 'src/util')
-rw-r--r--src/util/configuration.c4
-rw-r--r--src/util/gnunet-service-resolver.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 27e6cf612..5c415aff7 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -91,7 +91,7 @@ struct ConfigSection
91 /** 91 /**
92 * Is the configuration section marked as inaccessible? 92 * Is the configuration section marked as inaccessible?
93 * 93 *
94 * This can happen if the section name is used in an @inline-secret@ 94 * This can happen if the section name is used in an \@inline-secret\@
95 * directive, but the referenced file can't be found or accessed. 95 * directive, but the referenced file can't be found or accessed.
96 */ 96 */
97 bool inaccessible; 97 bool inaccessible;
@@ -135,7 +135,7 @@ struct ConfigFile
135 135
136 /** 136 /**
137 * Was this configuration file parsed via 137 * Was this configuration file parsed via
138 * @inline-secret@? 138 * \@inline-secret\@?
139 */ 139 */
140 char *hint_restrict_section; 140 char *hint_restrict_section;
141 141
diff --git a/src/util/gnunet-service-resolver.c b/src/util/gnunet-service-resolver.c
index 9bde04117..8a89fbb37 100644
--- a/src/util/gnunet-service-resolver.c
+++ b/src/util/gnunet-service-resolver.c
@@ -314,7 +314,7 @@ extract_search_domain (const char *line, size_t line_len)
314 * Reads the list of nameservers from /etc/resolve.conf 314 * Reads the list of nameservers from /etc/resolve.conf
315 * 315 *
316 * @param server_addrs[out] a list of null-terminated server address strings 316 * @param server_addrs[out] a list of null-terminated server address strings
317 * @return the number of server addresses in @server_addrs, -1 on error 317 * @return the number of server addresses in @a server_addrs, -1 on error
318 */ 318 */
319static int 319static int
320lookup_dns_servers (char ***server_addrs) 320lookup_dns_servers (char ***server_addrs)