[BACK]Return to lint.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / xlint

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/xlint/xlint/lint.1 between version 1.35 and 1.35.4.1

version 1.35, 2011/04/29 09:23:29 version 1.35.4.1, 2014/05/22 11:42:52
Line 30 
Line 30 
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF  .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .Dd August 2, 2008  .Dd April 19, 2013
 .Dt LINT 1  .Dt LINT 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 446  At the beginning of a file, mark all fun
Line 446  At the beginning of a file, mark all fun
 in this file as  in this file as
 .Em used .  .Em used .
 Also shut off complaints about unused function arguments.  Also shut off complaints about unused function arguments.
 .It Li /* LINTED Oo Ar comment Oc Li */ No or Li /* NOSTRICT Oo Ar comment Oc Li */  .It Li /* LINTED Ns Ar n Li Oo Ar comment Oc Li */ No or Li /* NOSTRICT Ns Ar n Li Oo Ar comment Oc Li */
 Suppresses any intra-file warning except those dealing with  Suppresses any intra-file warning except those dealing with
 unused variables or functions.  unused variables or functions.
 This directive should be placed  This directive should be placed
 on the line immediately preceding where the lint warning occurred.  on the line immediately preceding where the lint warning occurred.
   The optional numeric argument suppresses the specific numbered
   message instead of every message.
   A list of messages and ids can be found in
   .Xr lint 7 .
 .It Li /* LONGLONG */  .It Li /* LONGLONG */
 Suppress complaints about use of long long integer types.  Suppress complaints about use of long long integer types.
 .It Li /* NOTREACHED */  .It Li /* NOTREACHED */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.35.4.1

CVSweb <webmaster@jp.NetBSD.org>