diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-09-29 05:42:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-09-29 05:42:39 +0000 |
commit | 180ab507fea65a0f51bab57da3cb25d480c80133 (patch) | |
tree | e29b2ed83de417e438811ebc36cb4afc33c5a484 | |
parent | 691b70b45c19b10754cea14912bb54a12fd5d359 (diff) |
trim previous;
-rw-r--r-- | share/man/man1/clang-local.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man1/clang-local.1 b/share/man/man1/clang-local.1 index e1deda0b9e0..ff64117758d 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.16 2018/09/28 00:33:34 mortimer Exp $ +.\" $OpenBSD: clang-local.1,v 1.17 2018/09/29 05:42:38 jmc 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: September 28 2018 $ +.Dd $Mdocdate: September 29 2018 $ .Dt CLANG-LOCAL 1 .Os .Sh NAME @@ -114,9 +114,9 @@ There is no option to disable this pass. includes the retguard security feature on amd64 and arm64. This feature can be disabled with the .Fl fno-ret-protector -option or the +or .Fl fno-stack-protector -option. +options. .El .Sh SEE ALSO .Xr clang 1 |