1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

. Minor man page tweaks:

. Remove references to ibm (we have no IBM JDKs in the tree)
  . Remove references to JDK 1.4.2 (only 1.5+ are in the tree)
This commit is contained in:
Greg Lewis 2012-06-16 16:28:39 +00:00
parent 6edf91bd9c
commit 2772382d5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299412
6 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
.\"
.\" Copyright (C) 2005 Greg Lewis. All rights reserved.
.\"
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\"
.\" THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

View File

@ -4,6 +4,7 @@
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
@ -101,7 +102,6 @@ The selected Java VM must have been released by one of the vendors in the list.
Currently allowed vendors are
.Ql bsdjava ,
.Ql freebsd ,
.Ql ibm ,
.Ql openjdk
and
.Ql sun .

View File

@ -4,6 +4,7 @@
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright

View File

@ -4,6 +4,7 @@
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright

View File

@ -4,6 +4,7 @@
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
@ -88,7 +89,6 @@ been released by one of the vendors in the list.
Currently allowed vendors are
.Ql bsdjava ,
.Ql freebsd ,
.Ql ibm ,
.Ql openjdk
and
.Ql sun .

View File

@ -4,6 +4,7 @@
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
@ -57,12 +58,12 @@ The location of the Java VM wrapper configuration file.
.El
.Sh EXAMPLES
.Bl -tag -width indent
.It %%PREFIX%%/bin/registervm %%LOCALBASE%%/jdk.1.4.2/bin/java
Register %%LOCALBASE%%/jdk1.4.2/bin/java as a possible choice of
.It %%PREFIX%%/bin/registervm %%LOCALBASE%%/jdk1.6.0/bin/java
Register %%LOCALBASE%%/jdk1.6.0/bin/java as a possible choice of
Java VM for
.Nm javavm .
.It %%PREFIX%%/bin/unregistervm %%LOCALBASE%%/jdk.1.4.2/bin/java
Remove %%LOCALBASE%%/jdk1.4.2/bin/java as a possible choice of
.It %%PREFIX%%/bin/unregistervm %%LOCALBASE%%/jdk1.6.0/bin/java
Remove %%LOCALBASE%%/jdk1.6.0/bin/java as a possible choice of
Java VM for
.Nm javavm .
.El