From 83b07ed8dd644efabe66c8053844babcf666d090 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 9 Nov 2012 10:48:56 +0000 Subject: [PATCH] Sort options alphabetically --- doc/source/privoxy-man-page.sgml | 72 +++++++++++++++++--------------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index f34b0ef8..c70f2bd1 100644 --- a/doc/source/privoxy-man-page.sgml +++ b/doc/source/privoxy-man-page.sgml @@ -5,7 +5,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: privoxy-man-page.sgml,v 2.43 2012/03/18 15:41:49 fabiankeil Exp $ + $Id: privoxy-man-page.sgml,v 2.44 2012/11/09 10:48:40 fabiankeil Exp $ Copyright (C) 2001-2012 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -72,14 +72,14 @@ privoxy + - pidfile - user[.group] - hostname + user[.group] + configfile @@ -94,6 +94,21 @@ + + + --chroot + + + Before changing to the user ID given in the --user option, chroot to + that user's home directory, i.e. make the kernel pretend to the + Privoxy process that the directory tree starts + there. If set up carefully, this can limit the impact of possible + vulnerabilities in Privoxy to the files contained in + that hierarchy. + + + + --config-test @@ -125,15 +140,6 @@ - - --version - - - Print version info and exit. - - - - --no-daemon @@ -156,6 +162,17 @@ + + --pre-chroot-nslookup hostname + + + Initialize the resolver library using hostname + before chroot'ing. On some systems this reduces the number of files + that must be copied into the chroot tree. + + + + --user user[.group] @@ -171,29 +188,16 @@ + - --chroot - - - Before changing to the user ID given in the --user option, chroot to - that user's home directory, i.e. make the kernel pretend to the - Privoxy process that the directory tree starts - there. If set up carefully, this can limit the impact of possible - vulnerabilities in Privoxy to the files contained in - that hierarchy. - - - - - --pre-chroot-nslookup hostname - - - Initialize the resolver library using hostname - before chroot'ing. On some systems this reduces the number of files - that must be copied into the chroot tree. - - + --version + + + Print version info and exit. + + + -- 2.39.2