diff options
Diffstat (limited to 'usr.sbin/burncd')
-rw-r--r-- | usr.sbin/burncd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/burncd/burncd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/burncd/burncd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/burncd/Makefile b/usr.sbin/burncd/Makefile index a4228c7499751..6315385030d53 100644 --- a/usr.sbin/burncd/Makefile +++ b/usr.sbin/burncd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/burncd/Makefile,v 1.2 2000/01/10 21:44:28 archie Exp $ PROG= burncd MAN8= burncd.8 diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 49071bd91f9f4..a9abfbd98a50c 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/burncd/burncd.8,v 1.6.2.1 2000/04/23 17:00:38 mpp Exp $ .\" .Dd January 6, 2000 .Os diff --git a/usr.sbin/burncd/burncd.c b/usr.sbin/burncd/burncd.c index 660e28bc215b2..47427e0777c2b 100644 --- a/usr.sbin/burncd/burncd.c +++ b/usr.sbin/burncd/burncd.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/burncd/burncd.c,v 1.10 2000/03/03 23:17:27 sos Exp $ */ #include <unistd.h> |