diff options
-rw-r--r-- | share/man/man1/clang-local.1 | 6 | ||||
-rw-r--r-- | share/man/man1/gcc-local.1 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man1/clang-local.1 b/share/man/man1/clang-local.1 index c41ece877be..d2a6a08e58f 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.3 2017/02/12 09:55:15 jsg Exp $ +.\" $OpenBSD: clang-local.1,v 1.4 2017/02/14 12:50:15 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: February 12 2017 $ +.Dd $Mdocdate: February 14 2017 $ .Dt CLANG-LOCAL 1 .Os .Sh NAME @@ -59,7 +59,7 @@ flag is an alias of .Fl p . .It .Nm clang -does not warn for pointer arguments passing or assignment with +does not warn for passing pointer arguments or assignment with different signedness outside of .Fl pedantic . This can be diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 3ec20e73278..83e16db1717 100644 --- a/share/man/man1/gcc-local.1 +++ b/share/man/man1/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.50 2017/02/06 02:42:53 guenther Exp $ +.\" $OpenBSD: gcc-local.1,v 1.51 2017/02/14 12:50:15 jmc Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 6 2017 $ +.Dd $Mdocdate: February 14 2017 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -223,7 +223,7 @@ does not warn for cast expressions used as lvalues outside of .Fl pedantic . .It .Nm gcc 4.2.1 -does not warn for pointer arguments passing or assignment with +does not warn for passing pointer arguments or assignment with different signedness outside of .Fl pedantic . This can be |