diff options
author | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2010-08-10 01:39:44 (EDT) |
---|---|---|
committer | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2010-08-10 01:39:44 (EDT) |
commit | 8c100d3105425ddd7d660d662ebc9dfa40f7b26d (patch) | |
tree | ac61f3dbcf3357a7ff62e5bafc1d0d595e96f581 /man/opkg-key.1 | |
parent | 9f30e19b2dcab0be5c84ea7fe34d6d466c6c1675 (diff) |
And remove the autogenerated files...
git-svn-id: http://opkg.googlecode.com/svn/trunk@549 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'man/opkg-key.1')
-rw-r--r-- | man/opkg-key.1 | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/man/opkg-key.1 b/man/opkg-key.1 deleted file mode 100644 index ca61fcc..0000000 --- a/man/opkg-key.1 +++ /dev/null @@ -1,37 +0,0 @@ -.TH "opkg" 1 "August 2010" "opkg 0.1.8" "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. -. |