--- src/usr.bin/xlint/xlint/lint.1 2003/06/17 04:29:34 1.2 +++ src/usr.bin/xlint/xlint/lint.1 2004/07/07 07:37:04 1.3 @@ -30,7 +30,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.bin/xlint/xlint/lint.1,v 1.8.2.7 2002/06/21 15:30:23 charnier Exp $ -.\" $DragonFly: src/usr.bin/xlint/xlint/lint.1,v 1.1 2003/06/16 07:15:18 dillon Exp $ +.\" $DragonFly$ .\" .Dd August 28, 1994 .Dt LINT 1 @@ -41,8 +41,8 @@ .Sh SYNOPSIS .Bk -words .Nm -.Op Fl abceghprvxzHFV -.Op Fl s | t +.Op Fl abceghprvxzHFSV +.Op Fl s | t | S .Op Fl i | nu .Op Fl D Ar name Ns Op = Ns Ar def .Op Fl U Ar name @@ -243,6 +243,8 @@ With the flag, .Dv __STRICT_ANSI__ is a predefined preprocessor macro. +.Fl S +C9X mode. Currently not fully implemented. .It Fl t Traditional C mode. .Dv __STDC__