Should I use "his/her" or "its"? [duplicate]
Solution 1:
The links Reg supplied are good advice, but be aware that gender-neutral language used at length can start to become clunky and unnatural to the ear. One trick I have seen to avoid that problem is to assign genders to particular use cases. In your case, you might refer to a generic user using male pronouns, while an administrator gets female pronouns. Obviously this only works when you have a reasonably good mix of cases or relative importance.
Solution 2:
I've written a lot of software documentation and even authored a few style guides.
I would not suggest using his/her throughout the text. In the generic case, refer to the user as "they", which serves as a somewhat suitable gender-neutral pronoun if you use it intermittently. Try to to strike a good mix between "the user" and "they." Using one over the other consistently starts to sound redundant and somewhat forced.
The user enters text and clicks 'done'. They have the option of saving to a file or the network.
Another option you may consider is changing the voice to the second person ("you") in parts of the document (or even the entire text). Talk to them directly. Put them in the use cases.
Enter the text and click 'done'. You can save the text to a file or the network.
Solution 3:
I've written a lot of technical documentation and have generally been able to write around the gender problem without resorting to "his/her", "hir" (et al), or singular "they". Regardless of what I think of any of these, I know that each of them will annoy some subset of my readers and that that will get in the way of communication.
I try to write to rather than about the user. English doesn't have gender-distinguished "you", so that works. In the rare cases where I need to write about a user in the third person, I use a combination of "the user" and selective non-specificity. For example: "(after you perform some action) the user can select these options from the preferences panel" (the preferences panel, not his preferences panel).