diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index 778e4e09c5..504b494e0c 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -144,8 +144,9 @@ display_errors directive. - In PHP 4 and PHP 5 the default value is E_ALL & ~E_NOTICE. This - setting does not show E_NOTICE level errors. You + In PHP 4 and PHP 5 the default value is E_ALL + & ~E_NOTICE. + This setting does not show E_NOTICE level errors. You may want to show them during development. @@ -154,8 +155,9 @@ about possible bugs in your code. For example, use of unassigned values is warned. It is extremely useful to find typos and to save time for debugging. NOTICE messages will warn you about bad style. - For example, $arr[item] is better to be written as $arr['item'] since - PHP tries to treat "item" as constant. If it is not a constant, PHP assumes + For example, $arr[item] is better to be written as + $arr['item'] since PHP tries to treat + "item" as constant. If it is not a constant, PHP assumes it is a string index for the array. @@ -196,9 +198,9 @@ as part of the output or if they should be hidden from the user. - Value "stderr" sends the errors to stderr instead of - stdout. The value is available as of PHP 5.2.4. In - earlier versions, this directive was of type boolean. + Value "stderr" sends the errors to stderr + instead of stdout. The value is available as of PHP + 5.2.4. In earlier versions, this directive was of type boolean. @@ -309,7 +311,7 @@ If this parameter is set to Off, then memory leaks will not be shown (on stdout or in the log). This has only effect in a debug compile, and if error_reporting includes - E_WARNING in the allowed list + E_WARNING in the allowed list @@ -378,8 +380,8 @@ The new error format contains a reference to a page describing the error or function causing the error. In case of manual pages you can download the manual in your language and set this ini directive to the URL of your local - copy. If your local copy of the manual can be reached by '/manual/' you can - simply use docref_root=/manual/. Additional you have + copy. If your local copy of the manual can be reached by "/manual/" + you can simply use docref_root=/manual/. Additional you have to set docref_ext to match the fileextensions of your copy docref_ext=.html. It is possible to use external references. For example you can use @@ -388,7 +390,7 @@ &url=http%3A%2F%2Fwww.php.net%2F" - Most of the time you want the docref_root value to end with a slash '/'. + Most of the time you want the docref_root value to end with a slash "/". But see the second example above which does not have nor need it. @@ -412,7 +414,7 @@ - The value of docref_ext must begin with a dot '.'. + The value of docref_ext must begin with a dot ".". diff --git a/reference/imap/configure.xml b/reference/imap/configure.xml index 063b7fbb84..7cc4e44676 100644 --- a/reference/imap/configure.xml +++ b/reference/imap/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -8,7 +8,7 @@ c-client install prefix. From our example above, you would use . This location depends on where you created this directory according to the - description above. Windows users may include the + description above. Windows users may include the php_imap.dll DLL in &php.ini;. IMAP is not supported on systems earlier that Windows 2000. This is because it uses encryption functions in order to enable SSL connections to the mail diff --git a/reference/imap/constants.xml b/reference/imap/constants.xml index 6c9280fc8a..93e7aa1d35 100644 --- a/reference/imap/constants.xml +++ b/reference/imap/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; &extension.constants; @@ -89,7 +89,8 @@ - For IMAP and NNTP names, open a connection but don't open a mailbox. + For IMAP and NNTP + names, open a connection but don't open a mailbox. diff --git a/reference/imap/functions/imap-open.xml b/reference/imap/functions/imap-open.xml index a84369aa70..421604c0ac 100644 --- a/reference/imap/functions/imap-open.xml +++ b/reference/imap/functions/imap-open.xml @@ -1,9 +1,9 @@ - + imap_open - Open an IMAP stream to a mailbox + Open an IMAP stream to a mailbox &reftitle.description; @@ -116,15 +116,15 @@ /imap, /imap2, /imap2bis, /imap4, /imap4rev1 - equivalent to /service=imap + equivalent to /service=imap /pop3 - equivalent to /service=pop3 + equivalent to /service=pop3 /nntp - equivalent to /service=nntp + equivalent to /service=nntp /norsh @@ -133,7 +133,7 @@ /ssl - use the Secure Socket Layer to encrypt the session + use the Secure Socket Layer to encrypt the session /validate-cert diff --git a/reference/imap/functions/imap-reopen.xml b/reference/imap/functions/imap-reopen.xml index 9152d1e50a..3b58efec3f 100644 --- a/reference/imap/functions/imap-reopen.xml +++ b/reference/imap/functions/imap-reopen.xml @@ -1,9 +1,9 @@ - + imap_reopen - Reopen IMAP stream to new mailbox + Reopen IMAP stream to new mailbox &reftitle.description; @@ -48,7 +48,7 @@ OP_ANONYMOUS - Don't use or update a - .newsrc for news (NNTP only) + .newsrc for news (NNTP only) diff --git a/reference/imap/functions/imap-status.xml b/reference/imap/functions/imap-status.xml index 7214a6419c..5c3683022a 100644 --- a/reference/imap/functions/imap-status.xml +++ b/reference/imap/functions/imap-status.xml @@ -1,5 +1,5 @@ - + imap_status @@ -39,7 +39,7 @@ - SA_MESSAGES - set status->messages to the + SA_MESSAGES - set $status->messages to the number of messages in the mailbox diff --git a/reference/imap/reference.xml b/reference/imap/reference.xml index 1e5580ce10..bc4bd2ebfb 100644 --- a/reference/imap/reference.xml +++ b/reference/imap/reference.xml @@ -1,5 +1,5 @@ - + IMAP &Functions; @@ -15,38 +15,38 @@ - RFC2821: Simple Mail - Transfer Protocol (SMTP). + RFC2821: + Simple Mail Transfer Protocol (SMTP). - RFC2822: Standard for - ARPA internet text messages. + RFC2822: + Standard for ARPA internet text messages. - RFC2060: Internet - Message Access Protocol (IMAP) Version 4rev1. + RFC2060: + Internet Message Access Protocol (IMAP) Version 4rev1. - RFC1939: Post - Office Protocol Version 3 (POP3). + RFC1939: + Post Office Protocol Version 3 (POP3). - RFC977: Network News - Transfer Protocol (NNTP). + RFC977: + Network News Transfer Protocol (NNTP). - RFC2076: Common - Internet Message Headers. + RFC2076: + Common Internet Message Headers. @@ -55,13 +55,13 @@ xlink:href="&url.rfc;2046">RFC2046 , RFC2047 , RFC2048 & RFC2049: Multipurpose - Internet Mail Extensions (MIME). + xlink:href="&url.rfc;2049">RFC2049: + Multipurpose Internet Mail Extensions (MIME). A detailed overview is also available in the books - Programming Internet Email + Programming Internet Email by David Wood and Managing IMAP by Dianna Mullet & Kevin Mullet. diff --git a/reference/mysqli/configure.xml b/reference/mysqli/configure.xml index 9ebf8eb800..8e6ac567d5 100644 --- a/reference/mysqli/configure.xml +++ b/reference/mysqli/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -109,7 +109,7 @@ c:\php), and make sure you remove the comment (semi-colon) from the start of the line extension=php_mysqli.dll, in the section marked - [PHP_MYSQLI]. + [PHP_MYSQLI]. diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index 038e8f8876..fe14972ca1 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants;
@@ -66,8 +66,11 @@ MYSQLI_CLIENT_INTERACTIVE - Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. - The client's session wait_timeout variable will be set to the value of the session interactive_timeout variable. + Allow interactive_timeout seconds + (instead of wait_timeout seconds) of inactivity before + closing the connection. The client's session + wait_timeout variable will be set to + the value of the session interactive_timeout variable. diff --git a/reference/ncurses/constants.xml b/reference/ncurses/constants.xml index 1799675101..2c73e5f31d 100644 --- a/reference/ncurses/constants.xml +++ b/reference/ncurses/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; &extension.constants; @@ -24,35 +24,35 @@ - NCURSES_COLOR_BLACK + NCURSES_COLOR_BLACK no color (black) - NCURSES_COLOR_WHITE + NCURSES_COLOR_WHITE white - NCURSES_COLOR_RED + NCURSES_COLOR_RED red - supported when terminal is in color mode - NCURSES_COLOR_GREEN + NCURSES_COLOR_GREEN green - supported when terminal is in color mode - NCURSES_COLOR_YELLOW + NCURSES_COLOR_YELLOW yellow - supported when terminal is in color mode - NCURSES_COLOR_BLUE + NCURSES_COLOR_BLUE blue - supported when terminal is in color mode - NCURSES_COLOR_CYAN + NCURSES_COLOR_CYAN cyan - supported when terminal is in color mode - NCURSES_COLOR_MAGENTA + NCURSES_COLOR_MAGENTA magenta - supported when terminal is in color mode @@ -72,351 +72,351 @@ - NCURSES_KEY_F0 - NCURSES_KEY_F64 + NCURSES_KEY_F0 - NCURSES_KEY_F64 function keys F1 - F64 - NCURSES_KEY_DOWN + NCURSES_KEY_DOWN down arrow - NCURSES_KEY_UP + NCURSES_KEY_UP up arrow - NCURSES_KEY_LEFT + NCURSES_KEY_LEFT left arrow - NCURSES_KEY_RIGHT + NCURSES_KEY_RIGHT right arrow - NCURSES_KEY_HOME + NCURSES_KEY_HOME home key (upward+left arrow) - NCURSES_KEY_BACKSPACE + NCURSES_KEY_BACKSPACE backspace - NCURSES_KEY_DL + NCURSES_KEY_DL delete line - NCURSES_KEY_IL + NCURSES_KEY_IL insert line - NCURSES_KEY_DC + NCURSES_KEY_DC delete character - NCURSES_KEY_IC + NCURSES_KEY_IC insert char or enter insert mode - NCURSES_KEY_EIC + NCURSES_KEY_EIC exit insert char mode - NCURSES_KEY_CLEAR + NCURSES_KEY_CLEAR clear screen - NCURSES_KEY_EOS + NCURSES_KEY_EOS clear to end of screen - NCURSES_KEY_EOL + NCURSES_KEY_EOL clear to end of line - NCURSES_KEY_SF + NCURSES_KEY_SF scroll one line forward - NCURSES_KEY_SR + NCURSES_KEY_SR scroll one line backward - NCURSES_KEY_NPAGE + NCURSES_KEY_NPAGE next page - NCURSES_KEY_PPAGE + NCURSES_KEY_PPAGE previous page - NCURSES_KEY_STAB + NCURSES_KEY_STAB set tab - NCURSES_KEY_CTAB + NCURSES_KEY_CTAB clear tab - NCURSES_KEY_CATAB + NCURSES_KEY_CATAB clear all tabs - NCURSES_KEY_SRESET + NCURSES_KEY_SRESET soft (partial) reset - NCURSES_KEY_RESET + NCURSES_KEY_RESET reset or hard reset - NCURSES_KEY_PRINT + NCURSES_KEY_PRINT print - NCURSES_KEY_LL + NCURSES_KEY_LL lower left - NCURSES_KEY_A1 + NCURSES_KEY_A1 upper left of keypad - NCURSES_KEY_A3 + NCURSES_KEY_A3 upper right of keypad - NCURSES_KEY_B2 + NCURSES_KEY_B2 center of keypad - NCURSES_KEY_C1 + NCURSES_KEY_C1 lower left of keypad - NCURSES_KEY_C3 + NCURSES_KEY_C3 lower right of keypad - NCURSES_KEY_BTAB + NCURSES_KEY_BTAB back tab - NCURSES_KEY_BEG + NCURSES_KEY_BEG beginning - NCURSES_KEY_CANCEL + NCURSES_KEY_CANCEL cancel - NCURSES_KEY_CLOSE + NCURSES_KEY_CLOSE close - NCURSES_KEY_COMMAND + NCURSES_KEY_COMMAND cmd (command) - NCURSES_KEY_COPY + NCURSES_KEY_COPY copy - NCURSES_KEY_CREATE + NCURSES_KEY_CREATE create - NCURSES_KEY_END + NCURSES_KEY_END end - NCURSES_KEY_EXIT + NCURSES_KEY_EXIT exit - NCURSES_KEY_FIND + NCURSES_KEY_FIND find - NCURSES_KEY_HELP + NCURSES_KEY_HELP help - NCURSES_KEY_MARK + NCURSES_KEY_MARK mark - NCURSES_KEY_MESSAGE + NCURSES_KEY_MESSAGE message - NCURSES_KEY_MOVE + NCURSES_KEY_MOVE move - NCURSES_KEY_NEXT + NCURSES_KEY_NEXT next - NCURSES_KEY_OPEN + NCURSES_KEY_OPEN open - NCURSES_KEY_OPTIONS + NCURSES_KEY_OPTIONS options - NCURSES_KEY_PREVIOUS + NCURSES_KEY_PREVIOUS previous - NCURSES_KEY_REDO + NCURSES_KEY_REDO redo - NCURSES_KEY_REFERENCE + NCURSES_KEY_REFERENCE ref (reference) - NCURSES_KEY_REFRESH + NCURSES_KEY_REFRESH refresh - NCURSES_KEY_REPLACE + NCURSES_KEY_REPLACE replace - NCURSES_KEY_RESTART + NCURSES_KEY_RESTART restart - NCURSES_KEY_RESUME + NCURSES_KEY_RESUME resume - NCURSES_KEY_SAVE + NCURSES_KEY_SAVE save - NCURSES_KEY_SBEG + NCURSES_KEY_SBEG shiftet beg (beginning) - NCURSES_KEY_SCANCEL + NCURSES_KEY_SCANCEL shifted cancel - NCURSES_KEY_SCOMMAND + NCURSES_KEY_SCOMMAND shifted command - NCURSES_KEY_SCOPY + NCURSES_KEY_SCOPY shifted copy - NCURSES_KEY_SCREATE + NCURSES_KEY_SCREATE shifted create - NCURSES_KEY_SDC + NCURSES_KEY_SDC shifted delete char - NCURSES_KEY_SDL + NCURSES_KEY_SDL shifted delete line - NCURSES_KEY_SELECT + NCURSES_KEY_SELECT select - NCURSES_KEY_SEND + NCURSES_KEY_SEND shifted end - NCURSES_KEY_SEOL + NCURSES_KEY_SEOL shifted end of line - NCURSES_KEY_SEXIT + NCURSES_KEY_SEXIT shifted exit - NCURSES_KEY_SFIND + NCURSES_KEY_SFIND shifted find - NCURSES_KEY_SHELP + NCURSES_KEY_SHELP shifted help - NCURSES_KEY_SHOME + NCURSES_KEY_SHOME shifted home - NCURSES_KEY_SIC + NCURSES_KEY_SIC shifted input - NCURSES_KEY_SLEFT + NCURSES_KEY_SLEFT shifted left arrow - NCURSES_KEY_SMESSAGE + NCURSES_KEY_SMESSAGE shifted message - NCURSES_KEY_SMOVE + NCURSES_KEY_SMOVE shifted move - NCURSES_KEY_SNEXT + NCURSES_KEY_SNEXT shifted next - NCURSES_KEY_SOPTIONS + NCURSES_KEY_SOPTIONS shifted options - NCURSES_KEY_SPREVIOUS + NCURSES_KEY_SPREVIOUS shifted previous - NCURSES_KEY_SPRINT + NCURSES_KEY_SPRINT shifted print - NCURSES_KEY_SREDO + NCURSES_KEY_SREDO shifted redo - NCURSES_KEY_SREPLACE + NCURSES_KEY_SREPLACE shifted replace - NCURSES_KEY_SRIGHT + NCURSES_KEY_SRIGHT shifted right arrow - NCURSES_KEY_SRSUME + NCURSES_KEY_SRSUME shifted resume - NCURSES_KEY_SSAVE + NCURSES_KEY_SSAVE shifted save - NCURSES_KEY_SSUSPEND + NCURSES_KEY_SSUSPEND shifted suspend - NCURSES_KEY_UNDO + NCURSES_KEY_UNDO undo - NCURSES_KEY_MOUSE + NCURSES_KEY_MOUSE mouse event has occurred - NCURSES_KEY_MAX + NCURSES_KEY_MAX maximum key value @@ -436,45 +436,45 @@ - NCURSES_BUTTON1_RELEASED - NCURSES_BUTTON4_RELEASED + NCURSES_BUTTON1_RELEASED - NCURSES_BUTTON4_RELEASED button (1-4) released - NCURSES_BUTTON1_PRESSED - NCURSES_BUTTON4_PRESSED + NCURSES_BUTTON1_PRESSED - NCURSES_BUTTON4_PRESSED button (1-4) pressed - NCURSES_BUTTON1_CLICKED - NCURSES_BUTTON4_CLICKED + NCURSES_BUTTON1_CLICKED - NCURSES_BUTTON4_CLICKED button (1-4) clicked - NCURSES_BUTTON1_DOUBLE_CLICKED - - NCURSES_BUTTON4_DOUBLE_CLICKED + NCURSES_BUTTON1_DOUBLE_CLICKED - + NCURSES_BUTTON4_DOUBLE_CLICKED button (1-4) double clicked - NCURSES_BUTTON1_TRIPLE_CLICKED - - NCURSES_BUTTON4_TRIPLE_CLICKED + NCURSES_BUTTON1_TRIPLE_CLICKED - + NCURSES_BUTTON4_TRIPLE_CLICKED button (1-4) triple clicked - NCURSES_BUTTON_CTRL + NCURSES_BUTTON_CTRL ctrl pressed during click - NCURSES_BUTTON_SHIFT + NCURSES_BUTTON_SHIFT shift pressed during click - NCURSES_BUTTON_ALT + NCURSES_BUTTON_ALT alt pressed during click - NCURSES_ALL_MOUSE_EVENTS + NCURSES_ALL_MOUSE_EVENTS report all mouse events - NCURSES_REPORT_MOUSE_POSITION + NCURSES_REPORT_MOUSE_POSITION report mouse position diff --git a/reference/ncurses/functions/ncurses-cbreak.xml b/reference/ncurses/functions/ncurses-cbreak.xml index 48a0d2b2be..9def97d5ec 100644 --- a/reference/ncurses/functions/ncurses-cbreak.xml +++ b/reference/ncurses/functions/ncurses-cbreak.xml @@ -1,5 +1,5 @@ - + ncurses_cbreak @@ -21,7 +21,7 @@ &reftitle.returnvalues; - Returns &true; or NCURSES_ERR if any error occurred. + Returns &true; or NCURSES_ERR if any error occurred. diff --git a/reference/ncurses/functions/ncurses-mousemask.xml b/reference/ncurses/functions/ncurses-mousemask.xml index de8f269e53..8de6a41374 100644 --- a/reference/ncurses/functions/ncurses-mousemask.xml +++ b/reference/ncurses/functions/ncurses-mousemask.xml @@ -1,5 +1,5 @@ - + ncurses_mousemask @@ -18,7 +18,7 @@ reported. - Mouse events are represented by NCURSES_KEY_MOUSE in the + Mouse events are represented by NCURSES_KEY_MOUSE in the ncurses_wgetch input stream. To read the event data and pop the event of queue, call ncurses_getmouse. diff --git a/reference/net_gopher/functions/gopher-parsedir.xml b/reference/net_gopher/functions/gopher-parsedir.xml index 09398e9292..16e86420c4 100644 --- a/reference/net_gopher/functions/gopher-parsedir.xml +++ b/reference/net_gopher/functions/gopher-parsedir.xml @@ -1,5 +1,5 @@ - + @@ -48,36 +48,36 @@ - type - One of the + type - One of the GOPHER_XXX constants. - title - The name of the resource. + title - The name of the resource. - path - The path of the resource. + path - The path of the resource. - host - The domain name of the host that has + host - The domain name of the host that has this document (or directory). - port - The port at which to connect on - host. + port - The port at which to connect on + host. - Upon failure, the additional data entry of the + Upon failure, the additional data entry of the returned array will hold the parsed line. diff --git a/reference/network/constants.xml b/reference/network/constants.xml index bfeff043f5..89010675bd 100644 --- a/reference/network/constants.xml +++ b/reference/network/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; &extension.constants.core; @@ -14,36 +14,36 @@ - LOG_CONS + LOG_CONS if there is an error while sending data to the system logger, write directly to the system console - LOG_NDELAY + LOG_NDELAY open the connection to the logger immediately - LOG_ODELAY + LOG_ODELAY (default) delay opening the connection until the first message is logged - LOG_NOWAIT + LOG_NOWAIT - LOG_PERROR + LOG_PERROR print log message also to standard error - LOG_PID + LOG_PID include PID with each message @@ -61,54 +61,54 @@ - LOG_AUTH + LOG_AUTH - security/authorization messages (use LOG_AUTHPRIV instead + security/authorization messages (use LOG_AUTHPRIV instead in systems where that constant is defined) - LOG_AUTHPRIV + LOG_AUTHPRIV security/authorization messages (private) - LOG_CRON + LOG_CRON clock daemon (cron and at) - LOG_DAEMON + LOG_DAEMON other system daemons - LOG_KERN + LOG_KERN kernel messages - LOG_LOCAL0 ... LOG_LOCAL7 + LOG_LOCAL0 ... LOG_LOCAL7 reserved for local use, these are not available in Windows - LOG_LPR + LOG_LPR line printer subsystem - LOG_MAIL + LOG_MAIL mail subsystem - LOG_NEWS + LOG_NEWS USENET news subsystem - LOG_SYSLOG + LOG_SYSLOG messages generated internally by syslogd - LOG_USER + LOG_USER generic user-level messages - LOG_UUCP + LOG_UUCP UUCP subsystem @@ -126,35 +126,35 @@ - LOG_EMERG + LOG_EMERG system is unusable - LOG_ALERT + LOG_ALERT action must be taken immediately - LOG_CRIT + LOG_CRIT critical conditions - LOG_ERR + LOG_ERR error conditions - LOG_WARNING + LOG_WARNING warning conditions - LOG_NOTICE + LOG_NOTICE normal, but significant, condition - LOG_INFO + LOG_INFO informational message - LOG_DEBUG + LOG_DEBUG debug-level message @@ -171,52 +171,52 @@ - DNS_A + DNS_A IPv4 Address Resource - DNS_MX + DNS_MX Mail Exchanger Resource - DNS_CNAME + DNS_CNAME Alias (Canonical Name) Resource - DNS_NS + DNS_NS Authoritative Name Server Resource - DNS_PTR + DNS_PTR Pointer Resource - DNS_HINFO + DNS_HINFO Host Info Resource (See IANA's - Operating System Names + Operating System Names for the meaning of these values) - DNS_SOA + DNS_SOA Start of Authority Resource - DNS_TXT + DNS_TXT Text Resource - DNS_ANY + DNS_ANY Any Resource Record. On most systems this returns all resource records, however it should not be counted upon for critical - uses. Try DNS_ALL instead. + uses. Try DNS_ALL instead. - DNS_AAAA + DNS_AAAA IPv6 Address Resource - DNS_ALL + DNS_ALL Iteratively query the name server for each available record type. diff --git a/reference/network/functions/dns-get-record.xml b/reference/network/functions/dns-get-record.xml index 5a8e9fb3a1..965ec9368c 100644 --- a/reference/network/functions/dns-get-record.xml +++ b/reference/network/functions/dns-get-record.xml @@ -1,5 +1,5 @@ - + dns_get_record @@ -30,14 +30,15 @@ hostname should be a valid DNS hostname such - as "www.example.com". Reverse lookups can be generated using in-addr.arpa - notation, but gethostbyaddr is more suitable for + as "www.example.com". Reverse lookups can be generated + using in-addr.arpa notation, but + gethostbyaddr is more suitable for the majority of reverse lookups. - Per DNS standards, email addresses are given in user.host format (for - example: hostmaster.example.com as opposed to hostmaster@example.com), + Per DNS standards, email addresses are given in user.host format (for + example: hostmaster.example.com as opposed to hostmaster@example.com), be sure to check this value and modify if necessary before using it with a functions such as mail. @@ -131,7 +132,7 @@ ttl - Time To Live remaining for this record. This will not equal + "Time To Live" remaining for this record. This will not equal the record's original ttl, but will rather equal the original ttl minus whatever length of time has passed since the authoritative name server was queried. @@ -200,8 +201,8 @@ referenced by this record. os: IANA number designating the Operating System on the machine referenced by this record. - See IANA's Operating System - Names for the meaning of these values. + See IANA's Operating System + Names for the meaning of these values. diff --git a/reference/network/functions/setcookie.xml b/reference/network/functions/setcookie.xml index 88fc62d0c2..7ef704be7e 100644 --- a/reference/network/functions/setcookie.xml +++ b/reference/network/functions/setcookie.xml @@ -1,5 +1,5 @@ - + setcookie @@ -48,7 +48,7 @@ instead. - See Netscape cookie specification for + See Netscape cookie specification for specifics on how each setcookie parameter works diff --git a/reference/nsapi/functions/nsapi-virtual.xml b/reference/nsapi/functions/nsapi-virtual.xml index 3049ea3bbe..2fb3abbf1b 100644 --- a/reference/nsapi/functions/nsapi-virtual.xml +++ b/reference/nsapi/functions/nsapi-virtual.xml @@ -1,5 +1,5 @@ - + nsapi_virtual @@ -13,7 +13,8 @@ nsapi_virtual is an NSAPI-specific function which - is equivalent to <!--#include virtual...--> in SSI + is equivalent to <!--#include virtual...--> + in SSI (.shtml files). It does an NSAPI sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you'd parse through webserver.