]> diplodocus.org Git - nmh/blobdiff - h/aliasbr.h
Have post(1) report name of fileproc if it fails.
[nmh] / h / aliasbr.h
index 482378ed1413c8782f4368795bda7d6be65ce3d1..655422056bd8c4d3686bf8ae3e46b0b69e8c740d 100644 (file)
@@ -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 */