Index: ossp-pkg/var/var.pod RCS File: /v/ossp/cvs/ossp-pkg/var/var.pod,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/var/var.pod,v' 2>/dev/null --- 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.