Add some missing MLINKS, correct some cross references, correct some

file locations and some minor formatting/style problems.
This commit is contained in:
Mike Pritchard 1996-02-09 16:20:10 +00:00
parent 7dd8098387
commit 6fad16fd59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14003
14 changed files with 36 additions and 35 deletions

View File

@ -32,6 +32,7 @@ MLINKS+=dialog.3 draw_shadow.3 dialog.3 draw_box.3 \
dialog.3 dialog_mesgbox.3 dialog.3 dialog_gauge.3 \ dialog.3 dialog_mesgbox.3 dialog.3 dialog_gauge.3 \
dialog.3 init_dialog.3 dialog.3 end_dialog.3 \ dialog.3 init_dialog.3 dialog.3 end_dialog.3 \
dialog.3 use_helpfile.3 dialog.3 use_helpline.3 \ dialog.3 use_helpfile.3 dialog.3 use_helpline.3 \
dialog.3 get_helpline.3 dialog.3 restore_helpline.3 dialog.3 get_helpline.3 dialog.3 restore_helpline.3 \
dialog.3 dialog_msgbox.3
.include <bsd.lib.mk> .include <bsd.lib.mk>

View File

@ -11,7 +11,7 @@
.\" nor does the author assume any responsibility for damages incurred with .\" nor does the author assume any responsibility for damages incurred with
.\" its use. .\" its use.
.\" .\"
.\" $Id: dialog.3,v 1.1 1995/12/23 01:10:15 jkh Exp $ .\" $Id: dialog.3,v 1.2 1996/01/01 03:43:51 jkh Exp $
.\" .\"
.Dd December 18, 1995 .Dd December 18, 1995
.Dt dialog 3 .Dt dialog 3
@ -43,7 +43,7 @@
.Nm use_helpfile , .Nm use_helpfile ,
.Nm use_helpline , .Nm use_helpline ,
.Nm get_helpline , .Nm get_helpline ,
.Nm restore_helpline . .Nm restore_helpline
.Nd Provide a simple ncurses-based "GUI" interface. .Nd Provide a simple ncurses-based "GUI" interface.
.Sh DESCRIPTION .Sh DESCRIPTION
The dialog library attempts to provide a fairly simplistic set of The dialog library attempts to provide a fairly simplistic set of

View File

@ -22,8 +22,8 @@ readline \- get a line from a user with editing
.LP .LP
.nf .nf
.ft B .ft B
#include <readline.h> #include <readline/readline.h>
#include <history.h> #include <readline/history.h>
.ft .ft
.fi .fi
.LP .LP

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.7 1994/11/15 04:51:27 phk Exp $ # $Id: Makefile,v 1.8 1994/12/26 19:15:19 ats Exp $
# #
PROG = cc PROG = cc
@ -8,6 +8,6 @@ BINDIR= /usr/bin
.PATH: ${.CURDIR}/../cc_int .PATH: ${.CURDIR}/../cc_int
SRCS+= obstack.c version.c SRCS+= obstack.c version.c
LINKS= ${BINDIR}/cc ${BINDIR}/gcc LINKS= ${BINDIR}/cc ${BINDIR}/gcc
MLINKS= cc.1 gcc.1 MLINKS= cc.1 gcc.1 cc.1 c++.1 cc.1 g++.1
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -20,7 +20,7 @@
.if n .sp .if n .sp
.if t .sp 0.4 .if t .sp 0.4
.. ..
.Id $Id: cc.1,v 1.2 1994/11/15 04:51:29 phk Exp $ .Id $Id: cc.1,v 1.3 1995/12/26 01:34:18 bde Exp $
.TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
.SH NAME .SH NAME
gcc, g++ \- GNU project C and C++ Compiler (v2.6) gcc, g++ \- GNU project C and C++ Compiler (v2.6)
@ -4077,7 +4077,7 @@ if available, else
.B /tmp\c .B /tmp\c
\&). \&).
.SH "SEE ALSO" .SH "SEE ALSO"
cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1). cpp(1), as(1), ld(1), gdb(1).
.br .br
.RB "`\|" gcc "\|', `\|" cpp \|', .RB "`\|" gcc "\|', `\|" cpp \|',
.RB "`\|" as "\|', `\|" ld \|', .RB "`\|" as "\|', `\|" ld \|',

View File

@ -43,7 +43,6 @@
.Nd survey open files .Nd survey open files
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <kvm.h> .Fd #include <kvm.h>
.Fd #include <sys/kinfo.h>
.Fd #define KERNEL .Fd #define KERNEL
.Fd #include <sys/file.h> .Fd #include <sys/file.h>
.Fd #undef KERNEL .Fd #undef KERNEL

