Changeset 64 for trunk


Ignore:
Timestamp:
07/23/06 12:02:53 (18 years ago)
Author:
tim
Message:

Added reglookup-timeline man page.
Fixed issues in reglookup man page.
Added another reference and updated Makefile.

Location:
trunk/doc
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile

    r63 r64  
    11# $Id$
    22
    3 BUILD_FILES=$(BUILD_DOC)/man/man1/reglookup.1.gz
     3BUILD_FILES=$(BUILD_DOC)/man/man1/reglookup.1.gz $(BUILD_DOC)/man/man1/reglookup-timeline.1.gz
    44
    55default: $(BUILD_FILES)
     
    99        cp man/man1/reglookup.1.gz $@
    1010
     11$(BUILD_DOC)/man/man1/reglookup-timeline.1.gz: man/man1/reglookup-timeline.1.gz
     12        mkdir -p $(BUILD_DOC)/man/man1
     13        cp man/man1/reglookup-timeline.1.gz $@
     14
    1115install:
    1216        cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
     
    1519
    1620#XXX: Used during release only
    17 #release:
    18 #       txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.1.t2t
    19 #       cd man/man1 && gzip -9 reglookup.1
    20 
    2121release:
    2222        docbook2x-man --to-stdout reglookup.1.docbook > man/man1/reglookup.1
     23        docbook2x-man --to-stdout reglookup-timeline.1.docbook > man/man1/reglookup-timeline.1
    2324        cd man/man1 && gzip -9 -f reglookup.1
     25        cd man/man1 && gzip -9 -f reglookup-timeline.1
  • trunk/doc/devel/references.txt

    r26 r64  
    33  (The file 'winntreg.txt' included in this distribution is derived from this.)
    44  http://home.eunet.no/~pnordahl/ntpasswd/WinReg.txt
     5
     6- Some useful information on how Windows reads from and writes to registry
     7  hives:
     8  http://www.microsoft.com/technet/archive/winntas/tips/winntmag/inreg.mspx
     9
     10-
  • trunk/doc/reglookup.1.docbook

    • Property svn:keywords set to Id
    r63 r64  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<refentry id='reglookup.1'>
    3   <!--  $Id: $ -->
     3  <!--  $Id$ -->
    44  <refmeta>
    55    <refentrytitle>reglookup</refentrytitle>
     
    1212  </refnamediv>
    1313
    14   <refsect1 id='syntax'>
     14  <refsect1 id='synopsis'>
    1515    <title>SYNOPSIS</title>
    1616    <para>
    17       <command>reglookup [options]</command> <replaceable>registry-file</replaceable>
     17      <command>
     18        reglookup [options] <replaceable>registry-file</replaceable>
     19      </command>
    1820    </para>
    1921  </refsect1>
     
    3032  </refsect1>
    3133
    32   <refsect1 id='caveats'>
     34  <refsect1 id='options'>
    3335    <title>OPTIONS</title>
    3436    <para>
     
    222224    </para>
    223225    <para>
    224       MTIME and SID conversions haven't been checked for accuracy.
     226      The SID conversions haven't been carefully checked for accuracy.
     227    </para>
     228    <para>
     229      The MTIME conversions appear correctly produce the stored UTC timestamp.
     230      However, due to the periodicity of registry writes, and the complexity
     231      of the conversion, a small amount of error (on the order of seconds) may
     232      be possible.  The documentation available online from Microsoft on
     233      this field is very poor.
    225234    </para>
    226235    <para>
     
    231240    <para>
    232241      You'll notice that registry paths aren't all the same as the
    233       ones the equivalents you see in the windows registry editor.
    234       Don't ask me why that is.  I just work here.
     242      equivalents you see in the windows registry editor.  Don't ask me why
     243      that is.  I just work here.
    235244    </para>
    236245    <para>
     
    266275    </para>
    267276  </refsect1>
     277
     278  <refsect1 id='seealso'>
     279    <title>SEE ALSO</title>
     280    <para>
     281      reglookup-timeline(1)
     282    </para>
     283  </refsect1>
    268284</refentry>
Note: See TracChangeset for help on using the changeset viewer.