diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-31 22:12:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-31 22:12:26 (GMT) |
commit | acc46294253a87374633bdf1c1945bfaf95b2edb (patch) | |
tree | 609ea050e39c02d60c3189759d710a477223653e /doc/registry.n | |
parent | 6d27e86631ffc72aed00d1acc29dedc90c329cbb (diff) | |
download | tcl-acc46294253a87374633bdf1c1945bfaf95b2edb.zip tcl-acc46294253a87374633bdf1c1945bfaf95b2edb.tar.gz tcl-acc46294253a87374633bdf1c1945bfaf95b2edb.tar.bz2 |
Added missing doc. Oops!
Diffstat (limited to 'doc/registry.n')
-rw-r--r-- | doc/registry.n | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/registry.n b/doc/registry.n index b9c7b14..18e8ae0 100644 --- a/doc/registry.n +++ b/doc/registry.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: registry.n,v 1.22 2008/01/18 15:59:22 dkf Exp $ +'\" RCS: @(#) $Id: registry.n,v 1.23 2010/03/31 22:12:26 dkf Exp $ '\" .so man.macros .TH registry n 1.1 registry "Tcl Bundled Packages" @@ -15,9 +15,9 @@ registry \- Manipulate the Windows registry .SH SYNOPSIS .sp -\fBpackage require registry 1.1\fR +\fBpackage require registry 1.3\fR .sp -\fBregistry \fIoption\fR \fIkeyName\fR ?\fIarg arg ...\fR? +\fBregistry \fR?\fI\-mode\fR? \fIoption\fR \fIkeyName\fR ?\fIarg arg ...\fR? .BE .SH DESCRIPTION .PP @@ -46,6 +46,14 @@ one of \fBHKEY_LOCAL_MACHINE\fR, \fBHKEY_USERS\fR, \fBHKEY_DYN_DATA\fR. The \fIkeypath\fR can be one or more registry key names separated by backslash (\fB\e\fR) characters. .PP +.VS 8.6 +The optional \fI\-mode\fR argument indicates which registry to work +with; when it is \fB\-32bit\fR the 32-bit registry will be used, and +when it is \fB\-64bit\fR the 64-bit registry will be used. If this +argument is omitted, the system's default registry will be the subject +of the requested operation. +.VE 8.6 +.PP \fIOption\fR indicates what to do with the registry key name. Any unique abbreviation for \fIoption\fR is acceptable. The valid options are: @@ -207,3 +215,6 @@ puts "$ext opens with $command" .CE .SH KEYWORDS registry +'\" Local Variables: +'\" mode: nroff +'\" End: |