Просмотр исходного кода

* Fixed wrong example documentation for PicWidth and PicHeight (thanks,
Dennis Prebendorf).

Morten Brix Pedersen 22 лет назад
Родитель
Сommit
3af0d4018c
2 измененных файлов с 6 добавлено и 4 удалено
  1. 2 0
      docs/Changelog
  2. 4 4
      docs/pisg-doc.sgml

+ 2 - 0
docs/Changelog

@@ -3,6 +3,8 @@ pisg (x.xx)
      normal line (thanks, Emil Mikulic)
    * Added a DailyActivity option, which shows the activity in the channel of
      the last N days. Disabled by default. (thanks, sektor).
+   * Fixed wrong example documentation for PicWidth and PicHeight (thanks,
+   Dennis Prebendorf).
 
 pisg (0.50) - Mon Nov, 17th 2003
    * Added NFiles option, which can be used for LogDirs to only parse the last

+ 4 - 4
docs/pisg-doc.sgml

@@ -2691,10 +2691,10 @@
         <channel="#channel">
          Logfile = "channel.log"
          Format = "mIRC"
-         PicWidth = "not_available.jpg"
+         PicWidth = "500"
         </channel>
 
-        <set PicWidth="unknown.gif">
+        <set PicWidth="500">
       ]]>
     </programlisting></refsynopsisdiv>
 
@@ -2727,10 +2727,10 @@
         <channel="#channel">
          Logfile = "channel.log"
          Format = "mIRC"
-         PicHeight = "not_available.jpg"
+         PicHeight = "500"
         </channel>
 
-        <set PicHeight="unknown.gif">
+        <set PicHeight="500">
       ]]>
     </programlisting></refsynopsisdiv>