aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Rv/nostd.out_markdown
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Rv/nostd.out_markdown')
-rw-r--r--regress/mdoc/Rv/nostd.out_markdown18
1 files changed, 18 insertions, 0 deletions
diff --git a/regress/mdoc/Rv/nostd.out_markdown b/regress/mdoc/Rv/nostd.out_markdown
new file mode 100644
index 00000000..5600556d
--- /dev/null
+++ b/regress/mdoc/Rv/nostd.out_markdown
@@ -0,0 +1,18 @@
+RV-NOSTD(3) - Library Functions Manual
+
+# NAME
+
+**Rv-nostd** - return value macros without -std arguments
+
+# RETURN VALUES
+
+no arguments:
+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.
+
+one argument:
+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.
+
+two arguments:
+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.
+
+OpenBSD - July 29, 2014