Doc fixes
authorJim Blandy <jimb@red-bean.com>
Mon, 5 Oct 1998 21:05:04 +0000 (21:05 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 5 Oct 1998 21:05:04 +0000 (21:05 +0000)
libguile/ports.c

index 71824e4..a90d444 100644 (file)
@@ -824,7 +824,6 @@ scm_ports_prehistory ()
   /* scm_tc16_strport = */ scm_newptob (&scm_stptob);
   /* scm_tc16_sfport = */ scm_newptob (&scm_sfptob);
 }
-\f
 
 \f
 /* Void ports.   */
@@ -908,9 +907,6 @@ static struct scm_ptobfuns  void_port_ptob =
   close_void_port,
 };
 
-\f
-
-
 SCM
 scm_void_port (mode_str)
      char * mode_str;
@@ -947,7 +943,7 @@ scm_sys_make_void_port (mode)
 
 
 \f
-
+/* Initialization.  */
 
 void
 scm_init_ports ()