diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-22 13:33:19 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-22 13:33:19 +0000 |
commit | c8040f53f08a337c281d02c81a77206c04909ee9 (patch) | |
tree | 43a900c8d6e58219d8722a147e82f30c0103c65a /usr.sbin | |
parent | 7777ec089347658b0a8632011b6e6681f8bfdeb8 (diff) |
we document '-F' as introduced with apache 1.3.26 in httpd(8).
apache people don't.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index e1d8f826846..08ee00d3a73 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.6 2002/07/09 16:59:40 deraadt Exp $ +.\" $OpenBSD: httpd.8,v 1.7 2002/07/22 13:33:18 henning Exp $ .\" Copyright (c) 1995-1997 David Robinson. All rights reserved. .\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. .\" Copyright (c) 1998-1999 Bob Beck. All rights reserved. @@ -57,7 +57,7 @@ .Nd Apache hypertext transfer protocol server .Sh SYNOPSIS .Nm httpd -.Op Fl hlLSvuVX +.Op Fl FhlLSvuVX .Op Fl d Ar serverroot .Op Fl f Ar config .Op Fl c Ar directive @@ -173,6 +173,8 @@ Sets a configuration which can be used with <IfDefine>...</IfDefine> sections in the configuration files to conditionally skip or process commands. +.It Fl F +Run the main process in foreground. For process supervisors. .It Fl h Output a short summary of available command line options. .It Fl l |