diff options
author | obrien <obrien@FreeBSD.org> | 1997-08-29 09:10:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-08-29 09:10:22 +0000 |
commit | e9ee3ed37cc799ba692880f8fb73e75e82e5acf6 (patch) | |
tree | 2781b6f6eb20e584f5f88c21b8db176c0615cf6b /gnu | |
parent | e896c0bacb1523256fb747b78af028a418f6fcce (diff) | |
download | FreeBSD-src-e9ee3ed37cc799ba692880f8fb73e75e82e5acf6.zip FreeBSD-src-e9ee3ed37cc799ba692880f8fb73e75e82e5acf6.tar.gz |
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)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/texinfo/install-info/Makefile | 3 | ||||
-rw-r--r-- | gnu/usr.bin/texinfo/install-info/install-info.1 | 55 |
2 files changed, 56 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/install-info/Makefile b/gnu/usr.bin/texinfo/install-info/Makefile index b70b8d3..e233f5d 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 0000000..dffddbc --- /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. |