]> diplodocus.org Git - nmh/blobdiff - h/aliasbr.h
mhlsbr.c: Flip parse()'s logic. Remove oneline()'s else after break.
[nmh] / h / aliasbr.h
index 8f5936df4799bfde4b9bde08ef0c7e214f54bc9f..655422056bd8c4d3686bf8ae3e46b0b69e8c740d 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * aliasbr.h -- definitions for the aliasing system
+/* aliasbr.h -- definitions for the aliasing system
  *
  */
 
@@ -19,7 +18,7 @@ struct adr {
 };
 
 /*
- * incore version of /etc/passwd
+ * in-core version of /etc/passwd
  */
 struct home {
     char *h_name;              /* user name                             */
@@ -43,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 */