Ticket #2467: patch-port.1

File patch-port.1, 1.0 KB (added by jberry@…, 19 years ago)

Patch to base/src/port/port.1

Line 
1Index: port.1
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port/port.1,v
4retrieving revision 1.29
5diff -u -r1.29 port.1
6--- port.1      3 Nov 2004 20:17:09 -0000       1.29
7+++ port.1      7 Dec 2004 16:16:01 -0000
8@@ -85,13 +85,17 @@
9 .El
10 .Sh TARGETS
11 .Nm
12-knows several targets. The most important is the "install" target, which installs the supplied port to its final destination on the system.
13+knows several targets.
14+.Pp
15+The most important is the "install" target, which installs the supplied port to its final destination on the system:
16+.Pp
17+.Dl install
18 .Pp
19 The other targets are:
20 .Pp
21 .Dl uninstall
22-.Dl deactivate
23 .Dl activate
24+.Dl deactivate
25 .Dl clean
26 .Dl distclean
27 .Dl search
28@@ -99,7 +103,9 @@
29 .Dl contents
30 .Dl deps
31 .Dl variants
32-.Dl info
33+.Dl info
34+.Dl installed
35+.Dl outdated
36 .Pp
37 Besides the main targets
38 .Nm
39@@ -190,6 +196,10 @@
40 To list installed ports:
41 .Pp
42 .Dl "port installed"
43+.Pp
44+To list out of date ports:
45+.Pp
46+.Dl "port outdated"
47 .Pp
48 To list a port's variants:
49 .Pp