summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-05-01 01:54:43 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-05-01 01:54:43 +0000
commit53ea2be0340b487f66ba16e52a2f8d5a35c7b7a7 (patch)
tree7a19e81b4a4644a1f032af0a4de935d55e609282 /share/man
parent7443ccbbc43a787237119e261e62c7fbc3b007bb (diff)
Skeleton packages man page, to be fleshed out.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man7/Makefile2
-rw-r--r--share/man/man7/packages.739
2 files changed, 40 insertions, 1 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 0f3627cf58e..346320e7e07 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -5,7 +5,7 @@
MAN= ascii.7 environ.7 hier.7 hostname.7 intro.7 mailaddr.7 \
mdoc.7 mdoc.samples.7 operator.7 securelevel.7 \
- ports.7 mirroring-ports.7
+ packages.7 ports.7 mirroring-ports.7
MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7
.include <bsd.prog.mk>
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7
new file mode 100644
index 00000000000..f2b7eb601a5
--- /dev/null
+++ b/share/man/man7/packages.7
@@ -0,0 +1,39 @@
+.\" $OpenBSD: packages.7,v 1.1 2000/05/01 01:54:42 espie Exp $
+.\"
+.\" Copyright (c) 2000 Marc Espie
+.\"
+.\" 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.
+.\"
+.Dd May 1, 2000
+.Dt PACKAGES 7
+.Os
+.Sh NAME
+.Nm packages
+.Nd overview of the binary package system
+.Sh DESCRIPTION
+To be completed soon.
+.Sh SEE ALSO
+.Xr pkg_add 1 ,
+.Xr pkg_info 1 ,
+.Xr pkg_delete 1 ,
+.Xr ports 7