1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 15:55:25 +02:00

idnits: add page (#6000)

This commit is contained in:
bl-ue 2021-05-27 18:29:26 -04:00 committed by GitHub
parent 528727f70f
commit f53c6b87f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
pages/common/idnits.md Normal file
View file

@ -0,0 +1,25 @@
# idnits
> Check internet-drafts for submission nits.
> Looks for violations of Section 2.1 and 2.2 of the requirements listed on <https://www.ietf.org/id-info/checklist>.
> More information: <https://tools.ietf.org/tools/idnits/>.
- Check a file for nits:
`idnits {{path/to/file.txt}}`
- Count nits without displaying them:
`idnits --nitcount {{path/to/file.txt}}`
- Show extra information about offending lines:
`idnits --verbose {{path/to/file.txt}}`
- Expect the specified year in the boilerplate instead of the current year:
`idnits --year {{2021}} {{path/to/file.txt}}`
- Assume the document is of the specified status:
`idnits --doctype {{standard|informational|experimental|bcp|ps|ds}} {{path/to/file.txt}}`