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

r1957 - in glibc-package/branches/glibc-2.5/debian: . local/manpages



Author: madcoder
Date: 2007-02-08 10:15:52 +0100 (Thu, 08 Feb 2007)
New Revision: 1957

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/local/manpages/rpcgen.1
Log:
Closes: 46175

  * Fix rpcgen(1) manpage, to match rpcgen(1) behaviour more closely.
    Closes: #46175.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>


Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-08 00:02:56 UTC (rev 1956)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-08 09:15:52 UTC (rev 1957)
@@ -132,6 +132,8 @@
   * patches/any/submitted-argph.h.diff: always have the same __NTH/__THROW
     definition everywhere in the glibc, and do not depend upon the includes
     ordering for it to be defined correctly. Closes: #377416.
+  * Fix rpcgen(1) manpage, to match rpcgen(1) behaviour more closely.
+    Closes: #46175.
 
  -- Aurelien Jarno <aurel32@debian.org>  Wed,  7 Feb 2007 13:56:40 +0100
 

Modified: glibc-package/branches/glibc-2.5/debian/local/manpages/rpcgen.1
===================================================================
--- glibc-package/branches/glibc-2.5/debian/local/manpages/rpcgen.1	2007-02-08 00:02:56 UTC (rev 1956)
+++ glibc-package/branches/glibc-2.5/debian/local/manpages/rpcgen.1	2007-02-08 09:15:52 UTC (rev 1957)
@@ -103,12 +103,11 @@
 file.
 Note:
 the transports are chosen at run time and not at compile time.
-When the server is self-started,
-it backgrounds itself by default.
-A special define symbol
-\f4RPC_SVC_FG\f1
-can be used to run the server process in foreground.
 .P
+When built for a port monitor (\f4rpcgen\f1 \f4\-I\f1), and that the server
+is self-started, it backgrounds itself by default.  A special define symbol
+\f4RPC_SVC_FG\f1 can be used to run the server process in foreground.
+.P
 The second synopsis provides special features which allow
 for the creation of more sophisticated RPC servers.
 These features include support for user provided



Reply to: