From patchwork Mon Aug 24 14:46:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baptiste Jonglez X-Patchwork-Id: 1350431 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.openwrt.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bitsofnetworks.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=J05NFEEV; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BZw3Q1CCHz9sRK for ; Tue, 25 Aug 2020 00:48:17 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=7T2dAUyiAjj4TEVeVLWGYGotYQVxh6AQ/3mlDxSUm8Y=; b=J05NFEEVbS/VPIF2vd/1qYU2dl RugAWCvrSxViX1VyNgh3Zdcg5TLAaM4TrsYsnPP3wviHc3Z4z1sABwOzrXM9Fz9V/oB1Mil7UKCsN E7lrGtcFZd+ee5nIjOXasl9rbHv/wPExRehkPzP/EfqH9q0POLIetOmNeIO0JFHh+Iaq2ss41vUKe 0A1MAiigxm3lztNjMitENo1IbepVyatXZdgWas3ZQCOOyh8YN0dzula5zQCdYEMDjm5v3UnvBSEoW X+Mzc66vSD4zemQRDPYEX02xGkxN47QHwAwo5/KhjL0UKmxAOAgOb7m4YbZ8t41bBunMapD+54qzl Ty0myw8w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kADjg-00046w-9H; Mon, 24 Aug 2020 14:46:12 +0000 Received: from mails.bitsofnetworks.org ([2001:912:1800:ff::131]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kADjd-00046D-Iy for openwrt-devel@lists.openwrt.org; Mon, 24 Aug 2020 14:46:10 +0000 Received: from [2001:912:1800::5c8] (helo=localhost.localdomain) by mails.bitsofnetworks.org with esmtp (Exim 4.89) (envelope-from ) id 1kADja-0008Jq-PN; Mon, 24 Aug 2020 16:46:06 +0200 From: Baptiste Jonglez To: openwrt-devel@lists.openwrt.org Subject: [PATCH opkg] man: remove obsolete manual pages Date: Mon, 24 Aug 2020 16:46:00 +0200 Message-Id: <20200824144600.441391-1-baptiste@bitsofnetworks.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200824_104609_804339_E38C4E2F X-CRM114-Status: GOOD ( 15.43 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Baptiste Jonglez Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org From: Baptiste Jonglez The man pages have not been updated since 2010. Options are documented in the usage message obtained when running "opkg" without arguments. In addition, the man page are no longer used anywhere in the build system since 2017: the autoconf-based build system was removed in 6215c27b1d3a ("build: remove automake/autoconf build system"). Signed-off-by: Baptiste Jonglez --- man/opkg-cl.1.in | 190 ---------------------------------------------- man/opkg-key.1.in | 37 --------- 2 files changed, 227 deletions(-) delete mode 100644 man/opkg-cl.1.in delete mode 100644 man/opkg-key.1.in diff --git a/man/opkg-cl.1.in b/man/opkg-cl.1.in deleted file mode 100644 index 2bfb792..0000000 --- a/man/opkg-cl.1.in +++ /dev/null @@ -1,190 +0,0 @@ -.TH "@PACKAGE_NAME@" 1 "@CLEAN_DATE@" "@PACKAGE_STRING@" "User Commands" -.SH NAME -opkg-cl \- command line utility to install, upgrade and uninstall opkg -software packages -. -.SH SYNOPSIS -.B \fBopkg-cl\fP [\fIOPTIONS...\fP] \fIsub-command\fP [\fIARGUMENTS...\fP] -. -.SH DESCRIPTION -\fBopkg-cl\fP is a simple utility to install, upgrade and uninstall opkg -software packages. Opkg is a lightweight package management system based -on Ipkg. -. -.SH "OPTIONS AND COMMANDS" -.SS SUB-COMMANDS : PACKAGE MANIPULATION -.TP -\fBupdate\fR -Update list of available packages -.TP -\fBupgrade\fR -Upgrade installed packages -.TP -\fBinstall <\fIpackage(s)\fP>\fR -Install \fIpackage(s)\fP -.TP -\fBconfigure <\fIpackage(s)\fP>\fR -Configure unpacked \fIpackage(s)\fP -.TP -\fBremove <\fIpackages\fP|\fIregexp\fP>\fR -Remove \fIpackage(s)\fP. \fIregexp\fP could be something like 'pkgname*' '*file*' or similar -.TP -\fBflag <\fIflag\fP> <\fIpackages\fP>\fR -Flag \fIpackage(s)\fP. Available flags (one per invocation): -.TS -tab(@); -l. -hold -noprune -user -ok -installed -unpacked -.TE -.SS INFORMATIONAL SUB-COMMANDS -.TP -\fBlist\fR -List available packages -.TP -\fBlist-installed\fR -List installed packages -.TP -\fBlist-upgradable\fR -List installed and upgradable packages -.TP -\fBlist-changed-conffiles\fR -List package configuration files which have been modified after installation -.TP -\fBfiles <\fIpackage\fP>\fR -List files belonging to \fIpackage\fP -.TP -\fBsearch <\fIfile\fP|\fIregexp\fP>\fR -List package providing \fIfile\fP -.TP -\fBinfo [\fIpackage\fP|\fIregexp\fP]\fR -Display all info for selected packages -.TP -\fBstatus [\fIpackage\fP|\fIregexp\fP]\fR -Display all statuses for selected packages -.TP -\fBdownload <\fIpackage\fP>\fR -Download \fIpackage\fP to current directory -.TP -\fBcompare-version <\fIversion1\fP> <\fIoperator\fP> <\fIversion2\fP>\fR -compare versions using following operators : -.TS -tab(@); -c l. -<<@less than -<@less than or equal to -<=@less than or equal to - =@equal to ->=@greater than or equal to ->@greater than or equal to ->>@greater than -.TE -.TP -\fBprint-architecture\fR -List installable package architectures -.TP -\fBwhatdepends [\fI\-A\fP] <\fIpackage(s)\fP|\fIregexp\fP>\fR -.TP -\fBwhatdependsrec [\fI\-A\fP] <\fIpackage(s)\fP|\fIregexp\fP>\fR -.TP -\fBwhatprovides [\fI\-A\fP] <\fIpackage(s)\fP|\fIregexp\fP>\fR -.TP -\fBwhatconflicts [\fI\-A\fP] <\fIpackage(s)\fP|\fIregexp\fP>\fR -.TP -\fBwhatreplaces [\fI\-A\fP] <\fIpackage(s)\fP|\fIregexp\fP>\fR - -.SS OPTIONS -.TP -\fB\-A\fR -Query all packages not just those installed -. -.TP -\fB\-v <\fIlevel\fP>, --verbosity <\fIlevel\fP>\fR -Set verbosity level to \fIlevel\fP. Verbosity levels : -.TS -tab(@); -l l. -0@errors only -1@normal messages (default) -2@informative messages -3@debug -4@debug level 2 -.TE -. -.TP -\fB\-f <\fIconf_file\fP>, \fB\--conf <\fIconf_file\fP>\fR -Use \fIconf_file\fP as the opkg configuration file -.TP -\fB\--cache <\fIdirectory\fP>\fR -Use a package cache -.TP -\fB\-d <\fIdest_name\fP>, \fB\--dest <\fIdest_name\fP>\fR -Use \fIdest_name\fP as the the root directory for -package installation, removal, upgrading. \fIdest_name\fP should be a -defined dest name from the configuration file, (but can also be a -directory name in a pinch). -.TP -\fB\-o <\fIdirectory\fP>, \fB\--offline-root <\fIdirectory\fP>\fR -Use \fIdirectory\fP as the root directory for offline installation of -packages. -.TP -\fB\--add-dest <\fIname\fP>:<\fIpath\fP>\fR -Register \fIpath\fP as installation target \fIname\fP for use in -conjunction with \fB\--dest\fP -.TP -\fB\--add-arch <\fIarch\fP>:<\fIprio\fP>\fR -Register the package architecture \fIarch\fP with the numeric -priority \fIprio\fP. Lower priorities take precedence. -.SS FORCE OPTIONS -.TP -\fB\--force-depends \fR -Install/remove despite failed dependencies -.TP -\fB\--force-maintainer \fR -Overwrite preexisting config files -.TP -\fB\--force-reinstall \fR -Reinstall package(s) -.TP -\fB\--force-overwrite\fR -Overwrite files from other package(s) -.TP -\fB\--force-downgrade\fR -Allow opkg-cl to downgrade packages -.TP -\fB\--force-space \fR -Disable free space checks -.TP -\fB\--force-postinstall \fR -Execute package postinstall scripts in offline installation mode -.TP -\fB\--noaction\fR -No action \- test only -.TP -\fB\--download-only\fR -No action \- download only -.TP -\fB\--nodeps\fR -Do not follow dependencies -.TP -\fB\--force-removal-of-dependent-packages\fR -Remove package and all dependencies -.TP -\fB\--autoremove\fR -Remove packages that were installed automatically to satisfy dependencies -.TP -\fB\-t <\fIdirectory\fP>, \--tmp-dir <\fIdirectory\fP>\fR -Specify \fIdirectory\fP as temporary directory -. -.SH "REPORTING BUGS" -Report bugs to http://code.google.com/p/opkg/issues/list -. -.P -Copyright \(co Opkg development team. -.P -Copyright \(co Ipkg development team. -. diff --git a/man/opkg-key.1.in b/man/opkg-key.1.in deleted file mode 100644 index f1aa221..0000000 --- a/man/opkg-key.1.in +++ /dev/null @@ -1,37 +0,0 @@ -.TH "@PACKAGE_NAME@" 1 "@CLEAN_DATE@" "@PACKAGE_STRING@" "User Commands" -.SH NAME -opkg-key \- utility to manage opkg's list of trusted keys - -. -.SH SYNOPSIS -.B \fBopkg-key\fP [\fIOPTIONS...\fP] \fIsub-command\fP [\fIARGUMENTS...\fP] -. -.SH DESCRIPTION -\fBopkg-key\fP is a utility to manage opkg's list of trusted keys. Opkg -is a lightweight package management system based on Ipkg. -. -.SH SUB-COMMANDS -.TP -\fBadd <\fIfile\fP>\fR -add the key contained in \fIfile\fP ('\-' for stdin) -.TP -\fBdel <\fIkeyid\fP>\fR -remove the key \fIkeyid\fP -.TP -\fBlist\fR -list trusted keys -. -.SH OPTIONS -.TP -\fB\-o <\fIroot\fP>\fR -use \fIroot\fP as the offline root directory -. -.SH "REPORTING BUGS" -Report bugs to http://code.google.com/p/opkg/issues/list -. -.SH COPYRIGHT -.P -Copyright \(co Opkg development team. -.P -Copyright \(co Ipkg development team. -.