Module Name: src
Committed By: joerg
Date: Tue Mar 30 14:07:50 UTC 2010
Modified Files:
src/sbin/pppoectl: pppoectl.8
Log Message:
Assume o umlaut is transliterated by nroff as needed.
\\ -> \e
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/pppoectl/pppoectl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/pppoectl/pppoectl.8
diff -u src/sbin/pppoectl/pppoectl.8:1.25 src/sbin/pppoectl/pppoectl.8:1.26
--- src/sbin/pppoectl/pppoectl.8:1.25 Mon Mar 9 19:24:27 2009
+++ src/sbin/pppoectl/pppoectl.8 Tue Mar 30 14:07:50 2010
@@ -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.