]> pd.if.org Git - pdclib.old/commitdiff
Manual pages: renmae man->man3 to follow existing conventions. Add files _Exit.3...
authorOwen Shepherd <owen.shepherd@e43.eu>
Fri, 24 Aug 2012 16:54:44 +0000 (17:54 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Fri, 24 Aug 2012 16:54:44 +0000 (17:54 +0100)
15 files changed:
Jamfile
man3/_Exit.3 [new file with mode: 0644]
man3/abort.3 [moved from man/abort.3 with 100% similarity]
man3/assert.3 [moved from man/assert.3 with 100% similarity]
man3/assert.h.3 [moved from man/assert.h.3 with 100% similarity]
man3/at_quick_exit.3 [new file with mode: 0644]
man3/atexit.3 [moved from man/atexit.3 with 100% similarity]
man3/errno.3 [moved from man/errno.3 with 100% similarity]
man3/errno.h.3 [moved from man/errno.h.3 with 100% similarity]
man3/exit.3 [moved from man/exit.3 with 100% similarity]
man3/pdclib.3 [moved from man/pdclib.3 with 100% similarity]
man3/quick_exit.3 [new file with mode: 0644]
man3/strdup.3 [moved from man/strdup.3 with 100% similarity]
man3/string.h.3 [moved from man/string.h.3 with 100% similarity]
man3/strndup.3 [new file with mode: 0644]

diff --git a/Jamfile b/Jamfile
index 50e09f808758dd6995c76d81d549e1c186fba75d..92c10c2b71ca251d50124d61d6e3468c16b506f4 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -59,7 +59,7 @@ actions HtmlMan {
     mandoc -Thtml -Oincludes=../3/%I.html -Oman=../%S/%N.html -Ostyle=../style.css $(>) >$(<)\r
 }\r
 \r
-for manpg in [ GLOB man : *.3 ] {\r
+for manpg in [ GLOB man3 : *.3 ] {\r
     local section = [ SPLIT $(manpg:S) : . ] ;\r
     HtmlMan [ FDirName html $(section) $(manpg:B).html ] : $(manpg) ;\r
 }
\ No newline at end of file
diff --git a/man3/_Exit.3 b/man3/_Exit.3
new file mode 100644 (file)
index 0000000..fb49c66
--- /dev/null
@@ -0,0 +1 @@
+.so man3/exit.3
\ No newline at end of file
similarity index 100%
rename from man/abort.3
rename to man3/abort.3
similarity index 100%
rename from man/assert.3
rename to man3/assert.3
similarity index 100%
rename from man/assert.h.3
rename to man3/assert.h.3
diff --git a/man3/at_quick_exit.3 b/man3/at_quick_exit.3
new file mode 100644 (file)
index 0000000..e4331e4
--- /dev/null
@@ -0,0 +1 @@
+.so man3/atexit.3
\ No newline at end of file
similarity index 100%
rename from man/atexit.3
rename to man3/atexit.3
similarity index 100%
rename from man/errno.3
rename to man3/errno.3
similarity index 100%
rename from man/errno.h.3
rename to man3/errno.h.3
similarity index 100%
rename from man/exit.3
rename to man3/exit.3
similarity index 100%
rename from man/pdclib.3
rename to man3/pdclib.3
diff --git a/man3/quick_exit.3 b/man3/quick_exit.3
new file mode 100644 (file)
index 0000000..fb49c66
--- /dev/null
@@ -0,0 +1 @@
+.so man3/exit.3
\ No newline at end of file
similarity index 100%
rename from man/strdup.3
rename to man3/strdup.3
similarity index 100%
rename from man/string.h.3
rename to man3/string.h.3
diff --git a/man3/strndup.3 b/man3/strndup.3
new file mode 100644 (file)
index 0000000..7095026
--- /dev/null
@@ -0,0 +1 @@
+.so man3/strdup.3
\ No newline at end of file