From 9a2fc6c12e7b2f3cd2922c90dfdd18cb5dd0367b Mon Sep 17 00:00:00 2001 From: knan <knan@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 21 Nov 2002 18:14:29 +0000 Subject: [PATCH] Nitpick: daemon(3) not (8) :) git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@299 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sm5/TODO b/sm5/TODO index c54bee4f2..3979c30fc 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 ------------- -- GitLab