summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/pppd/options.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-06-11 14:46:02 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-06-11 14:46:02 +0000
commit991b346d4994b4b85981adb35d0dd6e91bedd364 (patch)
tree8334b697adbdbab6c6bfba1d2be5fca92c1ef169 /mdk-stage1/ppp/pppd/options.c
parentdfacf1ef1d22dcc949380ea765df1158fd008550 (diff)
downloaddrakx-backup-do-not-use-991b346d4994b4b85981adb35d0dd6e91bedd364.tar
drakx-backup-do-not-use-991b346d4994b4b85981adb35d0dd6e91bedd364.tar.gz
drakx-backup-do-not-use-991b346d4994b4b85981adb35d0dd6e91bedd364.tar.bz2
drakx-backup-do-not-use-991b346d4994b4b85981adb35d0dd6e91bedd364.tar.xz
drakx-backup-do-not-use-991b346d4994b4b85981adb35d0dd6e91bedd364.zip
have adsl pppoe installation available
Diffstat (limited to 'mdk-stage1/ppp/pppd/options.c')
-rw-r--r--mdk-stage1/ppp/pppd/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/ppp/pppd/options.c b/mdk-stage1/ppp/pppd/options.c
index 9ebac372e..1921d9ec5 100644
--- a/mdk-stage1/ppp/pppd/options.c
+++ b/mdk-stage1/ppp/pppd/options.c
@@ -894,7 +894,7 @@ print_option(opt, mainopt, printer, arg)
break;
default:
- printer(arg, "# %s value (type %d??)", opt->name, opt->type);
+ printer(arg, "# %s value (type %d)", opt->name, opt->type);
break;
}
printer(arg, "\t\t# (from %s)\n", mainopt->source);