Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/pppoectl Assume o umlaut is transliterated by nroff as ...



details:   https://anonhg.NetBSD.org/src/rev/8404b062aee5
branches:  trunk
changeset: 753489:8404b062aee5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Mar 30 14:07:50 2010 +0000

description:
Assume o umlaut is transliterated by nroff as needed.
\\ -> \e

diffstat:

 sbin/pppoectl/pppoectl.8 |  18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r b2c277211273 -r 8404b062aee5 sbin/pppoectl/pppoectl.8
--- a/sbin/pppoectl/pppoectl.8  Tue Mar 30 14:05:32 2010 +0000
+++ b/sbin/pppoectl/pppoectl.8  Tue Mar 30 14:07:50 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pppoectl.8,v 1.25 2009/03/09 19:24:27 joerg Exp $
+.\"    $NetBSD: pppoectl.8,v 1.26 2010/03/30 14:07:50 joerg Exp $
 .\"
 .\" Copyright (C) 1997 by Joerg Wunsch, Dresden
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" From: spppcontrol.1,v 1.1.1.1 1997/10/11 11:30:30 joerg Exp
 .\"
-.\" $Id: pppoectl.8,v 1.25 2009/03/09 19:24:27 joerg Exp $
+.\" $Id: pppoectl.8,v 1.26 2010/03/30 14:07:50 joerg Exp $
 .\"
 .\" last edit-date: [Thu Aug 31 10:47:33 2000]
 .\"
@@ -350,10 +350,10 @@
 pppoectl -e ne0 pppoe0
 
 # Configure authentication
-pppoectl pppoe0 \\
-  myauthproto=pap \\
-  myauthname=XXXXX \\
-  myauthsecret=YYYYY \\
+pppoectl pppoe0 \e
+  myauthproto=pap \e
+  myauthname=XXXXX \e
+  myauthsecret=YYYYY \e
   hisauthproto=none
 
 # Configure the pppoe0 interface itself.  These addresses are magic,
@@ -401,7 +401,5 @@
 utility which appeared in
 .Fx 3.0 .
 .Sh AUTHORS
-The program was written by
-.ie t J\(:org Wunsch,
-.el Joerg Wunsch,
-Dresden, and modified for PPPoE support by Martin Husemann.
+The program was written by t J\(:org Wunsch, Dresden,
+and modified for PPPoE support by Martin Husemann.



Home | Main Index | Thread Index | Old Index