Spacing -- made man page header consistent.

This commit is contained in:
William McBrine
2006-12-25 14:27:13 +00:00
parent f6be1200cd
commit 65754acd63
39 changed files with 78 additions and 78 deletions

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: addch.c,v 1.47 2006/12/18 21:06:35 wmcbrine Exp $");
RCSID("$Id: addch.c,v 1.48 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: addch
Name: addch
Synopsis:
int addch(const chtype ch);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <string.h>
RCSID("$Id: addchstr.c,v 1.36 2006/12/08 06:21:26 wmcbrine Exp $");
RCSID("$Id: addchstr.c,v 1.37 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: addchstr
Name: addchstr
Synopsis:
int addchstr(const chtype *ch);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: addstr.c,v 1.35 2006/12/08 06:21:26 wmcbrine Exp $");
RCSID("$Id: addstr.c,v 1.36 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: addstr
Name: addstr
Synopsis:
int addstr(const char *str);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: attr.c,v 1.33 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: attr.c,v 1.34 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: attr
Name: attr
Synopsis:
int attroff(chtype attrs);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: beep.c,v 1.27 2006/11/05 04:33:00 wmcbrine Exp $");
RCSID("$Id: beep.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: beep
Name: beep
Synopsis:
int beep(void);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: bkgd.c,v 1.32 2006/11/05 07:27:16 wmcbrine Exp $");
RCSID("$Id: bkgd.c,v 1.33 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: bkgd
Name: bkgd
Synopsis:
int bkgd(chtype ch);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: border.c,v 1.44 2006/11/06 11:26:21 wmcbrine Exp $");
RCSID("$Id: border.c,v 1.45 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: border
Name: border
Synopsis:
int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl,

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: clear.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: clear.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: clear
Name: clear
Synopsis:
int clear(void);

View File

@@ -15,11 +15,11 @@
#include <stdlib.h>
#include <string.h>
RCSID("$Id: color.c,v 1.73 2006/12/20 03:52:43 wmcbrine Exp $");
RCSID("$Id: color.c,v 1.74 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: color
Name: color
Synopsis:
int start_color(void);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <string.h>
RCSID("$Id: delch.c,v 1.26 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: delch.c,v 1.27 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: delch
Name: delch
Synopsis:
int delch(void);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: deleteln.c,v 1.29 2006/12/18 21:37:57 wmcbrine Exp $");
RCSID("$Id: deleteln.c,v 1.30 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: deleteln
Name: deleteln
Synopsis:
int deleteln(void);

View File

@@ -16,7 +16,7 @@
#define _INBUFSIZ 512 /* size of terminal input buffer */
#define NUNGETCH 256 /* max # chars to ungetch() */
RCSID("$Id: getch.c,v 1.60 2006/12/18 22:07:57 wmcbrine Exp $");
RCSID("$Id: getch.c,v 1.61 2006/12/25 14:27:12 wmcbrine Exp $");
static int c_pindex = 0; /* putter index */
static int c_gindex = 1; /* getter index */
@@ -25,7 +25,7 @@ static int c_ungch[NUNGETCH]; /* array of ungotten chars */
/*man-start**************************************************************
Name: getch
Name: getch
Synopsis:
int getch(void);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: getstr.c,v 1.41 2006/12/11 20:41:30 wmcbrine Exp $");
RCSID("$Id: getstr.c,v 1.42 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: getstr
Name: getstr
Synopsis:
int getstr(char *str);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: getyx.c,v 1.21 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: getyx.c,v 1.22 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: getyx
Name: getyx
Synopsis:
void getyx(WINDOW *win, int y, int x);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: inch.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: inch.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: inch
Name: inch
Synopsis:
chtype inch(void);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: inchstr.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: inchstr.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: inchstr
Name: inchstr
Synopsis:
int inchstr(chtype *ch);

View File

@@ -14,7 +14,7 @@
#include <curspriv.h>
#include <stdlib.h>
RCSID("$Id: initscr.c,v 1.94 2006/12/17 03:44:59 wmcbrine Exp $");
RCSID("$Id: initscr.c,v 1.95 2006/12/25 14:27:12 wmcbrine Exp $");
const char *_curses_notice = "PDCurses 3.0 - Public Domain 2006";
@@ -33,7 +33,7 @@ extern char linesrippedoff;
/*man-start**************************************************************
Name: initscr
Name: initscr
Synopsis:
WINDOW *initscr(void);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: inopts.c,v 1.34 2006/11/05 07:13:40 wmcbrine Exp $");
RCSID("$Id: inopts.c,v 1.35 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: inopts
Name: inopts
Synopsis:
int cbreak(void);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <string.h>
RCSID("$Id: insch.c,v 1.36 2006/12/18 21:47:40 wmcbrine Exp $");
RCSID("$Id: insch.c,v 1.37 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: insch
Name: insch
Synopsis:
int insch(chtype ch);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <string.h>
RCSID("$Id: insstr.c,v 1.36 2006/11/05 07:13:40 wmcbrine Exp $");
RCSID("$Id: insstr.c,v 1.37 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: insstr
Name: insstr
Synopsis:
int insstr(const char *str);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: instr.c,v 1.32 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: instr.c,v 1.33 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: instr
Name: instr
Synopsis:
int instr(char *str);

View File

@@ -14,7 +14,7 @@
#include <curspriv.h>
#include <string.h>
RCSID("$Id: kernel.c,v 1.67 2006/12/24 04:33:29 wmcbrine Exp $");
RCSID("$Id: kernel.c,v 1.68 2006/12/25 14:27:12 wmcbrine Exp $");
RIPPEDOFFLINE linesripped[5];
char linesrippedoff = 0;
@@ -29,7 +29,7 @@ enum { PDC_SH_TTY, PDC_PR_TTY, PDC_SAVE_TTY };
/*man-start**************************************************************
Name: kernel
Name: kernel
Synopsis:
int def_prog_mode(void);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: keyname.c,v 1.1 2006/12/07 18:39:31 wmcbrine Exp $");
RCSID("$Id: keyname.c,v 1.2 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: util
Name: util
Synopsis:
char *keyname(int key);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <string.h>
RCSID("$Id: mouse.c,v 1.35 2006/12/25 14:04:52 wmcbrine Exp $");
RCSID("$Id: mouse.c,v 1.36 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: mouse
Name: mouse
Synopsis:

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: move.c,v 1.22 2006/11/05 04:24:15 wmcbrine Exp $");
RCSID("$Id: move.c,v 1.23 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: move
Name: move
Synopsis:
int move(int y, int x);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: outopts.c,v 1.31 2006/11/05 04:23:36 wmcbrine Exp $");
RCSID("$Id: outopts.c,v 1.32 2006/12/25 14:27:12 wmcbrine Exp $");
/*man-start**************************************************************
Name: outopts
Name: outopts
Synopsis:
int clearok(WINDOW *win, bool bf);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: overlay.c,v 1.27 2006/11/05 04:23:36 wmcbrine Exp $");
RCSID("$Id: overlay.c,v 1.28 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: overlay
Name: overlay
Synopsis:
int overlay(const WINDOW *src_w, WINDOW *dst_w)

View File

@@ -15,7 +15,7 @@
#include <stdlib.h>
#include <string.h>
RCSID("$Id: pad.c,v 1.40 2006/12/08 03:04:41 wmcbrine Exp $");
RCSID("$Id: pad.c,v 1.41 2006/12/25 14:27:13 wmcbrine Exp $");
/* save values for pechochar() */
@@ -24,7 +24,7 @@ static int save_sminrow, save_smincol, save_smaxrow, save_smaxcol;
/*man-start**************************************************************
Name: pad
Name: pad
Synopsis:
WINDOW *newpad(int nlines, int ncols);

View File

@@ -17,11 +17,11 @@
#include <curspriv.h>
#include <string.h>
RCSID("$Id: printw.c,v 1.32 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: printw.c,v 1.33 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: printw
Name: printw
Synopsis:
int printw(const char *fmt, ...);

View File

@@ -15,11 +15,11 @@
#include <stdlib.h>
#include <string.h>
RCSID("$Id: refresh.c,v 1.43 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: refresh.c,v 1.44 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: refresh
Name: refresh
Synopsis:
int refresh(void);

View File

@@ -27,11 +27,11 @@ static int _pdc_vsscanf(const char *, const char *, va_list);
# define vsscanf _pdc_vsscanf
#endif
RCSID("$Id: scanw.c,v 1.33 2006/11/05 07:13:40 wmcbrine Exp $");
RCSID("$Id: scanw.c,v 1.34 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: scanw
Name: scanw
Synopsis:
int scanw(const char *fmt, ...);

View File

@@ -15,11 +15,11 @@
#include <stdlib.h>
#include <string.h>
RCSID("$Id: scr_dump.c,v 1.22 2006/12/08 01:51:18 wmcbrine Exp $");
RCSID("$Id: scr_dump.c,v 1.23 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: scr_dump
Name: scr_dump
Synopsis:
int putwin(WINDOW *win, FILE *filep);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: scroll.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: scroll.c,v 1.28 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: scroll
Name: scroll
Synopsis:
int scroll(WINDOW *win);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <stdlib.h>
RCSID("$Id: slk.c,v 1.45 2006/11/02 16:07:18 wmcbrine Exp $");
RCSID("$Id: slk.c,v 1.46 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: slk
Name: slk
Synopsis:
int slk_init(int fmt);

View File

@@ -15,11 +15,11 @@
#include <string.h>
#include <limits.h>
RCSID("$Id: termattr.c,v 1.46 2006/11/05 05:38:47 wmcbrine Exp $");
RCSID("$Id: termattr.c,v 1.47 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: termattr
Name: termattr
Synopsis:
int baudrate(void);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <term.h>
RCSID("$Id: terminfo.c,v 1.28 2006/10/23 05:03:31 wmcbrine Exp $");
RCSID("$Id: terminfo.c,v 1.29 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: terminfo
Name: terminfo
Synopsis:
int mvcur(int oldrow, int oldcol, int newrow, int newcol);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: touch.c,v 1.23 2006/11/05 03:57:26 wmcbrine Exp $");
RCSID("$Id: touch.c,v 1.24 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: touch
Name: touch
Synopsis:
int touchwin(WINDOW *win);

View File

@@ -13,11 +13,11 @@
#include <curspriv.h>
RCSID("$Id: util.c,v 1.57 2006/12/08 06:21:26 wmcbrine Exp $");
RCSID("$Id: util.c,v 1.58 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: util
Name: util
Synopsis:
char *unctrl(chtype c);

View File

@@ -14,11 +14,11 @@
#include <curspriv.h>
#include <stdlib.h>
RCSID("$Id: window.c,v 1.53 2006/12/09 09:14:46 wmcbrine Exp $");
RCSID("$Id: window.c,v 1.54 2006/12/25 14:27:13 wmcbrine Exp $");
/*man-start**************************************************************
Name: window
Name: window
Synopsis:
WINDOW *newwin(int nlines, int ncols, int begy, int begx);