author | spiralman <spiralman> | 2002-12-13 22:41:34 (UTC) |
---|---|---|
committer | spiralman <spiralman> | 2002-12-13 22:41:34 (UTC) |
commit | 20506faece50d4a9187a5c3b09597f031be8493f (patch) (side-by-side diff) | |
tree | f0fdcafd58859a9d3426dbb3a9aa451b872abe03 | |
parent | d178168d0980e62d6ce1acb92b6b62c07b64ea34 (diff) | |
download | opie-20506faece50d4a9187a5c3b09597f031be8493f.zip opie-20506faece50d4a9187a5c3b09597f031be8493f.tar.gz opie-20506faece50d4a9187a5c3b09597f031be8493f.tar.bz2 |
added entities to usermanual.sgm and made textedit compilable
-rw-r--r-- | docs/usermanual/textedit.sgm | 2 | ||||
-rw-r--r-- | docs/usermanual/usermanual.sgm | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/usermanual/textedit.sgm b/docs/usermanual/textedit.sgm index 3a30cb8..72c258f 100644 --- a/docs/usermanual/textedit.sgm +++ b/docs/usermanual/textedit.sgm @@ -51,7 +51,7 @@ and press "Ok" to save it ("x" cancels the save). <section><title>Cut and Paste</title> <para> -For a more detailed description of Cut and Paste in Opie, see <xref linkend=cutpaste>. To cut or copy text +For a more detailed description of Cut and Paste in Opie, see (add link to cut and paste here). To cut or copy text to the clipboard, highlight the text and select Edit&arrow;Copy to add it without deleting the original text, or Edit&arrow;Cut to add it to the clipboard and delete the original text. Then move the cursor to where you want to paste the text and chose Edit&arrow;Paste. These three menu items do the same thing as those in the Clipboard diff --git a/docs/usermanual/usermanual.sgm b/docs/usermanual/usermanual.sgm index 30849df..6192daf 100644 --- a/docs/usermanual/usermanual.sgm +++ b/docs/usermanual/usermanual.sgm @@ -18,6 +18,12 @@ <!ENTITY handwriting SYSTEM "handwriting.sgm"> <!ENTITY multikey SYSTEM "multikey.sgm"> <!ENTITY pickboard SYSTEM "pickboard.sgm"> +<!ENTITY calibrate SYSTEM "calibrate.sgm"> +<!ENTITY helpbrowser SYSTEM "helpbrowser.sgm"> +<!ENTITY login SYSTEM "login.sgm"> +<!ENTITY citytime SYSTEM "citytime.sgm"> +<!ENTITY textedit SYSTEM "textedit.sgm"> +<!ENTITY lightpower SYSTEM "lightpower.sgm"> <!--Now the real entities--> <!ENTITY opie "OPIE"> @@ -42,9 +48,15 @@ &filemanager; &embeddedkonsole; &keypebble; +&helpbrowser; +&login; +&citytime; +&textedit; </part> <part><title>Settings</title> &software; +&lightpower; +&calibrate; </part> <part><title>Applets</title> &irda; |