diff options
Diffstat (limited to 'lib/os_mon/doc/src')
| -rw-r--r-- | lib/os_mon/doc/src/Makefile | 27 | ||||
| -rw-r--r-- | lib/os_mon/doc/src/fascicules.xml | 15 | ||||
| -rw-r--r-- | lib/os_mon/doc/src/note.gif | bin | 1539 -> 0 bytes | |||
| -rw-r--r-- | lib/os_mon/doc/src/notes.xml | 50 | ||||
| -rw-r--r-- | lib/os_mon/doc/src/os_mon_mib.xml | 7 | ||||
| -rw-r--r-- | lib/os_mon/doc/src/part_notes.xml | 37 | ||||
| -rw-r--r-- | lib/os_mon/doc/src/user_guide.gif | bin | 1581 -> 0 bytes | |||
| -rw-r--r-- | lib/os_mon/doc/src/warning.gif | bin | 1498 -> 0 bytes | 
8 files changed, 66 insertions, 70 deletions
| diff --git a/lib/os_mon/doc/src/Makefile b/lib/os_mon/doc/src/Makefile index 91c7ae7bc3..4aa8879a91 100644 --- a/lib/os_mon/doc/src/Makefile +++ b/lib/os_mon/doc/src/Makefile @@ -1,8 +1,8 @@  #  # %CopyrightBegin% -#  -# Copyright Ericsson AB 1997-2016. All Rights Reserved. -#  +# +# Copyright Ericsson AB 1997-2017. All Rights Reserved. +#  # Licensed under the Apache License, Version 2.0 (the "License");  # you may not use this file except in compliance with the License.  # You may obtain a copy of the License at @@ -14,7 +14,7 @@  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  # See the License for the specific language governing permissions and  # limitations under the License. -#  +#  # %CopyrightEnd%  #  include $(ERL_TOP)/make/target.mk @@ -43,16 +43,14 @@ XML_REF3_FILES = cpu_sup.xml \  	os_sup.xml \  	nteventlog.xml -XML_REF6_FILES = os_mon_app.xml  +XML_REF6_FILES = os_mon_app.xml -XML_PART_FILES = part_notes.xml +XML_PART_FILES =  XML_CHAPTER_FILES = notes.xml  BOOK_FILES = book.xml -GIF_FILES = \ -	note.gif \ -	warning.gif +GIF_FILES =  XML_FILES = \  	$(BOOK_FILES) $(XML_CHAPTER_FILES) \ @@ -74,9 +72,9 @@ HTML_REF_MAN_FILE = $(HTMLDIR)/index.html  TOP_PDF_FILE = $(PDFDIR)/$(APPLICATION)-$(VSN).pdf  # ---------------------------------------------------- -# FLAGS  +# FLAGS  # ---------------------------------------------------- -XML_FLAGS +=  +XML_FLAGS +=  # ----------------------------------------------------  # Targets @@ -96,17 +94,17 @@ man: $(MAN3_FILES) $(MAN6_FILES)  gifs: $(GIF_FILES:%=$(HTMLDIR)/%) -debug opt:  +debug opt:  clean clean_docs:  	rm -rf $(HTMLDIR)/*  	rm -f $(MAN3DIR)/*  	rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo) -	rm -f errs core *~  +	rm -f errs core *~  # ----------------------------------------------------  # Release Target -# ----------------------------------------------------  +# ----------------------------------------------------  include $(ERL_TOP)/make/otp_release_targets.mk  release_docs_spec: docs @@ -122,4 +120,3 @@ release_docs_spec: docs  	$(INSTALL_DATA) $(MAN6DIR)/* "$(RELEASE_PATH)/man/man6"  release_spec: - diff --git a/lib/os_mon/doc/src/fascicules.xml b/lib/os_mon/doc/src/fascicules.xml deleted file mode 100644 index fadd37eefb..0000000000 --- a/lib/os_mon/doc/src/fascicules.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE fascicules SYSTEM "fascicules.dtd"> - -<fascicules> -  <fascicule file="ref_man" href="ref_man_frame.html" entry="yes"> -    Reference Manual -  </fascicule> -  <fascicule file="part_notes" href="part_notes_frame.html" entry="no"> -    Release Notes -  </fascicule> -  <fascicule file="" href="../../../../doc/print.html" entry="no"> -    Off-Print -  </fascicule> -</fascicules> - diff --git a/lib/os_mon/doc/src/note.gif b/lib/os_mon/doc/src/note.gifBinary files differ deleted file mode 100644 index 6fffe30419..0000000000 --- a/lib/os_mon/doc/src/note.gif +++ /dev/null diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index df4151147c..4a878dd704 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -4,7 +4,7 @@  <chapter>    <header>      <copyright> -      <year>2004</year><year>2016</year> +      <year>2004</year><year>2018</year>        <holder>Ericsson AB. All Rights Reserved.</holder>      </copyright>      <legalnotice> @@ -31,6 +31,54 @@    </header>    <p>This document describes the changes made to the OS_Mon application.</p> +<section><title>Os_Mon 2.4.5</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +          <p> +	    Fix <c>disksup</c> to handle mount paths with spaces in +	    them.</p> +          <p> +	    Own Id: OTP-14513</p> +        </item> +      </list> +    </section> + +</section> + +<section><title>Os_Mon 2.4.4</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +	    <p> Removed all old unused files in the documentation. +	    </p> +          <p> +	    Own Id: OTP-14475 Aux Id: ERL-409, PR-1493 </p> +        </item> +      </list> +    </section> + +</section> + +<section><title>Os_Mon 2.4.3</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +          <p> +	    On macOS 10.13 (High Sierra), disksup could not grab +	    information for any disks that used the new APFS file +	    system. That has been corrected.</p> +          <p> +	    Own Id: OTP-14560 Aux Id: ERL-461 </p> +        </item> +      </list> +    </section> + +</section> +  <section><title>Os_Mon 2.4.2</title>      <section><title>Improvements and New Features</title> diff --git a/lib/os_mon/doc/src/os_mon_mib.xml b/lib/os_mon/doc/src/os_mon_mib.xml index dcf3649876..e995bf3de1 100644 --- a/lib/os_mon/doc/src/os_mon_mib.xml +++ b/lib/os_mon/doc/src/os_mon_mib.xml @@ -4,7 +4,7 @@  <erlref>    <header>      <copyright> -      <year>2004</year><year>2016</year> +      <year>2004</year><year>2018</year>        <holder>Ericsson AB. All Rights Reserved.</holder>      </copyright>      <legalnotice> @@ -35,7 +35,10 @@      <p>Functions for loading and unloading the OTP-OS-MON-MIB into/from        an SNMP agent. The instrumentation of the OTP-OS-MON-MIB uses        Mnesia, hence Mnesia must be started prior to loading -      the OTP-OS-MON-MIB.</p> +    the OTP-OS-MON-MIB.</p> +    <warning> +      <p>This module has been deprecated and will be removed in a furture release.</p> +    </warning>    </description>    <funcs>      <func> diff --git a/lib/os_mon/doc/src/part_notes.xml b/lib/os_mon/doc/src/part_notes.xml deleted file mode 100644 index 364178acc3..0000000000 --- a/lib/os_mon/doc/src/part_notes.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE part SYSTEM "part.dtd"> - -<part xmlns:xi="http://www.w3.org/2001/XInclude"> -  <header> -    <copyright> -      <year>2004</year><year>2016</year> -      <holder>Ericsson AB. All Rights Reserved.</holder> -    </copyright> -    <legalnotice> -      Licensed under the Apache License, Version 2.0 (the "License"); -      you may not use this file except in compliance with the License. -      You may obtain a copy of the License at -  -          http://www.apache.org/licenses/LICENSE-2.0 - -      Unless required by applicable law or agreed to in writing, software -      distributed under the License is distributed on an "AS IS" BASIS, -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -      See the License for the specific language governing permissions and -      limitations under the License. -     -    </legalnotice> - -    <title>OS_Mon Release Notes</title> -    <prepared></prepared> -    <docno></docno> -    <date></date> -    <rev></rev> -  </header> -  <description> -    <p>The operating system monitor, OS_Mon, provides services for -      monitoring CPU load, disk usage, memory usage and OS messages.</p> -  </description> -  <xi:include href="notes.xml"/> -</part> - diff --git a/lib/os_mon/doc/src/user_guide.gif b/lib/os_mon/doc/src/user_guide.gifBinary files differ deleted file mode 100644 index e6275a803d..0000000000 --- a/lib/os_mon/doc/src/user_guide.gif +++ /dev/null diff --git a/lib/os_mon/doc/src/warning.gif b/lib/os_mon/doc/src/warning.gifBinary files differ deleted file mode 100644 index 96af52360e..0000000000 --- a/lib/os_mon/doc/src/warning.gif +++ /dev/null | 
