sysctl(9): Fix a few mandoc related issues

- missing comma before name: Nm SYSCTL_UQUAD
- bad NAME section content: text

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2020-12-19 10:31:25 +00:00
parent 0492f4030d
commit bb0358d4d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368798

View File

@ -95,8 +95,8 @@
.Nm SYSCTL_UINT ,
.Nm SYSCTL_ULONG ,
.Nm SYSCTL_UMA_CUR ,
.Nm SYSCTL_UMA_MAX
.Nm SYSCTL_UQUAD ,
.Nm SYSCTL_UMA_MAX ,
.Nm SYSCTL_UQUAD
.Nd Dynamic and static sysctl MIB creation functions
.Sh SYNOPSIS
.In sys/param.h