diff --git a/sm5/TODO b/sm5/TODO
index c54bee4f285d1080d347aaef66da0a38ad7ffc02..3979c30fc2bb4cc04a89dca2eb662ee7fc825821 100644
--- a/sm5/TODO
+++ b/sm5/TODO
@@ -4,7 +4,7 @@ Home page of code is: http://smartmontools.sourceforge.net
 
 Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
-$Id: TODO,v 1.24 2002/11/21 17:45:59 ballen4705 Exp $
+$Id: TODO,v 1.25 2002/11/21 18:14:29 knan Exp $
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
@@ -61,10 +61,10 @@ Add following config file directives:
   -f                    enable autosave of attributes
   -o                    enable automatic offline testing
 
-Use daemon (8) function instead of do-it-yourself daemon_init().  But,
+Use daemon (3) function instead of do-it-yourself daemon_init().  But,
 does it close all open file descriptors?  Must read glibc code to see:
 documentation unclear. [Some discussion indicates that this is
-not a good idea.  Daemon (8) is not in all standard libraries.]
+not a good idea.  Daemon (3) is not in all standard libraries.]
 
 General Fixes
 -------------