LinuxCommandLibrary

idnits

Check internet-drafts for submission nits.

TLDR

Check a file for nits

$ idnits [path/to/file.txt]
copy


Count nits without displaying them
$ idnits --nitcount [path/to/file.txt]
copy


Show extra information about offending lines
$ idnits --verbose [path/to/file.txt]
copy


Expect the specified year in the boilerplate instead of the current year
$ idnits --year [2021] [path/to/file.txt]
copy


Assume the document is of the specified status
$ idnits --doctype [standard|informational|experimental|bcp|ps|ds] [path/to/file.txt]
copy

Copied to clipboard