diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-16 18:28:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-16 18:28:42 +0000 |
commit | c76e0761df4380fed29442459f0c51230414c7f9 (patch) | |
tree | 3595f735ec9e81a787d53bfd3b017c5263851d58 /gnu/usr.bin | |
parent | 493ed67af517b3c05f863d851b221d59baba36e4 (diff) |
a few missing man pages converted from info documents; work done by jmc
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 | ||||
-rw-r--r-- | gnu/usr.bin/cvs/man/rcs2log.1 | 99 | ||||
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 6 |
3 files changed, 104 insertions, 5 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 5271a7b189a..71faec287ed 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.41 2002/06/03 15:59:38 todd Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.42 2003/02/16 18:28:41 deraadt Exp $ .include <bsd.own.mk> -MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 +MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/rcs2log.1 GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" CLEANFILES= src/version.c lib/getdate.c lib/getdate.h macintosh/Makefile \ os2/Makefile zlib/Makefile \ diff --git a/gnu/usr.bin/cvs/man/rcs2log.1 b/gnu/usr.bin/cvs/man/rcs2log.1 new file mode 100644 index 00000000000..bffbc553894 --- /dev/null +++ b/gnu/usr.bin/cvs/man/rcs2log.1 @@ -0,0 +1,99 @@ +.\" +.\" Copyright 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2, or (at your option) +.\" any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; see the file COPYING. If not, write to the +.\" Free Software Foundation, Inc., 59 Temple Place - Suite 330, +.\" Boston, MA 02111-1307, USA. +.\" +.Dd February 15, 2003 +.Dt RCS2LOG 1 +.Os +.Sh NAME +.Nm rcs2log +.Nd RCS to ChangeLog generator +.Sh SYNOPSIS +.Nm rcs2log +.Bk -words +.Op Fl c Ar changelog +.Op Fl h Ar hostname +.Op Fl i Ar indent +.Op Fl l Ar length +.Op Fl R +.Op Fl r Ar option +.Op Fl t Ar tabwidth +.Op Fl u Ar login<TAB>fullname<TAB>mailaddr +.Op Fl v +.Op Fl -help +.Op Fl -version +.Op Ar file ... +.Ek +.Sh DESCRIPTION +The +.Nm +utility generates a change log prefix from RCS files (perhaps in the CVS +repository) and the ChangeLog (if any). +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl c Ar changelog +Output a change log prefix to +.Ar changelog +(default ChangeLog). +.It Fl h Ar hostname +Use +.Ar hostname +in change log entries (default current host). +.It Fl i Ar indent +Indent change log lines by +.Ar indent +spaces (default 8). +.It Fl l Ar length +Try to limit log lines to +.Ar length +characters (default 79). +.It Fl R +If no +.Ar file Ns Li (s) +are given and RCS is used, recurse through working directory. +.It Fl r Ar option +Pass +.Ar option +to subsidiary log command. +.It Fl t Ar tabwidth +Tab stops are every +.Ar tabwidth +characters (default 8). +.It Fl u Ar "login<TAB>fullname<TAB>mailaddr" +Assume +.Ar login +has +.Ar fullname +and +.Ar mailaddr . +.It Fl v +Append RCS revision to file names in log lines. +.It Fl -help +Output help. +.It Fl -version +Output version number. +.El +.Sh SEE ALSO +.Xr rcs 1 , +.Xr rcsintro 1 , +.Xr rlog 1 , +.Xr rcsfile 5 +.Sh AUTHORS +Paul Eggert <eggert@twinsun.com> +.Sh BUGS +Report bugs to <bug-gnu-emacs@gnu.org>. diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index 74230e31ea8..74066156c2f 100644 --- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper +++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.36 2002/06/11 22:37:14 art Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.37 2003/02/16 18:28:41 deraadt Exp $ INFODIR= infodir=/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. -MAN= doc/info.1 doc/install-info.1 doc/makeinfo.1 doc/texi2dvi.1 -MAN+= doc/texindex.1 doc/info.5 doc/texinfo.5 +MAN= doc/info.1 doc/install-info.1 doc/makeinfo.1 doc/texi2dvi.1 +MAN+= doc/texindex.1 doc/info.5 doc/texinfo.5 doc/infokey.1 GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" \ ACLOCAL=true AUTOHEADER=true AUTOCONF=true AUTOMAKE=true |