Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Initial commit of pkg-autoremove(1)
Marin Atanasov Nikolov committed 14 years ago
commit 780bf07371fc7b2fe14bbb2201ac9745bf4a053a
parent 1b113d7
1 file changed +46 -0
added pkg/pkg-autoremove.1
@@ -0,0 +1,46 @@
+
.\"
+
.\" FreeBSD pkg - a next generation package for the installation and maintenance
+
.\" of non-core utilities.
+
.\"
+
.\" 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.
+
.\"
+
.\"
+
.\"     @(#)pkg.1
+
.\" $FreeBSD$
+
.\"
+
.Dd July 26, 2011
+
.Dt PKG-AUTOREMOVE 1
+
.Os
+
.Sh NAME
+
.Nm "pkg autoremove"
+
.Nd removes orphan packages
+
.Sh SYNOPSIS
+
.Nm
+
.Sh DESCRIPTION
+
.Nm
+
is used for removing orphan packages, which were installed
+
during a dependencies resolving and are no longer needed.
+
.Sh OPTIONS
+
The following options are supported by
+
.Nm :
+
.Bl -tag -width F1
+
.El
+
.Sh WARNING
+
.Sh ENVRIOMENT
+
The following envrioment variables affect the execution of
+
.Nm :
+
.Bl -tag -width ".Ev TMPDIR"
+
.El
+
.Sh FILES
+
.Sh SEE ALSO
+
pkg(1), pkg-create(1), pkg-add(1), pkg-info(1), pkg-register(1), pkg-repo(1),
+
pkg-upgrade(1), pkg-version(1), pkg-which(1)
+
.Sh AUTHORS AND CONTRIBUTORS
+
.Sh BUGS