This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Fix man page typos/build issues.


The branch, master has been updated
       via  a1527a9d2fb548cc3875e329672368a5da0b96d9 (commit)
      from  139d8892d71e4b02a031ed9ee4ba2e943641597c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit a1527a9d2fb548cc3875e329672368a5da0b96d9
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Tue Dec 11 17:53:29 2007 +0000

    Fix man page typos/build issues.
    
    2007-12-11  Phil Muldoon  <pmuldoon@redhat.com>
    
            * faux.xml: Fix fmap references.
            * fmaps.xml: Fix fcore references.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/bindir/ChangeLog |    2 ++
 frysk-core/frysk/bindir/fauxv.xml |   10 +++++-----
 frysk-core/frysk/bindir/fmaps.xml |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/bindir/ChangeLog b/frysk-core/frysk/bindir/ChangeLog
index 3dae751..803fea7 100644
--- a/frysk-core/frysk/bindir/ChangeLog
+++ b/frysk-core/frysk/bindir/ChangeLog
@@ -1,5 +1,7 @@
 2007-12-11  Phil Muldoon  <pmuldoon@redhat.com>
 
+	* faux.xml: Fix fmap references.
+	* fmaps.xml: Fix fcore references.
 
 	* faux.java: New.
 	* TestFauxv.java: New.
diff --git a/frysk-core/frysk/bindir/fauxv.xml b/frysk-core/frysk/bindir/fauxv.xml
index 54b5e6e..bfe5bf1 100644
--- a/frysk-core/frysk/bindir/fauxv.xml
+++ b/frysk-core/frysk/bindir/fauxv.xml
@@ -48,7 +48,7 @@
 
 <!-- http://docbook.sourceforge.net/snapshots/xsl/manpages/README -->
 
-<refentry id="fmaps">
+<refentry id="fauxv">
 
   <refentryinfo>
     <title>fauxv</title>
@@ -61,13 +61,13 @@
   </refmeta>
 
   <refnamediv>
-    <refname>fmaps</refname>
+    <refname>fauxv</refname>
     <refpurpose>Prints out a process or a corefile's auxv data.</refpurpose>
   </refnamediv>
   
   <refsynopsisdiv>
     <cmdsynopsis>
-      <command>fmaps</command>
+      <command>fauxv</command>
       <arg choice="opt">
         <option>--console <replaceable>LOG=LEVEL,...</replaceable></option>
       </arg>
@@ -83,9 +83,9 @@
   <refsect1>
     <title>DESCRIPTION</title>
 
-    <para><function>fmaps</function> Executes the frysk axuv dump utility.</para>
+    <para><function>fauxv</function> Executes the frysk axuv dump utility.</para>
 
-    <para>fmaps is a utility that prints out a process or a corefile's auxv data. </para>
+    <para>fauxv is a utility that prints out a process or a corefile's auxv data. </para>
 
     <variablelist>
       <varlistentry>
diff --git a/frysk-core/frysk/bindir/fmaps.xml b/frysk-core/frysk/bindir/fmaps.xml
index ec08dad..e18cf06 100644
--- a/frysk-core/frysk/bindir/fmaps.xml
+++ b/frysk-core/frysk/bindir/fmaps.xml
@@ -126,7 +126,7 @@
   
   <refsect1>
     <title>EXAMPLE</title>
-    <screen>fcore pid [...]</screen>
+    <screen>fmaps pid [...]</screen>
   </refsect1>
    
   <!-- refsect1>


hooks/post-receive
--
frysk system monitor/debugger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]