aboutsummaryrefslogtreecommitdiff
path: root/src/gns/nss
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:26:46 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:58 +0100
commit7f85993041d102e57aaa69ed134ff6422d84c67e (patch)
tree151c5ffda7684801318fda9583da13e8ee63580b /src/gns/nss
parent8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536 (diff)
downloadgnunet-7f85993041d102e57aaa69ed134ff6422d84c67e.tar.gz
gnunet-7f85993041d102e57aaa69ed134ff6422d84c67e.zip
-DOC: Documentation cleanup pass through GNS subsystem
Diffstat (limited to 'src/gns/nss')
-rw-r--r--src/gns/nss/nss_gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/nss/nss_gns.c b/src/gns/nss/nss_gns.c
index 77b4340ee..ff34cedd5 100644
--- a/src/gns/nss/nss_gns.c
+++ b/src/gns/nss/nss_gns.c
@@ -193,7 +193,7 @@ finish:
193 * @param result the result hostent 193 * @param result the result hostent
194 * @param buffer the result buffer 194 * @param buffer the result buffer
195 * @param buflen length of the buffer 195 * @param buflen length of the buffer
196 * @param errnop[out] the low-level error code to return to the application 196 * @param[out] errnop the low-level error code to return to the application
197 * @param h_errnop idk 197 * @param h_errnop idk
198 * @return a nss_status code 198 * @return a nss_status code
199 */ 199 */
@@ -225,7 +225,7 @@ _nss_gns_gethostbyname_r (const char *name,
225 * @param result the result hostent 225 * @param result the result hostent
226 * @param buffer the result buffer 226 * @param buffer the result buffer
227 * @param buflen length of the buffer 227 * @param buflen length of the buffer
228 * @param errnop[out] the low-level error code to return to the application 228 * @param[out] errnop the low-level error code to return to the application
229 * @param h_errnop idk 229 * @param h_errnop idk
230 * @return NSS_STATUS_UNAVAIL 230 * @return NSS_STATUS_UNAVAIL
231 */ 231 */