Stefan Jakobs: > Hi Wietse, > > At the beginning (line 10) of the postconf manual it says: > > "The expressions "${name:value}" and "${name?{value}}" are replaced with > "value" when "$name" is empty." > > I guess it should be (? replaced by a :): > > "The expressions "${name:value}" and "${name:{value}}" are replaced with > "value" when "$name" is empty."
Thanks. I have verified that this cut-and-paste error appeared in the html version. The *roff version got it right. Wietse