diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-03-11 14:44:51 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-03-11 14:44:51 +0100 |
commit | 56d53600fa408834d957d1fbc1de0a58ee14d69c (patch) | |
tree | f3ee973405d52c545dff8343aa0857c2a5729160 /lib/stdlib/doc/src/sys.xml | |
parent | 08f2050e0930c4e50c5745dea283c43e33dcece6 (diff) | |
parent | 7f954ae5bd931753bfe421c5234be129c171d310 (diff) | |
download | otp-56d53600fa408834d957d1fbc1de0a58ee14d69c.tar.gz otp-56d53600fa408834d957d1fbc1de0a58ee14d69c.tar.bz2 otp-56d53600fa408834d957d1fbc1de0a58ee14d69c.zip |
Merge branch 'pan/doc_link_corrections/OTP-9112' into dev
* pan/doc_link_corrections/OTP-9112:
Remove link_check warnings re httpc.xml,sys.xml and unicode.xml
Change io.xml so that html anchors gets generated for all arities
Diffstat (limited to 'lib/stdlib/doc/src/sys.xml')
-rw-r--r-- | lib/stdlib/doc/src/sys.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/sys.xml b/lib/stdlib/doc/src/sys.xml index 8cbfb9387b..efa8922a9d 100644 --- a/lib/stdlib/doc/src/sys.xml +++ b/lib/stdlib/doc/src/sys.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1996</year><year>2009</year> + <year>1996</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -243,8 +243,8 @@ customise the value of <c>Misc</c> by exporting a <c>format_status/2</c> function that contributes module-specific information; - see <seealso marker="gen_server#format_status/2">gen_server:format_status/2</seealso> - and <seealso marker="gen_fsm#format_status/2">gen_fsm:format_status/2</seealso> + see <seealso marker="gen_server#Module:format_status/2">gen_server:format_status/2</seealso> + and <seealso marker="gen_fsm#Module:format_status/2">gen_fsm:format_status/2</seealso> for more details.</p> </desc> </func> |