From e983bbadc017a28a01f3f53e36962ed0d868fd73 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 29 Aug 1997 09:10:22 +0000 Subject: [PATCH] Real skeleton manpage for install-info (someone that actually knows what it really does (I don't use info) really should try to put some meat in this) --- gnu/usr.bin/texinfo/install-info/Makefile | 3 +- .../texinfo/install-info/install-info.1 | 55 +++++++++++++++++++ 2 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 gnu/usr.bin/texinfo/install-info/install-info.1 diff --git a/gnu/usr.bin/texinfo/install-info/Makefile b/gnu/usr.bin/texinfo/install-info/Makefile index b70b8d3c88ee..e233f5db190f 100644 --- a/gnu/usr.bin/texinfo/install-info/Makefile +++ b/gnu/usr.bin/texinfo/install-info/Makefile @@ -1,7 +1,6 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/04/07 16:52:45 bde Exp $ PROG= install-info -NOMAN= yes CFLAGS+= -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 CFLAGS+= -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 diff --git a/gnu/usr.bin/texinfo/install-info/install-info.1 b/gnu/usr.bin/texinfo/install-info/install-info.1 new file mode 100644 index 000000000000..dffddbc26f55 --- /dev/null +++ b/gnu/usr.bin/texinfo/install-info/install-info.1 @@ -0,0 +1,55 @@ +.\" +.\" Copyright (c) 1997 David E. O'Brien (obrien@FreeBSD.org) +.\" +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.\" $Id$ +.\" +.\" .TH install-info 1 +.Dd August 29, 1997 +.Dt INSTALL-INFO 1 +.Os BSD +.Sh NAME +.Nm install-info +.Nd edits info/dir file for the GNU info hypertext system +.Sh SYNOPSIS +.Nm install-info +.Ar program.info info/dir +.Sh DESCRIPTION +.Nm +is often used within the FreeBSD ports collection. +.Sh FILES +/usr/share/info/dir +/usr/local/info/dir +.I F +.Sh SEE ALSO +.Xr info 1 +.Sh DIAGNOSTICS +none. +.Sh BUGS +none known. +.Sh AUTHORS +This man page has been written by David O'Brien (obrien@NUXI.com) +.\" .Sh HISTORY +.\" .Nm +.\" appeared in FreeBSD 2.1.