aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple-arg.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-08-18 12:13:55 +0200
committerMattias Andrée <maandree@kth.se>2024-08-18 12:13:55 +0200
commit15e18bfd75d021bb607646e525d02fbc20c8b188 (patch)
tree147e92edde4d2802b981b2577e4c4f46b86b0bdb /libsimple-arg.h
parentUpdate LIB_MINOR for next release (diff)
downloadlibsimple-15e18bfd75d021bb607646e525d02fbc20c8b188.tar.gz
libsimple-15e18bfd75d021bb607646e525d02fbc20c8b188.tar.bz2
libsimple-15e18bfd75d021bb607646e525d02fbc20c8b188.tar.xz
m doc fix + add to man pages when functions were introduced
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libsimple-arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple-arg.h b/libsimple-arg.h
index 3662b70..46039c1 100644
--- a/libsimple-arg.h
+++ b/libsimple-arg.h
@@ -473,7 +473,7 @@ struct longopt {
* This macro also defines `char *argv0`
*
* @param SYNOPSIS:const char * Description of the command line argument syntax
- * @parma STATUS:int The exit value for the process
+ * @param STATUS:int The exit value for the process
*
* @since 1.0
*/