diff options
| author | svn2git <svn2git@FreeBSD.org> | 1993-11-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1993-11-01 08:00:00 +0000 |
| commit | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (patch) | |
| tree | c5b2ce776438e0a52b492a2ab6ab41360b8ba1f6 /gnu/cvs/mkmodules/mkmodules.1 | |
Release FreeBSD 1.0upstream/1.0.0_cvsrelease/1.0.0_cvs
This commit was manufactured to restore the state of the 1.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'gnu/cvs/mkmodules/mkmodules.1')
| -rw-r--r-- | gnu/cvs/mkmodules/mkmodules.1 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/gnu/cvs/mkmodules/mkmodules.1 b/gnu/cvs/mkmodules/mkmodules.1 new file mode 100644 index 000000000000..07ba3f545146 --- /dev/null +++ b/gnu/cvs/mkmodules/mkmodules.1 @@ -0,0 +1,65 @@ +.\" +.\" @(#)mkmodules.1 1.3 92/01/30 +.\" +.TH MKMODULES 1 "12 October 1991" +.SH "NAME" +mkmodules \- Rebuild modules database for CVS +.SH "SYNOPSIS" +.B mkmodules +.I directory +.SH "DESCRIPTION" +.B mkmodules +rebuilds the modules database that +.BR cvs (1) +uses. +The +.I directory +specified is expected to contain the +.BR modules,v " and " loginfo,v +files. +.B mkmodules +carefully checks out the current head revisions of each of these files and +reuilds the +.BR ndbm (3) +format modules database. +A warning is generated if the modules file contains a duplicate key. +.SH "FILES" +.TP +modules,v +The modules +.SM RCS +file. +.TP +modules +The checked out modules file. +.TP +loginfo,v +The loginfo +.SM RCS +file. +.TP +loginfo +The checked out loginfo file. +.TP +modules.dir, modules.pag +The +.BR ndbm (1) +format modules database. +.SH "ENVIRONMENT VARIABLES" +.TP +.SM RCSBIN +Specifies the full pathname where to find +.SM RCS +programs, such as +.BR co (1) +and +.BR ci (1). +If not set, the default is +.BR /usr/local/bin . +.SH "SEE ALSO" +.BR checkin (1), +.BR co (1), +.BR cvs (1), +.BR ndbm (3), +.BR rcs (1), +.SH "BUGS" |
