diff options
author | dgp <dgp@users.sourceforge.net> | 2020-01-10 17:40:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-01-10 17:40:34 (GMT) |
commit | 31f988f9c8583f704998b8c21a66fbefa136651b (patch) | |
tree | b5313a900cccc45a2ebfc9197f597fd39b74645f /doc/registry.n | |
parent | 341619118a2ea2f6da6062f2069842d22d2bbb8f (diff) | |
parent | 2d27c96b7eebdceae93e88adf3ca88ebbc6efab5 (diff) | |
download | tcl-31f988f9c8583f704998b8c21a66fbefa136651b.zip tcl-31f988f9c8583f704998b8c21a66fbefa136651b.tar.gz tcl-31f988f9c8583f704998b8c21a66fbefa136651b.tar.bz2 |
merge 8.7
Diffstat (limited to 'doc/registry.n')
-rw-r--r-- | doc/registry.n | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/registry.n b/doc/registry.n index ec5910c..66b2dd9 100644 --- a/doc/registry.n +++ b/doc/registry.n @@ -44,13 +44,11 @@ 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 |