Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Remove Tn.



details:   https://anonhg.NetBSD.org/src/rev/6605be8fbf5d
branches:  trunk
changeset: 827806:6605be8fbf5d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 13 09:11:16 2017 +0000

description:
Remove Tn.

diffstat:

 share/man/man3/__insn_barrier.3 |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 3f69a8de158d -r 6605be8fbf5d share/man/man3/__insn_barrier.3
--- a/share/man/man3/__insn_barrier.3   Mon Nov 13 09:10:47 2017 +0000
+++ b/share/man/man3/__insn_barrier.3   Mon Nov 13 09:11:16 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: __insn_barrier.3,v 1.3 2017/11/12 21:15:22 riastradh Exp $
+.\" $NetBSD: __insn_barrier.3,v 1.4 2017/11/13 09:11:16 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -37,9 +37,7 @@
 .Sh DESCRIPTION
 The
 .Fn __insn_barrier
-macro prevents
-.Tn GCC
-from moving code across the barrier.
+macro prevents GCC from moving code across the barrier.
 In other words, the compiler is not allowed to reorder read and write
 commands below the barrier with the code preceding the barrier.
 Like with the



Home | Main Index | Thread Index | Old Index