diff src/s/bsd-common.h @ 108511:f8e62c2bf3e9

Reformat some comments in src/s/*.h.
author Glenn Morris <rgm@gnu.org>
date Tue, 11 May 2010 23:53:03 -0700
parents 203aa49071bf
children 3ff97bad1c47
line wrap: on
line diff
--- a/src/s/bsd-common.h	Tue May 11 20:44:36 2010 -0700
+++ b/src/s/bsd-common.h	Tue May 11 23:53:03 2010 -0700
@@ -19,8 +19,8 @@
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
-/*      Define symbols to identify the version of Unix this is.
- *	Define all the symbols that apply correctly.   */
+/* Define symbols to identify the version of Unix this is.
+   Define all the symbols that apply correctly.   */
 
 /* We give these symbols the numeric values found in <sys/param.h> to
    avoid warnings about redefined macros.  */
@@ -84,8 +84,7 @@
 /* The file containing the kernel's symbol table is called /vmunix.  */
 #define KERNEL_FILE "/vmunix"
 
-/* The symbol in the kernel where the load average is found
-   is named _avenrun.  */
+/* The kernel symbol where the load average is found is named _avenrun.  */
 #define LDAV_SYMBOL "_avenrun"
 
 /* Send signals to subprocesses by "typing" special chars at them.  */