]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvmecontrol(8): Fix a few mandoc related issues and add a SEE ALSO section
authorgbe <gbe@FreeBSD.org>
Sat, 19 Dec 2020 11:47:38 +0000 (11:47 +0000)
committergbe <gbe@FreeBSD.org>
Sat, 19 Dec 2020 11:47:38 +0000 (11:47 +0000)
commit514ca7d347c9797f3de3ebcd847a78d03916797c
treec78b945bd07a1189f9f4be5b723a8833d9776c11
parentcb8b8da7d8b28e199810d87deefdeb6257847788
nvmecontrol(8): Fix a few mandoc related issues and add a SEE ALSO section

- inserting missing end of block: Ss breaks Bl
- skipping paragraph macro: Pp before Ss
- referenced manual not found: Xr nvme 4 (2 times)
- unknown standard specifier: St The

The macro .St can only be used for standards known by mdoc(7). So add a
SEE ALSO section and add a reference to the NVM Express Base Specification.

MFC after: 2 weeks
sbin/nvmecontrol/nvmecontrol.8