diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-04 16:08:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-04 16:08:59 +0000 |
commit | 197ae903139d7316bcd51129c1ec0febc7d629aa (patch) | |
tree | 87ffbe39cefdd249e2226f8e9e569ae79d802af3 /share/man/man5 | |
parent | da940c7650f070e208feef9caf3e12fafe5d3fda (diff) |
Beautify for espie.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index da7ae43b83b..a38aa707a28 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.5 2000/06/13 02:17:09 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.6 2000/07/04 16:08:58 aaron Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -503,22 +503,22 @@ that behavior. used to be retrieved from a separate site list. For greater flexibility, all files are now retrieved from .Ev MASTER_SITES , -.Ev MASTER_SITES0 ,... +.Ev MASTER_SITES0 , ..., .Ev MASTER_SITES9 , using a .Sq :0 to .Sq :9 extension to the file name, e.g., -.Bd -litteral -offset indent - PATCH_FILES=foo.diff.gz - PATCH_SITES=ftp://ftp.zoinx.org/pub/ +.Bd -literal -offset indent +PATCH_FILES=foo.diff.gz +PATCH_SITES=ftp://ftp.zoinx.org/pub/ .Ed +.Pp becomes - -.Bd -litteral -offset indent - PATCH_FILES=foo.diff.gz:0 - MASTER_SITES0=ftp://ftp.zoinx.org/pub/ +.Bd -literal -offset indent +PATCH_FILES=foo.diff.gz:0 +MASTER_SITES0=ftp://ftp.zoinx.org/pub/ .Ed .It Ev PLIST_SRC From |