Gentoo Archives: gentoo-commits

From: "gecos missing (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in portage-utils/man: qlist.1
Date: Sat, 08 Sep 2007 06:38:37
Message-Id: E1ITtrB-0002kp-Fc@stork.gentoo.org
1 solar 07/09/08 06:31:49
2
3 Modified: qlist.1
4 Log:
5 Add -L option to use : as the slot separator. example: qlist -CSqL
6
7 Revision Changes Path
8 1.24 portage-utils/man/qlist.1
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/man/qlist.1?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/man/qlist.1?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/man/qlist.1?r1=1.23&r2=1.24
13
14 Index: qlist.1
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qlist.1,v
17 retrieving revision 1.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- qlist.1 11 May 2007 08:25:06 -0000 1.23
21 +++ qlist.1 8 Sep 2007 06:31:48 -0000 1.24
22 @@ -1,11 +1,11 @@
23 -.TH qlist "1" "May 2007" "Gentoo Foundation" "qlist"
24 +.TH qlist "1" "September 2007" "Gentoo Foundation" "qlist"
25 .SH NAME
26 qlist \- list files owned by pkgname
27 .SH SYNOPSIS
28 .B qlist
29 \fI<opts> <pkgname>\fR
30 .SH DESCRIPTION
31 -Options: \fB\-[ISUDeadosvqChV]\fR
32 +Options: \fB\-[ISULDeadosvqChV]\fR
33 .TP
34 \fB\-I\fR, \fB\-\-installed\fR
35 * Just show installed packages
36 @@ -13,6 +13,9 @@
37 \fB\-S\fR, \fB\-\-slots\fR
38 * Display installed packages with slots
39 .TP
40 +\fB\-L\fR, \fB\-\-separator\fR
41 +* Display : as the slot separator
42 +.TP
43 \fB\-U\fR, \fB\-\-umap\fR
44 * Display installed packages with flags used
45 .TP
46 @@ -49,4 +52,4 @@
47 \fB\-V\fR, \fB\-\-version\fR
48 * Print version and exit
49 .PP
50 -$Id: qlist.1,v 1.23 2007/05/11 08:25:06 solar Exp $
51 +$Id: qlist.1,v 1.24 2007/09/08 06:31:48 solar Exp $
52
53
54
55 --
56 gentoo-commits@g.o mailing list