X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0815d3444144959a66b8fd8e97258158cabd07b5..de237d4dc2cafee55bd50a15fbeb2d7a880a87cf:/h/aliasbr.h diff --git a/h/aliasbr.h b/h/aliasbr.h index 482378ed..65542205 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -1,6 +1,4 @@ - -/* - * aliasbr.h -- definitions for the aliasing system +/* aliasbr.h -- definitions for the aliasing system * */ @@ -20,7 +18,7 @@ struct adr { }; /* - * incore version of /etc/passwd + * in-core version of /etc/passwd */ struct home { char *h_name; /* user name */ @@ -44,7 +42,7 @@ char *akerror (int); /* codes returned by alias() */ -#define AK_OK 0 /* file parsed ok */ +#define AK_OK 0 /* file parsed OK */ #define AK_NOFILE 1 /* couldn't read file */ #define AK_ERROR 2 /* error parsing file */ #define AK_LIMIT 3 /* memory limit exceeded */