Added a brief example as to how to use it. Added more clarity for some arguments.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
usr.bin/clang/lld/ld.lld.1 | ||
---|---|---|
382 | I added .Fl and .Xr but I'm not sure if I correctly understood the s/-v/ and / (including newlines) |
Comment Actions
Performed the changes proposed, had a slight problem understanding this comment. I did what I thought was right, if not just let me know :)
usr.bin/clang/lld/ld.lld.1 | ||
---|---|---|
382 | It looks like you did correctly understand the comment, thanks Though, the comma should go on the same line as the macro it appears after: .Xr clang 1 , Yes, this is weird and nonsensical, and there's not a great way to learn about it, though https://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/manpages-markup.html is useful. |
Comment Actions
BTW, have you run textproc/igor and mandoc -Tlint on your changes? Could provide some valuable help and suggestions for fixes.