diff options
-rw-r--r-- | share/man/man1/gcc-local.1 | 6 | ||||
-rw-r--r-- | share/man/man5/mk.conf.5 | 12 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 8 | ||||
-rw-r--r-- | share/man/man9/style.9 | 7 |
4 files changed, 10 insertions, 23 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index f2220a01df5..46507043868 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.26 2011/11/22 09:29:49 jmc Exp $ +.\" $OpenBSD: gcc-local.1,v 1.27 2012/04/08 17:36:21 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: November 22 2011 $ +.Dd $Mdocdate: April 8 2012 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -243,7 +243,7 @@ that lets comments in macros pass through to the output (except in .Fl traditional mode). This is used to allow annotations in macros for -.Xr lint 1 . +lint. .It .Nm gcc supports two extra warning options: diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 45e7162db42..1193e1f131f 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.21 2011/07/02 08:03:29 schwarze Exp $ +.\" $OpenBSD: mk.conf.5,v 1.22 2012/04/08 17:36:21 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,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: July 2 2011 $ +.Dd $Mdocdate: April 8 2012 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -132,11 +132,6 @@ Library mode. .It Ev LIBOWN Library owner. .Bq Ev ${BINOWN} -.It Ev LINTLIBDIR -Base path for -.Xr lint 1 -library installation. -.Bq Pa /usr/libdata/lint .It Ev MANDIR Base path for manual installation. .Bq Pa /usr/share/man/man @@ -236,9 +231,6 @@ Copy or symlink kernel include files into .Pa /usr/include . Possible values are "symlinks" or "copies" (which is the same as the variable being unset). -.It Ev WANTLINT -Build lint libraries. -.Bq no .It Ev WARNINGS Adds appropriate warning flags (defined in .Ev CDIAGFLAGS , diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index c883198d661..9bd1070deea 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.101 2011/09/19 11:24:51 okan Exp $ +.\" $OpenBSD: hier.7,v 1.102 2012/04/08 17:36:21 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 19 2011 $ +.Dd $Mdocdate: April 8 2012 $ .Dt HIER 7 .Os .Sh NAME @@ -309,10 +309,6 @@ Placeholder for user contributed code/scripts. .It ldscripts/ ELF linker scripts. -.It lint/ -Prebuilt -.Xr lint 1 -libraries. .It perl5/ Data files for .Xr perl 1 . diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 9f23e675ddb..97a3aa357a5 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.51 2011/09/17 08:38:26 schwarze Exp $ +.\" $OpenBSD: style.9,v 1.52 2012/04/08 17:36:21 jmc Exp $ .\" -.Dd $Mdocdate: September 17 2011 $ +.Dd $Mdocdate: April 8 2012 $ .Dt STYLE 9 .Os .Sh NAME @@ -612,8 +612,7 @@ relaxed but at a minimum should be internally consistent with their style. .Pp Whenever possible, code should be run through a code checker (e.g., -.Dq Li gcc -Wall -W -Wpointer-arith -Wbad-function-cast ... , -.Xr lint 1 +.Dq Li gcc -Wall -W -Wpointer-arith -Wbad-function-cast ...\& or splint from the ports tree) and produce minimal warnings. .Pp Note that documentation follows its own style guide, |