View File

@ -3,18 +3,14 @@
LIB= md LIB= md
NOPIC= true NOPIC= true
SRCS= md2c.c md4c.c md5c.c md2hl.c md4hl.c md5hl.c SRCS= md2c.c md4c.c md5c.c md2hl.c md4hl.c md5hl.c
.if exists(obj) MAN3+= mdX.3 md2.3 md4.3 md5.3
MAN3+= obj/md2.3 obj/md4.3 obj/md5.3
.else
MAN3+= md2.3 md4.3 md5.3
.endif
MLINKS+=md2.3 MD2Init.3 md2.3 MD2Update.3 md2.3 MD2Final.3 MLINKS+=md2.3 MD2Init.3 md2.3 MD2Update.3 md2.3 MD2Final.3
MLINKS+=md2.3 MD2End.3 md2.3 MD2File.3 md2.3 MD2Data.3 MLINKS+=md2.3 MD2End.3 md2.3 MD2File.3 md2.3 MD2Data.3
MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3
MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4Data.3 MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4Data.3
MLINKS+=md5.3 MD5Init.3 md5.3 MD5Update.3 md5.3 MD5Final.3 MLINKS+=md5.3 MD5Init.3 md5.3 MD5Update.3 md5.3 MD5Final.3
MLINKS+=md5.3 MD5End.3 md5.3 MD5File.3 md5.3 MD5Data.3 MLINKS+=md5.3 MD5End.3 md5.3 MD5File.3 md5.3 MD5Data.3
MLINKS=mdX.3 MDXInit.3 mdX.3 MDXUpdate.3 mdX.3 MDXFinal.3 mdX.3 MDXEnd.3 \ MLINKS+=mdX.3 MDXInit.3 mdX.3 MDXUpdate.3 mdX.3 MDXFinal.3 mdX.3 MDXEnd.3 \
mdX.3 MDXFile.3 mdX.3 MDXData.3 mdX.3 MDXFile.3 mdX.3 MDXData.3
CLEANFILES+= md[245]hl.c md[245].ref md[245].3 mddriver CLEANFILES+= md[245]hl.c md[245].ref md[245].3 mddriver
CFLAGS+= -I${.CURDIR} CFLAGS+= -I${.CURDIR}

View File

@ -1,5 +1,5 @@
.Dd Feburary 1, 1996 .Dd Feburary 1, 1996
.Dt SD 4 .Dt QCAM 4
.Os FreeBSD .Os FreeBSD
.Sh NAME .Sh NAME
.Nm qcam .Nm qcam

View File

