|
Check-in Number:
|
1378 | |
| Date: |
2001-Nov-20 14:08:17 (local)
2001-Nov-20 13:08:17 (UTC) |
| User: | thl |
| Branch: | |
| Comment: |
THLs review |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/var/var.pod 1.6 -> 1.7
--- var.pod 2001/11/20 12:22:42 1.6
+++ var.pod 2001/11/20 13:08:17 1.7
@@ -565,7 +565,7 @@
search-and-replace as in the system utility sed(1). If the 'g' flag
has been provided, the search-and-replace will replace all instances
of "pattern" by "replace", otherwise, the default is to replace only
-the first instance. If the 't' flag has been provided, the
+the first instance. If the 'i' flag has been provided, the
search-and-replace will take place case-insensitively, otherwise, the
default is to distinguish character case.
|
|