diff options
author | gabor <gabor@FreeBSD.org> | 2007-11-20 14:13:49 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-11-20 14:13:49 +0000 |
commit | 076ec4e67491d0c3bf3ff98f1225755cf706a866 (patch) | |
tree | a693ee99001edaef25b860c784f93b46af341393 | |
parent | 84ff46e888a8ebf3a276c6c63099a77a59bc9fa9 (diff) | |
download | FreeBSD-src-076ec4e67491d0c3bf3ff98f1225755cf706a866.zip FreeBSD-src-076ec4e67491d0c3bf3ff98f1225755cf706a866.tar.gz |
- Add callout_init_rw.9 to MLINKS of timeout.9
Forgotten by: gabor
Reminded by: ru
-rw-r--r-- | share/man/man9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 4d41881..a1f3504 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1138,6 +1138,7 @@ MLINKS+=timeout.9 callout.9 \ timeout.9 callout_handle_init.9 \ timeout.9 callout_init.9 \ timeout.9 callout_init_mtx.9 \ + timeout.9 callout_init_rw.9 \ timeout.9 callout_pending.9 \ timeout.9 callout_reset.9 \ timeout.9 callout_stop.9 \ |