diff options
author | Silvino <silvino@bk.ru> | 2019-07-29 18:33:40 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-07-29 18:33:40 +0100 |
commit | ee84e47238980b2100d88f410d01fefcb7aa1d16 (patch) | |
tree | 56c6b628cab34f107d1d36a98cbc5d97ea5f3a63 /dev/c/lib.html | |
parent | 79bfadccf36138b77df85621ae02ccbb39f45f8c (diff) | |
download | doc-ee84e47238980b2100d88f410d01fefcb7aa1d16.tar.gz |
fix dev c indexes
Diffstat (limited to 'dev/c/lib.html')
-rw-r--r-- | dev/c/lib.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/c/lib.html b/dev/c/lib.html index 4531d7a..5e3f1f7 100644 --- a/dev/c/lib.html +++ b/dev/c/lib.html @@ -5,7 +5,7 @@ <title>Libraries</title> </head> <body> - <a href="../index.html">C & GDB Index</a> + <a href="index.html">C Index</a> <h1>Libraries</h1> @@ -243,11 +243,11 @@ void pthread_exit(void *value_ptr); </pre> - <a href="../index.html">C & GDB Index</a> + <a href="index.html">C Index</a> <p> This is part of the Hive System Documentation. - Copyright (C) 2018 + Copyright (C) 2019 Hive Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> |