diff options
author | 2008-12-17 20:25:14 +0000 | |
---|---|---|
committer | 2008-12-17 20:25:14 +0000 | |
commit | 7bc8ca5f35713f9cb13f19bedefe9789b0621e00 (patch) | |
tree | 7ca6b294356e2eeac7d5206f60d7ccb7ea5cdd5b | |
parent | Make the code that picks an IRQ from the list of possible IRQs a bit smarter (diff) | |
download | wireguard-openbsd-7bc8ca5f35713f9cb13f19bedefe9789b0621e00.tar.xz wireguard-openbsd-7bc8ca5f35713f9cb13f19bedefe9789b0621e00.zip |
typo
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index 6d715d72f74..d525cf4463d 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.32 2008/06/18 05:42:29 brad Exp $ +.\" $OpenBSD: httpd.8,v 1.33 2008/12/17 20:25:14 miod 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. @@ -50,7 +50,7 @@ .\" Supercomputing Applications, University of Illinois, Urbana-Champaign. .\" For more information on the Apache Group and the Apache HTTP server .\" project, please see <http://www.apache.org/>. -.Dd $Mdocdate: June 18 2008 $ +.Dd $Mdocdate: December 17 2008 $ .Dt HTTPD 8 .Os .Sh NAME @@ -234,7 +234,7 @@ Run syntax tests for configuration files only, including DocumentRoot checks. The program immediately exits after this syntax parsing with either a return code of 0 (Syntax OK) or return code not equal to 0 (Syntax Error). .It Fl U -Do not assume a specific address familiy for ambiguous specifications. +Do not assume a specific address family for ambiguous specifications. .It Fl u By default .Nm |