Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 1997 12:20:21 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/pppctl Makefile pppctl.8 pppctl.c
Message-ID:  <199711072020.MAA25780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

brian       1997/11/07 12:20:20 PST

  Modified files:
    usr.sbin/pppctl      Makefile pppctl.8 pppctl.c 
  Log:
  Style police.
  bzero -> memset
  index -> strchr
  rindex -> strrchr
  Use libedit (this should make pppctl a lot more attractive than telnet).
  
  Revision  Changes    Path
  1.2       +4 -2      src/usr.sbin/pppctl/Makefile
  1.6       +31 -11    src/usr.sbin/pppctl/pppctl.8
  1.5       +67 -24    src/usr.sbin/pppctl/pppctl.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711072020.MAA25780>