diff options
author | mortimer <mortimer@cvs.openbsd.org> | 2019-10-27 00:21:48 +0000 |
---|---|---|
committer | mortimer <mortimer@cvs.openbsd.org> | 2019-10-27 00:21:48 +0000 |
commit | a79a12669b3c3cf031e8fb151aad87a394eb36b1 (patch) | |
tree | 2c55bc3312b30cda370b0cc6899d5c259d449bff /share/man | |
parent | ae16c85257c7893d9ec585c5fe60f6060ed27c7f (diff) |
Document retguard for octeon in clang-local.
Prodded by Janne Johansson - thanks!
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man1/clang-local.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/clang-local.1 b/share/man/man1/clang-local.1 index 2d2bfe33102..458babaf9fa 100644 --- a/share/man/man1/clang-local.1 +++ b/share/man/man1/clang-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clang-local.1,v 1.19 2019/02/22 15:28:43 mortimer Exp $ +.\" $OpenBSD: clang-local.1,v 1.20 2019/10/27 00:21:47 mortimer Exp $ .\" .\" Copyright (c) 2016 Pascal Stumpf <pascal@stumpf.co> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: February 22 2019 $ +.Dd $Mdocdate: October 27 2019 $ .Dt CLANG-LOCAL 1 .Os .Sh NAME @@ -113,7 +113,7 @@ This can be disabled with the option. .It .Nm clang -includes the retguard security feature on amd64 and arm64. +includes the retguard security feature on amd64, arm64 and octeon. This feature can be disabled with the .Fl fno-ret-protector or |