From 6f958fb7154627489372880917a901137b1ad11a Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Wed, 26 Jan 2000 09:27:59 +0000 Subject: [PATCH] Just added a comment explaining that akvalue() does mh alias substitution. --- uip/aliasbr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uip/aliasbr.c b/uip/aliasbr.c index b15865e..b3c4b22 100644 --- a/uip/aliasbr.c +++ b/uip/aliasbr.c @@ -47,6 +47,7 @@ struct home *seek_home (char *); #endif +/* Do mh alias substitution on 's' and return the results. */ char * akvalue (char *s) { -- 1.7.10.4