Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KYUA-ABOUT(1)		    General Commands Manual		 KYUA-ABOUT(1)

NAME
       kyua about -- Shows detailed authors, license, and version information

SYNOPSIS
       kyua about [authors | license | version]

DESCRIPTION
       The  `about'  command  provides	generic	 information about the kyua(1)
       tool.  In the default synopsis form  (no	 arguments),  the  information
       printed includes:

       1.   The	name of	the package, which is `kyua'.

       2.   The	version	number,	which is `0.14.1'.

       3.   License information.

       4.   Authors information.

       5.   A link to the project web site.

       You can customize the information printed by this command by specifying
       the  desired  topic as the single argument to the command.  This	can be
       one of:

       authors	  Displays the list of authors and contributors	only.

       license	  Displays the license information and the list	of copyrights.

       version	  Displays the package name and	the version number in a	format
		  that is compatible with the output of	GNU tools that support
		  a --version flag.  Use this whenever you have	to  query  the
		  version number of the	package.

FILES
       The following files are read by the kyua	about command:

       /usr/local/share/doc/kyua/AUTHORS
	   List	of authors (aka	copyright holders).

       /usr/local/share/doc/kyua/CONTRIBUTORS
	   List	 of contributors (aka individuals that have contributed	to the
	   project).

       /usr/local/share/doc/kyua/LICENSE
	   License information.

EXIT STATUS
       The kyua	about command always returns 0.

       Additional exit codes may be returned as	described in kyua(1).

SEE ALSO
       kyua(1)

FreeBSD	ports 15.0		 May 20, 2015			 KYUA-ABOUT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kyua-about&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help