From 5246da15e870b83bb0c803bde31317b01731b23f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 16 May 2017 14:52:18 +0000 Subject: Add stub documentation files to avoid 404 --- doc/flags.html | 2 +- doc/libstddjb/bufalloc.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/bytestr.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/cdb.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/cdb_make.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/direntry.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/env.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/envalloc.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/fmtscan.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/getpeereid.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/iobuffer.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/mininetstring.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/netstring.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/segfault.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/sgetopt.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/sig.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/skamisc.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/socket.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/strerr.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/strerr2.html | 28 ++++++++++++++++++++++++++++ doc/libstddjb/webipc.html | 28 ++++++++++++++++++++++++++++ 21 files changed, 561 insertions(+), 1 deletion(-) create mode 100644 doc/libstddjb/bufalloc.html create mode 100644 doc/libstddjb/bytestr.html create mode 100644 doc/libstddjb/cdb.html create mode 100644 doc/libstddjb/cdb_make.html create mode 100644 doc/libstddjb/direntry.html create mode 100644 doc/libstddjb/env.html create mode 100644 doc/libstddjb/envalloc.html create mode 100644 doc/libstddjb/fmtscan.html create mode 100644 doc/libstddjb/getpeereid.html create mode 100644 doc/libstddjb/iobuffer.html create mode 100644 doc/libstddjb/mininetstring.html create mode 100644 doc/libstddjb/netstring.html create mode 100644 doc/libstddjb/segfault.html create mode 100644 doc/libstddjb/sgetopt.html create mode 100644 doc/libstddjb/sig.html create mode 100644 doc/libstddjb/skamisc.html create mode 100644 doc/libstddjb/socket.html create mode 100644 doc/libstddjb/strerr.html create mode 100644 doc/libstddjb/strerr2.html create mode 100644 doc/libstddjb/webipc.html diff --git a/doc/flags.html b/doc/flags.html index b054cb8..4867595 100644 --- a/doc/flags.html +++ b/doc/flags.html @@ -109,7 +109,7 @@ interpretation of Single Unix requires the system clock to be set to UTC). is flawed: it makes the mistake of setting the system clock itself - instead of simply making the computed time available to other programs, one of which could set the system clock - and it always sets it to UTC. (The -s6-networking +s6-networking package provides alternate ways to synchronize your clock, though.) diff --git a/doc/libstddjb/bufalloc.html b/doc/libstddjb/bufalloc.html new file mode 100644 index 0000000..a199341 --- /dev/null +++ b/doc/libstddjb/bufalloc.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the bufalloc header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/bufalloc.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/bytestr.html b/doc/libstddjb/bytestr.html new file mode 100644 index 0000000..34a3ffc --- /dev/null +++ b/doc/libstddjb/bytestr.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the bytestr header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/bytestr.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/cdb.html b/doc/libstddjb/cdb.html new file mode 100644 index 0000000..182a7a4 --- /dev/null +++ b/doc/libstddjb/cdb.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the cdb header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/cdb.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/cdb_make.html b/doc/libstddjb/cdb_make.html new file mode 100644 index 0000000..e678f06 --- /dev/null +++ b/doc/libstddjb/cdb_make.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the cdb_make header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/cdb_make.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/direntry.html b/doc/libstddjb/direntry.html new file mode 100644 index 0000000..c3e651f --- /dev/null +++ b/doc/libstddjb/direntry.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the direntry header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/direntry.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/env.html b/doc/libstddjb/env.html new file mode 100644 index 0000000..2db3dc3 --- /dev/null +++ b/doc/libstddjb/env.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the env header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/env.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/envalloc.html b/doc/libstddjb/envalloc.html new file mode 100644 index 0000000..1f45269 --- /dev/null +++ b/doc/libstddjb/envalloc.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the envalloc header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/envalloc.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/fmtscan.html b/doc/libstddjb/fmtscan.html new file mode 100644 index 0000000..6926c5c --- /dev/null +++ b/doc/libstddjb/fmtscan.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the fmtscan header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/fmtscan.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/getpeereid.html b/doc/libstddjb/getpeereid.html new file mode 100644 index 0000000..2452f46 --- /dev/null +++ b/doc/libstddjb/getpeereid.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the getpeereid header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/getpeereid.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/iobuffer.html b/doc/libstddjb/iobuffer.html new file mode 100644 index 0000000..27af4ba --- /dev/null +++ b/doc/libstddjb/iobuffer.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the iobuffer header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/iobuffer.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/mininetstring.html b/doc/libstddjb/mininetstring.html new file mode 100644 index 0000000..21b478e --- /dev/null +++ b/doc/libstddjb/mininetstring.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the mininetstring header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/mininetstring.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/netstring.html b/doc/libstddjb/netstring.html new file mode 100644 index 0000000..241e022 --- /dev/null +++ b/doc/libstddjb/netstring.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the netstring header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/netstring.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/segfault.html b/doc/libstddjb/segfault.html new file mode 100644 index 0000000..20ca494 --- /dev/null +++ b/doc/libstddjb/segfault.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the segfault header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/segfault.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/sgetopt.html b/doc/libstddjb/sgetopt.html new file mode 100644 index 0000000..f912e31 --- /dev/null +++ b/doc/libstddjb/sgetopt.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the sgetopt header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/sgetopt.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/sig.html b/doc/libstddjb/sig.html new file mode 100644 index 0000000..a364492 --- /dev/null +++ b/doc/libstddjb/sig.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the sig header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/sig.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/skamisc.html b/doc/libstddjb/skamisc.html new file mode 100644 index 0000000..21864fd --- /dev/null +++ b/doc/libstddjb/skamisc.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the skamisc header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/skamisc.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/socket.html b/doc/libstddjb/socket.html new file mode 100644 index 0000000..be8b46f --- /dev/null +++ b/doc/libstddjb/socket.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the socket header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/socket.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/strerr.html b/doc/libstddjb/strerr.html new file mode 100644 index 0000000..42d546f --- /dev/null +++ b/doc/libstddjb/strerr.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the strerr header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/strerr.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/strerr2.html b/doc/libstddjb/strerr2.html new file mode 100644 index 0000000..300e716 --- /dev/null +++ b/doc/libstddjb/strerr2.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the strerr2 header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/strerr2.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/webipc.html b/doc/libstddjb/webipc.html new file mode 100644 index 0000000..08ea623 --- /dev/null +++ b/doc/libstddjb/webipc.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the webipc header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/webipc.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + -- cgit v1.2.3