mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
fix the manpage for mkd_line/mkd_generateline
This commit is contained in:
+2
-2
@@ -11,9 +11,9 @@ Markdown
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Fd #include <mkdio.h>
|
.Fd #include <mkdio.h>
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn mkd_line "char *string" "int size" "char **doc" "int flags"
|
.Fn mkd_line "char *string" "int size" "char **doc" "mkd_flag_t *flags"
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn mkd_generateline "char *string" "int size" "FILE *output" "int flags"
|
.Fn mkd_generateline "char *string" "int size" "FILE *output" "mkd_flag_t *flags"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Pp
|
.Pp
|
||||||
Occasionally one might want to do markdown translations on fragments of
|
Occasionally one might want to do markdown translations on fragments of
|
||||||
|
|||||||
Reference in New Issue
Block a user