diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-26 18:49:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-26 18:49:49 +0000 |
commit | faa03df06ef0474a03d7a7e6aec6857dcee67afe (patch) | |
tree | 97c90f7e35b36a18f6131268dd65e5847708b063 /share | |
parent | 91dbafb9a08b120d90ebd635a84c3dc292a0d51d (diff) |
use .Pa for urls and avoid broken links;
problem noticed by frederic culot (pr #5243)
ok deraadt pval
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/ports.7 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 6bf463c74c4..0bc81cb0d20 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.57 2006/09/17 22:09:12 espie Exp $ +.\" $OpenBSD: ports.7,v 1.58 2006/09/26 18:49:48 jmc Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -59,13 +59,16 @@ For more information about using ports, see The .Ox Ports Mechanism -(http://www.openbsd.org/ports.html) and the +.Pq Pa http://www.openbsd.org/ports.html +and the .Ox -FAQ (http://www.openbsd.org/faq/). +FAQ +.Pq Pa http://www.openbsd.org/faq/ . For information about creating new ports, see the .Ox -Porting Checklist (http://www.openbsd.org/checklist.html). +Porting Checklist +.Pa http://www.openbsd.org/checklist.html . .Pp For a detailed description of the build process, see .Xr bsd.port.mk 5 . @@ -645,11 +648,13 @@ List of users and groups created by ports. .Pp The .Ox -Ports Mechanism: http://www.openbsd.org/ports.html +Ports Mechanism: +.Pa http://www.openbsd.org/ports.html .Pp The .Ox -Porting Checklist: http://www.openbsd.org/checklist.html +Porting Checklist: +.Pa http://www.openbsd.org/checklist.html .Sh HISTORY .Nm The Ports Collection appeared in |