summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-29 23:02:43 +0000
committerbrian <brian@FreeBSD.org>1998-08-29 23:02:43 +0000
commit31fd7398043ae24d38bffa07cb9c946118013a13 (patch)
tree8b4b4d2b81dfe417dc5e18e90687d784e515acc2
parenta6f2807f3b625c8a4e85daa68692e88033a45ef8 (diff)
downloadFreeBSD-src-31fd7398043ae24d38bffa07cb9c946118013a13.zip
FreeBSD-src-31fd7398043ae24d38bffa07cb9c946118013a13.tar.gz
Don't claim that the alias library isn't loaded until
used.
-rw-r--r--usr.sbin/ppp/ppp.810
-rw-r--r--usr.sbin/ppp/ppp.8.m410
2 files changed, 6 insertions, 14 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index aa29625..bc229cb 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.120 1998/08/25 17:48:55 brian Exp $
+.\" $Id: ppp.8,v 1.121 1998/08/29 23:02:42 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -2275,12 +2275,8 @@ of the currently existing line modes.
This command allows the control of the aliasing (or masquerading)
facilities that are built into
.Nm ppp .
-Until this code is required, it is not loaded by
-.Nm ppp ,
-and it is quite possible that the alias library is not installed
-on your system (some administrators consider it a security risk).
-If aliasing is enabled on your system, the following commands are
-possible:
+If aliasing is enabled on your system (it may be omitted at compile time),
+the following commands are possible:
.Bl -tag -width 20
.It alias enable [yes|no]
This command either switches aliasing on or turns it off.
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index aa29625..bc229cb 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.120 1998/08/25 17:48:55 brian Exp $
+.\" $Id: ppp.8,v 1.121 1998/08/29 23:02:42 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -2275,12 +2275,8 @@ of the currently existing line modes.
This command allows the control of the aliasing (or masquerading)
facilities that are built into
.Nm ppp .
-Until this code is required, it is not loaded by
-.Nm ppp ,
-and it is quite possible that the alias library is not installed
-on your system (some administrators consider it a security risk).
-If aliasing is enabled on your system, the following commands are
-possible:
+If aliasing is enabled on your system (it may be omitted at compile time),
+the following commands are possible:
.Bl -tag -width 20
.It alias enable [yes|no]
This command either switches aliasing on or turns it off.
OpenPOWER on IntegriCloud