diff options
author | Joshua Branson <bransoj@hotmail.com> | 2015-09-29 01:07:19 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-09-29 01:09:41 +0200 |
commit | 7e5f8c6e0d01e4df0c70fc82101ef9b294138a41 (patch) | |
tree | 35075ddc3b96c0d9ec84d52409a97028695f470f /.gitignore | |
parent | 379feba88080eb8cd731bbd64b98cc0bbf10931a (diff) |
Minor documentation changes
* .gitignore: Add generated doc/hurd.aux, doc/hurd.cp, doc/hurd.cps,
doc/hurd.fn, doc/hurd.ky, doc/hurd.log, doc/hurd.pdf, doc/hurd.pg,
doc/hurd.sc, doc/hurd.toc, doc/hurd.tp, doc/hurd.vr files.
* doc/hurd.texi: Fix typo, complete explanation about sharing Mach devices.
Complete documentation for shutdown. Replace cthreads with POSIX threads.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -13,3 +13,15 @@ autom4te.cache/ /config.status /configure /version.h +/doc/hurd.aux +/doc/hurd.cp +/doc/hurd.cps +/doc/hurd.fn +/doc/hurd.ky +/doc/hurd.log +/doc/hurd.pdf +/doc/hurd.pg +/doc/hurd.sc +/doc/hurd.toc +/doc/hurd.tp +/doc/hurd.vr |