[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:25 UTC 2011


The following commit has been merged in the upstream branch:
commit 9e020ee92afc6b45a315fbf434910905d8d2316e
Author: Clint Adams <schizo at debian.org>
Date:   Fri Aug 6 19:02:18 2004 +0000

    add lengthier explanation of fd base for TCP mode.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-18

diff --git a/debian/changelog b/debian/changelog
index 3f0313c..0ea59a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ fakeroot (1.0.6) unstable; urgency=low
 
   * doc/fakeroot.1: Fix misspelling of 'where'.   closes: #259341.
   * doc/es/fakeroot.1, doc/es/faked.1: updated Spanish manpage translations
-    from Rubén Porras Camp.  closes: #263035.
+    from Rubén Porras Campo.  closes: #263035.
   * doc/faked.1, doc/fakeroot.1: fix Ray's email address.
+  * doc/fakeroot.1: add lengthier explanation of fd base for TCP mode.
 
  -- Clint Adams <schizo at debian.org>  Thu, 15 Jul 2004 09:34:31 -0400
 
diff --git a/doc/fakeroot.1 b/doc/fakeroot.1
index beacb16..a04a5df 100644
--- a/doc/fakeroot.1
+++ b/doc/fakeroot.1
@@ -109,7 +109,10 @@ Use the real ownership of files previously unknown to fakeroot instead of
 pretending they are owned by root:root.
 .TP
 .BI \-b \ fd
-Specify fd base (TCP mode only).
+Specify fd base (TCP mode only). fd is the minimum file descriptor
+number to use for TCP connections; this may be important to avoid
+conflicts with the file descriptors used by the programs being run
+under fakeroot.
 .TP
 .BI \-h
 Display help.

-- 
fakeroot



More information about the Fakeroot-commits mailing list