diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-06 19:31:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-06 19:31:53 +0100 |
commit | 0b773371b1f49d3e56e027ba1c5826cdc8e12f50 (patch) | |
tree | d64958db79e106db6613c0b536780b23c9f2a372 /man | |
parent | Add more man pages (diff) | |
download | libsimple-0b773371b1f49d3e56e027ba1c5826cdc8e12f50.tar.gz libsimple-0b773371b1f49d3e56e027ba1c5826cdc8e12f50.tar.bz2 libsimple-0b773371b1f49d3e56e027ba1c5826cdc8e12f50.tar.xz |
Add tests for mem[p]setelem and add man pages for libsimple_default_failure_exit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
l--------- | man/libsimple_default_failure_exit.3 | 1 | ||||
-rw-r--r-- | man/libsimple_vweprintf.3 | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/man/libsimple_default_failure_exit.3 b/man/libsimple_default_failure_exit.3 new file mode 120000 index 0000000..39ff456 --- /dev/null +++ b/man/libsimple_default_failure_exit.3 @@ -0,0 +1 @@ +libsimple_vweprintf.3
\ No newline at end of file diff --git a/man/libsimple_vweprintf.3 b/man/libsimple_vweprintf.3 index ef2bedd..ca241b1 100644 --- a/man/libsimple_vweprintf.3 +++ b/man/libsimple_vweprintf.3 @@ -1,10 +1,12 @@ -.TH LIBSIMPLE_VWEPRINTF 3 2018-11-05 libsimple +.TH LIBSIMPLE_VWEPRINTF 3 2018-11-06 libsimple .SH NAME libsimple_vweprintf \- print an error message .SH SYNOPSIS .nf #include <libsimple.h> +extern int libsimple_default_failure_exit; + void libsimple_vweprintf(const char *\fIfmt\fP, va_list \fIap\fP); static inline void libsimple_weprintf(const char *\fIfmt\fP, ...); static inline void libsimple_venprintf(int \fIstatus\fP, const char *\fIfmt\fP, va_list \fIap\fP); @@ -173,7 +175,6 @@ None. .SH BUGS None. .SH SEE ALSO -.BR libsimple_vweprintf (3), .BR perror (3), .BR fprintf (3), .BR exit (3) |