Reformated comments and long lines
[mmh] / sbr / error.c
index 1c15006..42511c9 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * error.c -- main error handling routines
- *
- * This code is Copyright (c) 2002, by the authors of nmh.  See the
- * COPYRIGHT file in the root directory of the nmh distribution for
- * complete copyright information.
- */
+** error.c -- main error handling routines
+**
+** This code is Copyright (c) 2002, by the authors of nmh.  See the
+** COPYRIGHT file in the root directory of the nmh distribution for
+** complete copyright information.
+*/
 
 #include <h/mh.h>
 
@@ -17,8 +17,8 @@
 
 
 /*
- * print out error message
- */
+** print out error message
+*/
 void
 advise (char *what, char *fmt, ...)
 {
@@ -31,8 +31,8 @@ advise (char *what, char *fmt, ...)
 
 
 /*
- * print out error message and exit
- */
+** print out error message and exit
+*/
 void
 adios (char *what, char *fmt, ...)
 {
@@ -46,8 +46,8 @@ adios (char *what, char *fmt, ...)
 
 
 /*
- * admonish the user
- */
+** admonish the user
+*/
 void
 admonish (char *what, char *fmt, ...)
 {
@@ -60,13 +60,13 @@ admonish (char *what, char *fmt, ...)
 
 
 /*
- * main routine for printing error messages.
- *
- * Use writev() if available, for slightly better performance.
- * Why?  Well, there are a couple of reasons.  Primarily, it
- * gives a smoother output...  More importantly though, it's a
- * sexy syscall()...
- */
+** main routine for printing error messages.
+**
+** Use writev() if available, for slightly better performance.
+** Why?  Well, there are a couple of reasons.  Primarily, it
+** gives a smoother output...  More importantly though, it's a
+** sexy syscall()...
+*/
 void
 advertise (char *what, char *tail, char *fmt, va_list ap)
 {