git: 9front

Download patch

ref: ce4807990098c074050d28f63a1e0915dc894bbe
parent: b2023ae27648576d2ede3d1e5535fd61dfe4b791
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Fri Dec 21 16:24:47 EST 2012

cpu(8): option -A before -R

aan announce option -A has to be specified before -R and -O so
reflect this in the manual page.

--- a/sys/man/1/cpu
+++ b/sys/man/1/cpu
@@ -30,12 +30,12 @@
 .PP
 .B cpu
 [
+.B -A
+.I address
+] [
 .B -R
 |
 .B -O
-] [
-.B -A
-.I address
 ]
 .SH DESCRIPTION
 .I Cpu
--