summaryrefslogtreecommitdiffstats
path: root/usr.bin/uac/uac.1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-19 18:36:01 +0000
committerobrien <obrien@FreeBSD.org>2000-01-19 18:36:01 +0000
commit67fda16932a78ee2a95bda7c1407734b5b09ceff (patch)
treea9e2bd2c00fc9aff9dc04f4c144a0c9dfe499b79 /usr.bin/uac/uac.1
parent67e9a9c57f0f6b9501cedd6db2a59e815196d19a (diff)
downloadFreeBSD-src-67fda16932a78ee2a95bda7c1407734b5b09ceff.zip
FreeBSD-src-67fda16932a78ee2a95bda7c1407734b5b09ceff.tar.gz
Change the error message to be the FreeBSD one, not the OSF/1 one.
Diffstat (limited to 'usr.bin/uac/uac.1')
-rw-r--r--usr.bin/uac/uac.18
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/uac/uac.1 b/usr.bin/uac/uac.1
index 1470e59..a93d301 100644
--- a/usr.bin/uac/uac.1
+++ b/usr.bin/uac/uac.1
@@ -40,8 +40,12 @@ other CPU's the DEC Alpha processor cannot access unaligned data. To work
around this, the Alpha has the ability to fix the UA fault rather than send
the faulting process a SIGBUS signal. However, doing so does slow down the
execution of the faulting process.
-At boot up, the DEC Alpha CPU defaults to printing "Fixed up unaligned data
-access for pid nnn at pc 0xADDR" when a UA happens along with fixing it so
+At boot up, the DEC Alpha CPU defaults to printing
+.Bl -diag
+.It pid nnn (<progname>): unaligned access: va=0xADDR pc=0xADDR ra=0xADDR op=ldl
+.El
+.Pp
+when a UA happens along with fixing it so
the faulting instruction can continue.
UA handling settings are inherited by child process.
Issued with out any options,
OpenPOWER on IntegriCloud