@ -64,7 +64,7 @@ automatically.
.Bl -tag -width Pa -compact .Bl -tag -width Pa -compact
.It Pa /sys/i386/conf/GENERIC .It Pa /sys/i386/conf/GENERIC
sample generic kernel config file for Bustek and Ultrastore based systems sample generic kernel config file for Bustek and Ultrastore based systems
.It Pa /sys/i386/isa/uha.c .It Pa /sys/i386/isa/ultra14f.c
driver source driver source
.El .El
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -2,7 +2,7 @@
.Dt STYLE 9 .Dt STYLE 9
.Os FreeBSD 2.2 .Os FreeBSD 2.2
.Sh NAME .Sh NAME
.Nm STYLE .Nm style
.Nd "Kernel source file style guide" .Nd "Kernel source file style guide"
.Sh DESCRIPTION .Sh DESCRIPTION
This file contains an example of the preferred style for kernel source This file contains an example of the preferred style for kernel source
@ -14,7 +14,7 @@ files in the FreeBSD source tree.
* *
* @(#)style 1.14 (Berkeley) 4/28/95 * @(#)style 1.14 (Berkeley) 4/28/95
* *
* FreeBSD $Id$ * FreeBSD $Id: style.9,v 1.3 1995/12/21 18:35:19 phk Exp $
* *
*/ */

View File

@ -17,6 +17,10 @@ KEYCAPSRC= keycap.src
CFLAGS += -DKEYCAP_PATH=\"$(CAPPATH)\" CFLAGS += -DKEYCAP_PATH=\"$(CAPPATH)\"
SRCS = keycap.c SRCS = keycap.c
MAN3 = keycap.${MAN3EXT} MAN3 = keycap.${MAN3EXT}
MLINKS+= keycap.${MAN3EXT} kgetent.${MAN3EXT} \
keycap.${MAN3EXT} keygetnum.${MAN3EXT} \
keycap.${MAN3EXT} keygetflag.${MAN3EXT} \
keycap.${MAN3EXT} ketgetstr.${MAN3EXT}
MAN5 = man5/keycap.${MAN5EXT} MAN5 = man5/keycap.${MAN5EXT}
#CLEANFILES+= keycap.0 man5/keycap.0 #CLEANFILES+= keycap.0 man5/keycap.0

View File

@ -1,15 +1,15 @@
.TH VT220 1 .TH VT220KEYS 1
.UC 4 .UC 4
.SH NAME .SH NAME
vt220 \- define SHIFTED function keys on VT220 terminal vt220keys \- define SHIFTED function keys on VT220 terminal
.SH SYNTAX .SH SYNTAX
.B vt220 .B vt220keys
[ [
.B \-cil .B \-cil
] ]
[ keyname keystring ] ... [ keyname keystring ] ...
.SH DESCRIPTION .SH DESCRIPTION
.I Vt220 .I Vt220keys
sets up a "vt220 terminal" in vt200 mode to allow user sets up a "vt220 terminal" in vt200 mode to allow user
definition of the SHIFTED function keys. Each definition of the SHIFTED function keys. Each
\f2keyname\f1 specified on the command line will be loaded with \f2keyname\f1 specified on the command line will be loaded with
@ -19,7 +19,7 @@ F6 F7 F8 F9 F10 F11 ESC F12 BS F13 LF F14 HELP DO F17 F18 F19 F20.
\f2Keystrings\f1 \f2Keystrings\f1
must be quoted if spaces, tabs, or shell metacharacters are included. must be quoted if spaces, tabs, or shell metacharacters are included.
.PP .PP
.B Vt220 .B Vt220keys
expects to receive some combination of option flags and/or expects to receive some combination of option flags and/or
argument pair(s), otherwised an usage message argument pair(s), otherwised an usage message
is printed. is printed.
@ -51,13 +51,13 @@ pairs.
The only way The only way
to unlock is by turning the power off. to unlock is by turning the power off.
.SH EXAMPLES .SH EXAMPLES
vt220 -ci vt220keys -ci
.br .br
vt220 F6 'nroff -ms ' vt220keys F6 'nroff -ms '
.br .br
vt220 -i F20 'cc -O -c ' vt220keys -i F20 'cc -O -c '
.br .br
vt220 -l HELP man vt220keys -l HELP man
.SH "OTHER FEATURES" .SH "OTHER FEATURES"
Pressing the function keys without using the shift key, generates Pressing the function keys without using the shift key, generates
a string of characters. With a string of characters. With
@ -69,15 +69,15 @@ where ^[[17~ is what is generated by pressing the F6 key. Therefore
F6 can perform two commands, depending if pressed with/without the SHIFT F6 can perform two commands, depending if pressed with/without the SHIFT
key. key.
.PP .PP
.B Vt220 .B Vt220keys
can be called from your .login or .profile file. Typically an user can be called from your .login or .profile file. Typically an user
will create a initialization file and include a line like will create a initialization file and include a line like
.br .br
vt220 -ci vt220keys -ci
.br .br
OR OR
.br .br
vt220 -cil vt220keys -cil
.br .br
in the above mentioned files. This way the SHIFTED function keys in the above mentioned files. This way the SHIFTED function keys
will be set to your favorite commands when logging in. will be set to your favorite commands when logging in.
@ -101,11 +101,11 @@ ESC key. Here are some available alternatives:
The escape character can be generated by typing ^[ (control-[). The escape character can be generated by typing ^[ (control-[).
.sp .sp
Use Use
.B vt220 .B vt220keys
as follows (note ^[ is control-[) as follows (note ^[ is control-[)
.br .br
.in +.5i .in +.5i
vt220 ESC '^[' vt220keys ESC '^['
.in .in
.br .br
This will require you This will require you

View File

@ -4,5 +4,6 @@ PROG= rndcontrol
CFLAGS+= -Wall CFLAGS+= -Wall
MAN4= random.4 MAN4= random.4
MAN8= rndcontrol.8 MAN8= rndcontrol.8
MLINKS+= random.4 urandom.4
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -474,7 +474,7 @@ raw data for alias names
data base of alias names data base of alias names
.It Pa /etc/sendmail.cf .It Pa /etc/sendmail.cf
configuration file configuration file
.It Pa /etc/sendmail.hf .It Pa /usr/share/misc/sendmail.hf
help file help file
.It Pa /var/log/sendmail.st .It Pa /var/log/sendmail.st
collected statistics collected statistics