diff options
author | 2012-04-08 17:36:21 +0000 | |
---|---|---|
committer | 2012-04-08 17:36:21 +0000 | |
commit | 5aa93be1342ebf33c2295b938cefa9958255ab25 (patch) | |
tree | ba3c1ab7bd3c1c35e419b65a00f9790f7c3e558b /share/man/man9 | |
parent | tedu lint (diff) | |
download | wireguard-openbsd-5aa93be1342ebf33c2295b938cefa9958255ab25.tar.xz wireguard-openbsd-5aa93be1342ebf33c2295b938cefa9958255ab25.zip |
no more lint;
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/style.9 | 7 |
1 files changed, 3 insertions, 4 deletions
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, |