I have two comments and one addition (if possible).

------------------------------------------------------------------------------------------------

Section 2.2 you say:
If you've made a mistake, invoke editprop, which will launch the vi editor.  

change this into:
If you've made a mistake, invoke editprop, which will launch $EDITOR or vi by 
absense  of $EDITOR.

------------------------------------------------------------------------------------------------

Section 2.15 change:

Other services which as "milestone" in their name are treated like every other 
services. 

into:

Other services which have "milestone" ....

------------------------------------------------------------------------------------------------

Section 2.16a add new question

q: "How do I find out which service is associated with a process?"

a: 
# ps -e -o ctid,args | grep processname
# svcs -o ctid,fmri | grep pid_found_with_previous_command

------------------------------------------------------------------------------------------------
 
 
This message posted from opensolaris.org

Reply via email to