aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2002-04-13 01:17:21 +0000
committerEric Melville <eric@FreeBSD.org>2002-04-13 01:17:21 +0000
commita00e7d54528b0f853d100f6c8ab5661d9de7539c (patch)
treee3b1f22db95ed0b1c4b7432b32396f8e6568a23c
parentde67a4bd914573e6a5a62c59ea089ae4a3c4bd8f (diff)
Notes
-rw-r--r--gnu/usr.bin/man/man/man.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c
index 7b6fc419fade..4c5b632a6c37 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -357,9 +357,11 @@ man_getopt (argc, argv)
case 'm':
machine = optarg;
break;
+#ifdef __FreeBSD__
case 'o':
use_original++;
break;
+#endif
case 'p':
roff_directive = strdup (optarg);
break;