PROJASSERT(1)

     NAME
          projassert - assert project attributes

     SYNOPSIS
          projassert [-b | -o | -s] | [-e] | [-n] project_name]

     DESCRIPTION
          The projassert utility allows the user to assert information
          about a project and if true returns a 0 exit status.  If
          false, a not 0 exit status is returned.  The project_name
          parameter is the name of the project against which the
          assertion is being made.

          -b       Asserts that bugs may be logged against the
                   project.  That is, the project exists and is open.

          -o       Asserts that the project is owned on this machine.

          -s       Asserts that the project is being subscribed to on
                   this system.

          -e       Asserts that the project exists on this machine.
                   That is, it is defined in the ~ddts/proj.info
                   directory.

          -n       Asserts that the project does not exist on this
                   machine.

     SEE ALSO
          projstat(1)