Module Name: src
Committed By: wiz
Date: Tue Sep 25 09:55:41 UTC 2018
Modified Files:
src/sbin/pppoectl: pppoectl.8
Log Message:
Fix wrong macro, use An.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 src/sbin/pppoectl/pppoectl.8:1.32
--- src/sbin/pppoectl/pppoectl.8:1.31 Sun Sep 23 07:24:19 2018
+++ src/sbin/pppoectl/pppoectl.8 Tue Sep 25 09:55:41 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: pppoectl.8,v 1.31 2018/09/23 07:24:19 maxv Exp $
+.\" $NetBSD: pppoectl.8,v 1.32 2018/09/25 09:55:41 wiz 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.31 2018/09/23 07:24:19 maxv Exp $
+.\" $Id: pppoectl.8,v 1.32 2018/09/25 09:55:41 wiz Exp $
.\"
.\" last edit-date: [Thu Aug 31 10:47:33 2000]
.\"
@@ -63,7 +63,6 @@ optionally passing in additional paramet
The latter usage is indicated by the presence of the
.Fl e
option, which takes the name of the ethernet interface as its argument.
-.Pp
.Bl -tag -width indent
.It Fl e
specifies the ethernet interface used to communicate with the
@@ -292,7 +291,6 @@ The result of the negotiation can be ret
option.
.El
.Sh EXAMPLES
-.Bd -literal
The following example is the complete sequence of commands to bring
a PPPoE connection up:
.Bd -literal
@@ -357,5 +355,9 @@ The
utility first appeared in
.Nx 1.6 .
.Sh AUTHORS
-The program was written by J\(:org Wunsch, Dresden,
-and modified for PPPoE support by Martin Husemann.
+.An -nosplit
+The program was written by
+.An J\(:org Wunsch ,
+Dresden,
+and modified for PPPoE support by
+.An Martin Husemann .