diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-31 14:26:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-31 14:26:57 +0000 |
commit | 1f5a15377b79324edce0b19ada27b140f551e5a7 (patch) | |
tree | a505da61653977139de7cbcbb6168948a0f76a53 /regress/usr.bin/mdoclint | |
parent | ec4dc0a93f3a701f36de82b938df618e5ecc48f8 (diff) |
turn off -e by default, since we do not currently sort the errors
in the man page;
Diffstat (limited to 'regress/usr.bin/mdoclint')
-rw-r--r-- | regress/usr.bin/mdoclint/mdoclint | 4 | ||||
-rw-r--r-- | regress/usr.bin/mdoclint/mdoclint.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/regress/usr.bin/mdoclint/mdoclint b/regress/usr.bin/mdoclint/mdoclint index 1721f4f9498..5b05ce370bf 100644 --- a/regress/usr.bin/mdoclint/mdoclint +++ b/regress/usr.bin/mdoclint/mdoclint @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $OpenBSD: mdoclint,v 1.1 2008/10/31 14:11:04 jmc Exp $ +# $OpenBSD: mdoclint,v 1.2 2008/10/31 14:26:56 jmc Exp $ # $NetBSD: mdoclint,v 1.18 2008/01/05 09:03:50 wiz Exp $ # # Copyright (c) 2001-2008 Thomas Klausner @@ -116,7 +116,7 @@ sub handle_options { not $opt_H and not $opt_m and not $opt_n and not $opt_o and not $opt_P and not $opt_p and not $opt_r and not $opt_S and not $opt_s and not $opt_X and not $opt_x) { - $opt_a = $opt_D = $opt_d = $opt_e = $opt_f = + $opt_a = $opt_D = $opt_d = $opt_f = $opt_H = $opt_m = $opt_n = $opt_o = $opt_P = $opt_p = $opt_r = $opt_S = $opt_s = $opt_X = $opt_x = 1; diff --git a/regress/usr.bin/mdoclint/mdoclint.1 b/regress/usr.bin/mdoclint/mdoclint.1 index fa2f198e72a..399945bc6fc 100644 --- a/regress/usr.bin/mdoclint/mdoclint.1 +++ b/regress/usr.bin/mdoclint/mdoclint.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoclint.1,v 1.1 2008/10/31 14:11:04 jmc Exp $ +.\" $OpenBSD: mdoclint.1,v 1.2 2008/10/31 14:26:56 jmc Exp $ .\" $NetBSD: mdoclint.1,v 1.3 2003/05/09 09:22:05 wiz Exp $ .\" .\" Copyright (c) 2001, 2002, 2003 Thomas Klausner @@ -41,9 +41,9 @@ is a man page verifier. It tries to automatically find as many common errors that occur when writing man pages as possible. If no flags are given, -.Fl aDdefHmnoPprSsXx +.Fl aDdfHmnoPprSsXx is assumed (that is, everything except -.Fl Fhv ) . +.Fl eFhv ) . .Pp The options are as follows: .Bl -tag -width Ds |