diff options
author | Mattias Andrée <maandree@kth.se> | 2024-07-01 21:29:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-07-01 21:29:28 +0200 |
commit | 2a47a999bb86486700f47a22547bf66c39255ed9 (patch) | |
tree | 1600cbfc76f2ea68ea4cc28f124f9bec9161920e /man3 | |
parent | Add getexecpath functions (diff) | |
download | libsimple-2a47a999bb86486700f47a22547bf66c39255ed9.tar.gz libsimple-2a47a999bb86486700f47a22547bf66c39255ed9.tar.bz2 libsimple-2a47a999bb86486700f47a22547bf66c39255ed9.tar.xz |
Add missing man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man3')
l--------- | man3/_enprintf.3libsimple | 1 | ||||
l--------- | man3/_eprintf.3libsimple | 1 | ||||
l--------- | man3/_venprintf.3libsimple | 1 | ||||
l--------- | man3/_veprintf.3libsimple | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/man3/_enprintf.3libsimple b/man3/_enprintf.3libsimple new file mode 120000 index 0000000..d06df60 --- /dev/null +++ b/man3/_enprintf.3libsimple @@ -0,0 +1 @@ +enprintf.3libsimple
\ No newline at end of file diff --git a/man3/_eprintf.3libsimple b/man3/_eprintf.3libsimple new file mode 120000 index 0000000..7990141 --- /dev/null +++ b/man3/_eprintf.3libsimple @@ -0,0 +1 @@ +eprintf.3libsimple
\ No newline at end of file diff --git a/man3/_venprintf.3libsimple b/man3/_venprintf.3libsimple new file mode 120000 index 0000000..e007970 --- /dev/null +++ b/man3/_venprintf.3libsimple @@ -0,0 +1 @@ +venprintf.3libsimple
\ No newline at end of file diff --git a/man3/_veprintf.3libsimple b/man3/_veprintf.3libsimple new file mode 120000 index 0000000..5f64b97 --- /dev/null +++ b/man3/_veprintf.3libsimple @@ -0,0 +1 @@ +veprintf.3libsimple
\ No newline at end of file |