Deleted Added
full compact
pkg_updating.1 (174475) pkg_updating.1 (179433)
1.\"
2.\" FreeBSD updating - Scan the installed ports and show all UPDATING entries
3.\" that affect one of the installed ports. Alternative a list of portnames
4.\" could be passed to pkg_updating
5.\"
6.\" "THE BEER-WARE LICENSE" (Revision 42):
7.\" <beat@chruetertee.ch> wrote this file. As long as you retain this notice you
8.\" can do whatever you want with this stuff. If we meet some day, and you think
9.\" this stuff is worth it, you can buy me a beer in return. Beat G�tzi
10.\"
1.\"
2.\" FreeBSD updating - Scan the installed ports and show all UPDATING entries
3.\" that affect one of the installed ports. Alternative a list of portnames
4.\" could be passed to pkg_updating
5.\"
6.\" "THE BEER-WARE LICENSE" (Revision 42):
7.\" <beat@chruetertee.ch> wrote this file. As long as you retain this notice you
8.\" can do whatever you want with this stuff. If we meet some day, and you think
9.\" this stuff is worth it, you can buy me a beer in return. Beat G�tzi
10.\"
11.\" $FreeBSD: head/usr.sbin/pkg_install/updating/pkg_updating.1 174475 2007-12-09 11:01:58Z krion $
11.\" $FreeBSD: head/usr.sbin/pkg_install/updating/pkg_updating.1 179433 2008-05-30 14:26:09Z flz $
12.\"
12.\"
13.Dd November 2, 2007
13.Dd May 30, 2008
14.Dt PKG_UPDATING 1
15.Os
16.Sh NAME
17.Nm pkg_updating
18.Nd a utility for displaying UPDATING entries of software packages
19.Sh SYNOPSIS
20.Nm
14.Dt PKG_UPDATING 1
15.Os
16.Sh NAME
17.Nm pkg_updating
18.Nd a utility for displaying UPDATING entries of software packages
19.Sh SYNOPSIS
20.Nm
21.Op Fl h
21.Op Fl d Ar date
22.Op Fl f Ar file
23.Op Ar pkg-name ...
24.Nm
25.Sh DESCRIPTION
26The
27.Nm
28command scans the installed ports and show all UPDATING entries that affect one
29of the installed ports. Alternative a list of pkg-names could be passed.
30.Sh OPTIONS
31The following command line options are supported:
32.Bl -tag -width indent
33.It Ar pkg-name ...
34UPDATING entries for the named packages are displayed.
22.Op Fl d Ar date
23.Op Fl f Ar file
24.Op Ar pkg-name ...
25.Nm
26.Sh DESCRIPTION
27The
28.Nm
29command scans the installed ports and show all UPDATING entries that affect one
30of the installed ports. Alternative a list of pkg-names could be passed.
31.Sh OPTIONS
32The following command line options are supported:
33.Bl -tag -width indent
34.It Ar pkg-name ...
35UPDATING entries for the named packages are displayed.
35.It Fl d Ar date
36Only entries newer than this date are shown. Use a YYYYMMDD date format.
37.It Fl f Ar UPDATING file
38Defines a alternative location of the UPDATING file.
36.It Fl d , -date Ar date
37Only entries newer than
38.Ar date
39are shown. Use a YYYYMMDD date format.
40.It Fl f , -file Ar file
41Defines a alternative location of the UPDATING
42.Ar file .
43.It Fl h , -help
44Print help message.
39.El
40.Sh EXAMPLES
41.Bl -tag -width indent
42.Dl pkg_updating
43.Pp
44Shows all entries of all installed ports.
45.Pp
46.Dl pkg_updating -d 20070101

--- 42 unchanged lines hidden ---
45.El
46.Sh EXAMPLES
47.Bl -tag -width indent
48.Dl pkg_updating
49.Pp
50Shows all entries of all installed ports.
51.Pp
52.Dl pkg_updating -d 20070101

--- 42 unchanged lines hidden ---