Junio C Hamano <gitster@xxxxxxxxx> writes: >> - Save the process id in 'file'. >> + Save the process id in 'file'. When `--inetd` is in use, this >> + option is not needed. > > Is it "is not needed"? I think you meant to say "is ignored", > IOW, no pid file is written. Corrected git repository http://cante.net/~jaalto/git/git Branch: git-daemon.txt+option--pid-file.collapse Documentation/git-daemon.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index f902161..861d68f 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -124,7 +124,8 @@ OPTIONS Detach from the shell. Implies --syslog. --pid-file=file:: - Save the process id in 'file'. + Save the process id in 'file'. When `--inetd` is in use, this + option is ignored. --user=user, --group=group:: Change daemon's uid and gid before entering the service loop. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html