diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-09 19:03:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-09 19:03:05 +0000 |
commit | 6cc53c3bfbb9c328e024459f49f6784b000a6271 (patch) | |
tree | 47efdb4b9d6d489d0db1614d7cad3d9abface13f /share/man/man4/ppp.4 | |
parent | 9277f3a0e66fcd625952ff2aad52b5f82b93b90a (diff) |
no need to specify a "count" argument: ifconfig(8) handles these
"on demand";
from jan niemann;
ok deraadt
Diffstat (limited to 'share/man/man4/ppp.4')
-rw-r--r-- | share/man/man4/ppp.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ppp.4 b/share/man/man4/ppp.4 index 5cb77d2625d..b9aec48d2d3 100644 --- a/share/man/man4/ppp.4 +++ b/share/man/man4/ppp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ppp.4,v 1.9 2004/11/19 10:19:14 jmc Exp $ +.\" $OpenBSD: ppp.4,v 1.10 2006/05/09 19:03:04 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -36,7 +36,7 @@ .Nm ppp .Nd point to point protocol network interface .Sh SYNOPSIS -.Cd "pseudo-device ppp" Op Ar count +.Cd "pseudo-device ppp" .Sh DESCRIPTION The .Nm |