coar 99/03/30 14:32:55
Modified: apidoc api.list Log: Fix some misspellings; links weren't being added correctly as a result. Revision Changes Path 1.9 +25 -25 apache-devsite/apidoc/api.list Index: api.list =================================================================== RCS file: /home/cvs/apache-devsite/apidoc/api.list,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- api.list 1999/03/06 18:16:23 1.8 +++ api.list 1999/03/30 22:32:55 1.9 @@ -1353,7 +1353,7 @@ |\ |dict-$*.html R|ap_bprintf\ - |int $*(buff *fb, const char *fmt, ...);\ + |int $*(BUFF *fb, const char *fmt, ...);\ |\ |\ |dict-$*.html @@ -1393,7 +1393,7 @@ |dict-$*.html R|ap_snprintf\ |int $*(char *buf, size_t nbytes, const char *fmt, ...);\ - |char buffer[huge_string_len];\nrequest_rec *r;\n \ + |char buffer[HUGE_STRING_LEN];\nrequest_rec *r;\n \ $*(buffer, sizeof(buffer), "connect %s http/1.0" crlf, r->uri);\ |\ |dict-$*.html @@ -1435,47 +1435,47 @@ |\ | R|ap_bclose\ - |int $*(buff *fb);\ + |int $*(BUFF *fb);\ |\ |\ | R|ap_bcreate\ - |buff *$*(pool *p, int flags);\ + |BUFF *$*(pool *p, int flags);\ |\ |\ | R|ap_bfilbuf\ - |int $*(buff *fb);\ + |int $*(BUFF *fb);\ |\ |\ | R|ap_bfileno\ - |int $*(buff *fb, int direction);\ + |int $*(BUFF *fb, int direction);\ |\ |\ | R|ap_bflsbuf\ - |int $*(int c, buff *fb);\ + |int $*(int c, BUFF *fb);\ |\ |\ | R|ap_bflush\ - |int $*(buff *fb);\ + |int $*(BUFF *fb);\ |\ |\ | R|ap_bgetopt\ - |int $*(buff *fb, int optname, void *optval);\ + |int $*(BUFF *fb, int optname, void *optval);\ |\ |\ | R|ap_bgets\ - |int $*(char *s, int n, buff *fb);\ + |int $*(char *s, int n, BUFF *fb);\ |\ |\ | R|ap_bhalfduplex\ - |void $*(buff *fb);\ + |void $*(BUFF *fb);\ |\ |\ | @@ -1485,57 +1485,57 @@ |\ |dict-$*.html R|ap_blookc\ - |int $*(char *buff, buff *fb);\ + |int $*(char *buffer, BUFF *fb);\ |\ |\ | R|ap_bnonblock\ - |int $*(buff *fb, int direction);\ + |int $*(BUFF *fb, int direction);\ |\ |\ | R|ap_bonerror\ - |void $*(buff *fb, void (*error) (buff *b, int, void *), void *data);\ + |void $*(BUFF *fb, void (*error) (BUFF *b, int, void *), void *data);\ |\ |\ | R|ap_bpushfd\ - |void $*(buff *fb, int fd_in, int fd_out);\ + |void $*(BUFF *fb, int fd_in, int fd_out);\ |\ |\ | R|ap_bputs\ - |int $*(const char *x, buff *fb);\ + |int $*(const char *x, BUFF *fb);\ |\ |\ | R|ap_bread\ - |int $*(buff *fb, void *buf, int nbyte);\ + |int $*(BUFF *fb, void *buf, int nbyte);\ |\ |\ | R|ap_bsetflag\ - |int $*(buff *fb, int flag, int value);\ + |int $*(BUFF *fb, int flag, int value);\ |\ |\ | R|ap_bsetopt\ - |int $*(buff *fb, int optname, const void *optval);\ + |int $*(BUFF *fb, int optname, const void *optval);\ |\ |\ | R|ap_bskiplf\ - |int $*(buff *fb);\ + |int $*(BUFF *fb);\ |\ |\ | R|ap_bvputs\ - |int $*(buff *fb, ...);\ + |int $*(BUFF *fb, ...);\ |\ |\ | R|ap_bwrite\ - |int $*(buff *fb, const void *buf, int nbyte);\ + |int $*(BUFF *fb, const void *buf, int nbyte);\ |\ |\ | @@ -2327,7 +2327,7 @@ |\ | R|ap_scan_script_header_err_buff\ - |int $*(request_rec *r, buff *f, char *buffer);\ + |int $*(request_rec *r, BUFF *f, char *buffer);\ |\ |\ | @@ -2337,12 +2337,12 @@ |\ | R|ap_send_fb\ - |long $*(buff *f, request_rec *r);\ + |long $*(BUFF *f, request_rec *r);\ |\ |\ |dict-$*.html R|ap_send_fb_length\ - |long $*(buff *f, request_rec *r, long length);\ + |long $*(BUFF *f, request_rec *r, long length);\ |\ |\ |dict-$*.html