diff options
Diffstat (limited to 'regress/mdoc/Rv/args.out_ascii')
-rw-r--r-- | regress/mdoc/Rv/args.out_ascii | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/regress/mdoc/Rv/args.out_ascii b/regress/mdoc/Rv/args.out_ascii new file mode 100644 index 00000000..d2b92536 --- /dev/null +++ b/regress/mdoc/Rv/args.out_ascii @@ -0,0 +1,22 @@ +RV-ARGS(3) Library Functions Manual RV-ARGS(3) + +NNAAMMEE + RRvv--aarrggss - arguments to the return value macro + +RREETTUURRNN VVAALLUUEESS + no arguments: + Upon successful completion, the value 0 is returned; otherwise the + value -1 is returned and the global variable _e_r_r_n_o is set to indicate the + error. + + one argument: + The oonnee() function returns the value 0 if successful; otherwise the + value -1 is returned and the global variable _e_r_r_n_o is set to indicate the + error. + + two arguments: + The oonnee() and ttwwoo() functions return the value 0 if successful; otherwise + the value -1 is returned and the global variable _e_r_r_n_o is set to indicate + the error. + +OpenBSD July 29, 2014 OpenBSD |