[BACK]Return to nostd.out_markdown CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Rv

Annotation of mandoc/regress/mdoc/Rv/nostd.out_markdown, Revision 1.2

1.1       schwarze    1: RV-NOSTD(3) - Library Functions Manual
                      2:
                      3: # NAME
                      4:
                      5: **Rv-nostd** - return value macros without -std arguments
                      6:
                      7: # RETURN VALUES
                      8:
                      9: no arguments:
                     10: Upon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable *errno* is set to indicate the error.
                     11:
                     12: one argument:
                     13: The **one**() function returns the value 0 if successful; otherwise the value -1 is returned and the global variable *errno* is set to indicate the error.
                     14:
                     15: two arguments:
                     16: The **one**() and **two**() functions return the value 0 if successful; otherwise the value -1 is returned and the global variable *errno* is set to indicate the error.
                     17:
1.2     ! schwarze   18: OpenBSD - July 4, 2017

CVSweb