Overview
| Comment: | Corrected documentation regarding get_extensions | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 3744cd1713fe2ea7f8c19dff1cd7b459 | 
| User & Date: | rkeene on 2010-02-05 06:07:31 | 
| Other Links: | manifest | tags | 
Context
| 2010-02-05 | ||
| 06:15 | Updated to exclude build log from packages Updated to rebuild zip files, even if they already exist check-in: b494891f05 user: rkeene tags: trunk | |
| 06:07 | Corrected documentation regarding get_extensions check-in: 3744cd1713 user: rkeene tags: trunk | |
| 06:03 | Updated to download Tcl if suitable headers cannot be found check-in: 806f56eb1d user: rkeene tags: trunk | |
Changes
Modified README.txt from [bcd3932a32] to [38a419935e].
| ︙ | ︙ | |||
| 36 37 38 39 40 41 42 | a. teapotclient: i. get_extensions SYNOPSIS package require teapotclient | | | | | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 
a. teapotclient:
	i. get_extensions
		SYNOPSIS
		package require teapotclient
		::teapotclient::get_extensions <teapot_server> \
		  ?<os_glob_pattern>? ?<cpu_glob_pattern>?
		DESCRIPTION
		get_extensions gets the extensions that are available from a
		TEAPOT server, for a particular operating system and CPU
		tuple (which can be glob patterns).
		The default OS and CPU patterns are both "*" which will match
		all operating system and cpus.
		RETURN VALUE
		The returned value is a list in the format of:
		{Extension_1} {ExtensionInfo_1} {Extension_2} {ExtensionInfo_2} ...
 | 
| ︙ | ︙ |