Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/c11 Minor improvements, add more markup.
details: https://anonhg.NetBSD.org/src/rev/068981fb937f
branches: trunk
changeset: 348063:068981fb937f
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Oct 03 08:20:12 2016 +0000
description:
Minor improvements, add more markup.
diffstat:
usr.bin/c11/c11.1 | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (45 lines):
diff -r 7f49f73897e0 -r 068981fb937f usr.bin/c11/c11.1
--- a/usr.bin/c11/c11.1 Mon Oct 03 07:13:29 2016 +0000
+++ b/usr.bin/c11/c11.1 Mon Oct 03 08:20:12 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: c11.1,v 1.1 2016/10/03 01:00:27 kamil Exp $
+.\" $NetBSD: c11.1,v 1.2 2016/10/03 08:20:12 wiz Exp $
.\"
.\" Copyright (c) 1999-2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,7 +35,7 @@
.Op Fl pedantic
.Op Fl pedantic-errors
.Op Fl D_ANSI_SOURCE
-.Op options ...
+.Op Ar options ...
.Sh DESCRIPTION
Calls the C compiler (cc) with the given
.Ar options ,
@@ -44,8 +44,8 @@
specification.
.Pp
This includes
-alignment specification (
-.Ar _Alignas
+alignment specification
+.Ar ( _Alignas
specifier,
.Ar _Alignof operator ) ,
the
@@ -79,7 +79,7 @@
.Xr cc 1
.Sh STANDARDS
.Nm
-is
+is a
.Nx
extension.
.Sh HISTORY
@@ -91,4 +91,5 @@
.Nm
is a shell wrapper script to
.Ar cc ,
-compile errors are prefixed by "cc:".
+compile errors are prefixed by
+.Dq cc: .
Home |
Main Index |
Thread Index |
Old Index