diff options
author | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-08-29 07:34:32 +0000 |
---|---|---|
committer | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-08-29 07:34:32 +0000 |
commit | f962c63771ea96f99fa43a298ec4a25e0d661348 (patch) | |
tree | e95ccd2243d14fd44e825812eb5638134f05d215 /share/man/man7 | |
parent | e7ee6a45f9e7d848b4ac21e38cb3cf2b47ed6ce5 (diff) |
- replace empty lines by .Pp where appropriate.
- no empty lines at end of file.
ok mpech@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mirroring-ports.7 | 4 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7 index 2a21bf98c1f..f429258cbdf 100644 --- a/share/man/man7/mirroring-ports.7 +++ b/share/man/man7/mirroring-ports.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mirroring-ports.7,v 1.7 2001/11/13 13:54:26 mpech Exp $ +.\" $OpenBSD: mirroring-ports.7,v 1.8 2002/08/29 07:34:31 wcobb Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -67,7 +67,7 @@ set on the command line, e.g., .Bd -literal -offset indent cd mirror && make -j 5 -f path_to_makefile FETCH=fetch_script .Ed - +.Pp Targets are set up so that each port is referenced by its full name, and retrieves all its distfiles. The default diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 91862b37deb..318673399a0 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.25 2002/05/08 19:34:13 millert Exp $ +.\" $OpenBSD: ports.7,v 1.26 2002/08/29 07:34:31 wcobb Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -109,12 +109,12 @@ port belonging to category, .It Va maintainer port maintained by a given person. .El - +.Pp For instance, to invoke clean on all ports in the x11 category, one can say: .Bd -literal -offset indent $ make category=x11 clean .Ed - +.Pp The index search is done by a perl script, so all regular expressions from .Xr perlre 1 apply. @@ -132,7 +132,7 @@ line, e.g., to avoid stopping after each problem. .Bd -literal -offset indent $ make REPORT_PROBLEM=true .Ed - +.Pp The targets that do this are .Ar build , checksum , clean , configure , extract , fake, fetch , .Ar install , distclean , deinstall, reinstall, mirror-distfiles, obj , @@ -190,7 +190,7 @@ Using .Bd -literal -offset indent $ make checksum REFETCH=true .Ed - +.Pp will try to get a set of distfiles that match the recorded checksum. .It Ar depends Install @@ -290,7 +290,7 @@ problems. .Sh NETWORK CONFIGURATION The variables pertaining to network access have been marshalled into .Pa ${PORTSDIR}/infrastructure/template/network.conf.template . - +.Pp To customize that setup, copy that file into .Pa ${PORTSDIR}/infrastructure/db/network.conf and edit it. |