[PATCH] manual: nickname defaults to system's username not IRC username

[PATCH] manual: nickname defaults to system's username not IRC username

From: Klemens Nanni
"username" alone is ambiguous and without jumping to ENVIRONMENT
explaining the use of USER, catgirl's user- and nickname options read
like pointing at each other:

-n nick | nick = nick
        Set nickname to nick.  The default nickname is the user's name.
[...]
-u user | user = user
        Set username to user.  The default username is the same as the
        nickname.

Clarify that `-n' does *not* default to `-u's value.
---
 catgirl.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catgirl.1 b/catgirl.1
index 23615af..40206b8 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -290,8 +290,8 @@ Log chat events to files in paths
 .It Fl n Ar nick | Cm nick No = Ar nick
 Set nickname to
 .Ar nick .
-The default nickname is the user's name.
-.
+The default nickname is the system's username, i.e.\&
+.Ev USER .
 .It Fl o
 Print the server certificate chain
 to standard output in PEM format
-- 
2.31.1

Re: [PATCH] manual: nickname defaults to system's username not IRC username

From: june
Thanks. I amended to just directly say the default is the value of
USER.