diff options
Diffstat (limited to 'usr.sbin/httpd/src/include/ap.h')
-rw-r--r-- | usr.sbin/httpd/src/include/ap.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/httpd/src/include/ap.h b/usr.sbin/httpd/src/include/ap.h index 4a3b554221e..dbe41bfe83d 100644 --- a/usr.sbin/httpd/src/include/ap.h +++ b/usr.sbin/httpd/src/include/ap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ap.h,v 1.13 2005/03/28 23:26:51 niallo Exp $ */ +/* $OpenBSD: ap.h,v 1.14 2008/05/09 08:06:27 mbalmer Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -88,8 +88,9 @@ API_EXPORT(long) ap_strtol(const char *nptr, char **endptr, int base); /* ap_vformatter() is a generic printf-style formatting routine * with some extensions. The extensions are: * - * %pA takes a struct in_addr *, and prints it as a.b.c.d - * %pI takes a struct sockaddr_in * and prints it as a.b.c.d:port + * %pA takes a struct in_addr *, and prints it as a.b.c.d + * %pI takes a struct sockaddr * and prints it as a.b.c.d:port, or + * ipv6-numeric-addr:port * %pp takes a void * and outputs it in hex * * The %p hacks are to force gcc's printf warning code to skip |