diff options
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 69ed1eeeb20..ff25b195c33 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.66 2006/12/05 11:11:36 bernd Exp $ +.\" $OpenBSD: ports.7,v 1.67 2006/12/23 15:30:28 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -297,6 +297,9 @@ is defined to .It Ar distclean Remove the port's distfile(s). This does not recurse to dependencies. +.It Ar regress +Runs the ports regression tests. +Usually needs a completed build. .It Ar reinstall Use this to restore a port after using .Xr pkg_delete 1 . |