X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/af586ebe59b73c23b2291624ab0015913c5a3687..f43befb005ed6e17ba9a78dc128950bf25bcfeda:/sbr/mts.c diff --git a/sbr/mts.c b/sbr/mts.c index 548731e1..88bae835 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -404,7 +404,9 @@ getuserinfo (void) /* The $SIGNATURE environment variable overrides the GECOS field's idea of your real name. If SIGNATURE isn't set, use the Signature profile - setting if it exists. */ + setting if it exists. + Note that post(8) and whom(1) use context_foil (), so they + won't see the profile component. */ if ((cp = getenv ("SIGNATURE")) && *cp) strncpy (fullname, cp, sizeof(fullname)); else if ((cp = context_find("Signature")))