diff --git a/specification/langRef/technicalContent/remedy.dita b/specification/langRef/technicalContent/remedy.dita index 07674361..c2894d3c 100644 --- a/specification/langRef/technicalContent/remedy.dita +++ b/specification/langRef/technicalContent/remedy.dita @@ -5,8 +5,8 @@ <xmlelement>remedy</xmlelement> The remedy element contains steps that are a potential solution for a problem. In addition, it also can contain information about - the person or team who should perform the task. + >a problem. In addition, it also might contain information + about the person or team who can perform the task. diff --git a/specification/langRef/technicalContent/responsibleParty.dita b/specification/langRef/technicalContent/responsibleParty.dita index f6a4672b..50de5909 100644 --- a/specification/langRef/technicalContent/responsibleParty.dita +++ b/specification/langRef/technicalContent/responsibleParty.dita @@ -5,9 +5,9 @@ <xmlelement>responsibleParty</xmlelement> The responsibleParty element identifies the individual or team whose task it is to perform a remedy - procedure. It also provides important information, - such as the fact that the warranty is voided if the procedure is - performed by the wrong person. + procedure. It also can provide important information + about the qualifications that the person or team must + have. @@ -43,7 +43,7 @@ </responsible-party> <steps> <step><cmd>Run the following command from the command line: - <codeph>msiexec.exe /I C:\Windows\Installer\XXXXX.msi</codeph></cmd> + <codeph>msiexec.exe /I C:\Windows\Installer\XXXXX.msi</codeph></cmd> <step> <!-- ... --> </steps> diff --git a/specification/langRef/technicalContent/troubleshooting.dita b/specification/langRef/technicalContent/troubleshooting.dita index 51710bdd..34994086 100644 --- a/specification/langRef/technicalContent/troubleshooting.dita +++ b/specification/langRef/technicalContent/troubleshooting.dita @@ -74,7 +74,9 @@ <troubleSolution> <cause><p>The system memory board might be corrupted.</p></cause> <remedy> - <responsibleParty>Maintenance technician</responsibleParty> + <responsibleParty>Certified technician. Note that work done by + non-qualified individuals will void the product warranty.</responsibleParty> + <steps conref="boardReplace.dita#boardReplace.dita/steps"> <step><cmd/></step> </steps>