aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2002-06-26 00:10:43 +0000
committerEric Melville <eric@FreeBSD.org>2002-06-26 00:10:43 +0000
commit44e7d6e24ddc0ef0227df54d3cd0764ac0967021 (patch)
tree0c297d54853a2c89b3e92e3a20f3815d0796f6fc /gnu/usr.bin
parent3d26e1d0c10d07f0ab9222e681f97839b45f6c35 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-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 e7987e09d6d6..079bdd1a85a6 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -367,9 +367,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;