diff options
Diffstat (limited to 'usr.sbin/pppctl')
| -rw-r--r-- | usr.sbin/pppctl/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pppctl/pppctl.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/pppctl/pppctl.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index 066b42b09203..791b5105ac9b 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.2.1 1997/06/28 01:08:56 brian Exp $ +# $Id: Makefile,v 1.1.2.2 1998/01/26 20:00:48 brian Exp $ PROG= pppctl SRCS= pppctl.c diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index f805de74020b..1a1f67eac0b9 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $Id: pppctl.8,v 1.1.2.4 1998/01/26 20:00:49 brian Exp $ +.\" $Id: pppctl.8,v 1.1.2.5 1998/07/18 11:11:56 jkh Exp $ .Dd 26 June 1997 .Os FreeBSD .Dt PPPCTL 8 diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c index 30e5a0d2b915..82fb7fb1ae60 100644 --- a/usr.sbin/pppctl/pppctl.c +++ b/usr.sbin/pppctl/pppctl.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pppctl.c,v 1.1.2.4 1998/03/09 13:52:07 jkh Exp $ + * $Id: pppctl.c,v 1.1.2.5 1998/07/18 11:11:59 jkh Exp $ */ #include <sys/types.h> |
