diff options
author | brueffer <brueffer@FreeBSD.org> | 2008-12-30 20:31:37 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2008-12-30 20:31:37 +0000 |
commit | 0d4d24d449bc8e7ac0a2fa743d6c2121251f420e (patch) | |
tree | e9b77b5d65034fb9b32320e180c2aba834ae0a94 /share | |
parent | ef29b651f77ba5fa7a8043fe0e26bb8d36fd1d05 (diff) | |
download | FreeBSD-src-0d4d24d449bc8e7ac0a2fa743d6c2121251f420e.zip FreeBSD-src-0d4d24d449bc8e7ac0a2fa743d6c2121251f420e.tar.gz |
Add missing comma.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/cpuctl.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/cpuctl.4 b/share/man/man4/cpuctl.4 index e32775d..a510d14 100644 --- a/share/man/man4/cpuctl.4 +++ b/share/man/man4/cpuctl.4 @@ -136,7 +136,7 @@ The firmware image address points outside the process address space. .It Pa /dev/cpuctl .El .Sh SEE ALSO -.Xr hwpmc 4 +.Xr hwpmc 4 , .Xr cpucontrol 8 .Sh HISTORY The |