diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-08-20 23:46:11 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-08-20 23:46:11 +0000 |
| commit | ffdffca74ef9a5219d3fd2e325013eb3802cbeeb (patch) | |
| tree | 180ff96d63fe2752abbdbfe9030f69701844c73d /gnu/usr.bin/cvs/mkmodules/mkmodules.1 | |
| parent | 18576028af9c8455e19c9f51d94b87e08d1e6bd7 (diff) | |
This commit was manufactured by cvs2svn to create tagvendor/misc-GNU/cvs/1.8.1
'cvs-vendor-v1_8_1'.
Notes
svn path=/vendor/cvs/dist/; revision=17721
svn path=/vendor/cvs/1.8.1/; revision=17723; tag=vendor/misc-GNU/cvs/1.8.1
Diffstat (limited to 'gnu/usr.bin/cvs/mkmodules/mkmodules.1')
| -rw-r--r-- | gnu/usr.bin/cvs/mkmodules/mkmodules.1 | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/gnu/usr.bin/cvs/mkmodules/mkmodules.1 b/gnu/usr.bin/cvs/mkmodules/mkmodules.1 deleted file mode 100644 index 8196a47f137b..000000000000 --- a/gnu/usr.bin/cvs/mkmodules/mkmodules.1 +++ /dev/null @@ -1,65 +0,0 @@ -.\" -.\" $CVSid: @(#)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" |
