summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--ayy.319
-rw-r--r--lmao.319
3 files changed, 39 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36ac9d3..885b3f5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ install: libayylmao.so libayylmao.a
mkdir -p -- $(PREFIX)/lib $(PREFIX)/include
install -m 0644 -- *.h $(PREFIX)/include
install -m 0644 -- *.so *.a $(PREFIX)/lib
+ install -m 0644 -- *.3 $(PREFIX)/share/man/man3
clean:
rm -f -- *.a *.o *.so
diff --git a/ayy.3 b/ayy.3
new file mode 100644
index 0000000..ba00f69
--- /dev/null
+++ b/ayy.3
@@ -0,0 +1,19 @@
+.TH AYY 3 2016-03-22 "ayy lmao" "Stoned Alien Programmer's Manual"
+.SH NAME
+ayy \- print "ayy" to stdout
+.SH SYNOPSIS
+.nf
+.B #include <ayylmao.h>
+.sp
+.BI "void ayy(void);"
+.SH DESCRIPTION
+The
+.BR ayy ()
+function prints the string "ayy", followed by a newline, to stdout.
+.SH RETURN VALUE
+None.
+.SH NOTES
+ayy lmao
+.SH SEE ALSO
+.BR ayylmao (1),
+.BR lmao (3)
diff --git a/lmao.3 b/lmao.3
new file mode 100644
index 0000000..65f9157
--- /dev/null
+++ b/lmao.3
@@ -0,0 +1,19 @@
+.TH LMAO 3 2016-03-22 "lmao lmao" "Stoned Alien Programmer's Manual"
+.SH NAME
+lmao \- print "lmao" to stdout
+.SH SYNOPSIS
+.nf
+.B #include <ayylmao.h>
+.sp
+.BI "void lmao(void);"
+.SH DESCRIPTION
+The
+.BR lmao ()
+function prints the string "lmao", followed by a newline, to stdout.
+.SH RETURN VALUE
+None.
+.SH NOTES
+ayy lmao
+.SH SEE ALSO
+.BR ayylmao (1),
+.BR ayy (3)