Shawn, I agree documentation can be improved here. It is a little tricky to find but have a look at scf_value_create(3SCF). I'll give you my answers and others can correct.
Shawn Walker wrote: > I can't divine clearly enough from the libscf man pages, etc. (or the > dtd -- where's my dtd documentation?!?) what the difference is between a > ustring and a uri. > The short answer is that they are the same since ustring is uri's base type. > I have a uri (minus scheme) I want users to specify via an smf property. > What type should my property be to contain a uri such as > "http://foo.example": uri or ustring? > Use "uri" for a uri :) -tony