~ chicken-core (chicken-5) 2e2f1310401b638f3749eea786294e5ef6ea7dd9
commit 2e2f1310401b638f3749eea786294e5ef6ea7dd9 Author: Evan Hanson <evhan@foldling.org> AuthorDate: Mon Jul 24 13:58:50 2017 +1200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Mon Jul 24 13:58:50 2017 +1200 Drop extraneous "-D" flag in csc man page diff --git a/csc.mdoc b/csc.mdoc index 289525a6..16341a12 100644 --- a/csc.mdoc +++ b/csc.mdoc @@ -76,7 +76,7 @@ Generate dynamically loadable shared object file. .Pp Language options: .Bl -tag -width Ds -.It Fl D , Fl D Ar SYMBOL , Fl feature Ar SYMBOL +.It Fl D Ar SYMBOL , Fl feature Ar SYMBOL Register feature identifier. .It Fl no-feature Ar SYMBOL Disable builtin feature identifier.Trap