gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7313 - in GNUnet: doc/man src/include src/util/os


From: gnunet
Subject: [GNUnet-SVN] r7313 - in GNUnet: doc/man src/include src/util/os
Date: Mon, 23 Jun 2008 12:03:58 -0600 (MDT)

Author: holindho
Date: 2008-06-23 12:03:58 -0600 (Mon, 23 Jun 2008)
New Revision: 7313

Modified:
   GNUnet/doc/man/gnunetd.1
   GNUnet/src/include/gnunet_util_os.h
   GNUnet/src/util/os/console.c
   GNUnet/src/util/os/daemontest.c
Log:
fix typos


Modified: GNUnet/doc/man/gnunetd.1
===================================================================
--- GNUnet/doc/man/gnunetd.1    2008-06-23 17:57:16 UTC (rev 7312)
+++ GNUnet/doc/man/gnunetd.1    2008-06-23 18:03:58 UTC (rev 7313)
@@ -1,12 +1,12 @@
 .TH GNUNETD "1" "11 Nov 2006" "GNUnet"
 .SH NAME
-gnunetd \- The GNUnet deamon
+gnunetd \- The GNUnet daemon
 .SH SYNOPSIS
 .B gnunetd
 [\fIOPTIONS\fR]
 .SH DESCRIPTION
 .PP
-The GNUnet deamon, required for any GNUnet operations (searches, downloads, 
etc). gnunetd does not require root rights.
+The GNUnet daemon, required for any GNUnet operations (searches, downloads, 
etc). gnunetd does not require root rights.
 .TP
 \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
 load config file (default: /etc/gnunet.conf)

Modified: GNUnet/src/include/gnunet_util_os.h
===================================================================
--- GNUnet/src/include/gnunet_util_os.h 2008-06-23 17:57:16 UTC (rev 7312)
+++ GNUnet/src/include/gnunet_util_os.h 2008-06-23 18:03:58 UTC (rev 7313)
@@ -362,7 +362,7 @@
 
 /**
  * Fork and start a new session to go into the background
- * in the way a good deamon should.  Also writes the PID
+ * in the way a good daemon should.  Also writes the PID
  * file.
  *
  * @param section section in the configuration for the PID filename

Modified: GNUnet/src/util/os/console.c
===================================================================
--- GNUnet/src/util/os/console.c        2008-06-23 17:57:16 UTC (rev 7312)
+++ GNUnet/src/util/os/console.c        2008-06-23 18:03:58 UTC (rev 7313)
@@ -225,7 +225,7 @@
 
 /**
  * Fork and start a new session to go into the background
- * in the way a good deamon should.
+ * in the way a good daemon should.
  *
  * @param filedes pointer to an array of 2 file descriptors
  *        to complete the detachment protocol (handshake)

Modified: GNUnet/src/util/os/daemontest.c
===================================================================
--- GNUnet/src/util/os/daemontest.c     2008-06-23 17:57:16 UTC (rev 7312)
+++ GNUnet/src/util/os/daemontest.c     2008-06-23 18:03:58 UTC (rev 7313)
@@ -74,4 +74,4 @@
   return 0;
 }
 
-/* end of deamontest.c */
+/* end of daemontest.c */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]