diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-02-20 20:01:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-02-20 20:01:05 +0000 |
commit | da8d82a54c0b083653d9c598805e32d1e6c8c7ba (patch) | |
tree | 2098530abe139f1a81330add9bcb26b476b40e21 /share | |
parent | 7209108349b1761ec044ab01b0fbf91c666ad6e1 (diff) |
space required between macro argument and punctuation;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.arm64/aplcpu.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.arm64/aplcpu.4 b/share/man/man4/man4.arm64/aplcpu.4 index 3fdcc5130df..217c8b06de8 100644 --- a/share/man/man4/man4.arm64/aplcpu.4 +++ b/share/man/man4/man4.arm64/aplcpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aplcpu.4,v 1.1 2022/02/20 19:33:48 kettenis Exp $ +.\" $OpenBSD: aplcpu.4,v 1.2 2022/02/20 20:01:04 jmc Exp $ .\" .\" Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org> .\" @@ -33,7 +33,7 @@ life through the .Xr sysctl 2 mechanism. .Sh SEE ALSO -.Xr sysctl 2, +.Xr sysctl 2 , .Xr intro 4 , .Xr apmd 8 , .Xr sysctl 8 |