From 74184a8284b9661683b975695a2f226b3c8012bd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 22 Mar 2016 19:44:14 +1300 Subject: Manual pages for ayy(3) and lmao(3) --- Makefile | 1 + ayy.3 | 19 +++++++++++++++++++ lmao.3 | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 ayy.3 create mode 100644 lmao.3 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 +.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 +.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) -- cgit v1.2.3