diff options
-rw-r--r-- | usr.bin/sasc/INSTALL | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/CHANGES | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/sasc/INSTALL b/usr.bin/sasc/INSTALL index 484aa2d..24234f7 100644 --- a/usr.bin/sasc/INSTALL +++ b/usr.bin/sasc/INSTALL @@ -1,3 +1,5 @@ +$FreeBSD$ + To install the device driver, please do the following steps: 1. Install the files by copying them as listed in the following table: @@ -23,7 +25,7 @@ To install the device driver, please do the following steps: Append the following structure at the end of the array that contains the *character* device drivers. Remember the major number that will be used for the driver, i.e. the number following the - number af the preceeding record. + number af the preceding record. { ascopen, ascclose, ascread, nowrite, /*<major>*/ ascioctl, nostop, nullreset, nodevtotty, /* asc */ diff --git a/usr.sbin/timed/timed/CHANGES b/usr.sbin/timed/timed/CHANGES index 773f477..424ead2 100644 --- a/usr.sbin/timed/timed/CHANGES +++ b/usr.sbin/timed/timed/CHANGES @@ -1,4 +1,5 @@ # @(#)CHANGES 5.1 (Berkeley) 5/11/93 +# $FreeBSD$ This new version is almost identical to the timed and timedc code that has been shipped for years by a workstation vendor. @@ -136,7 +137,7 @@ LOBBY(mildly),CODE: Would be very convenient if date(1) took a **** If you want to do it go ahead. It sounds useful. As far as syntax goes, the normal format for the date should work just - fine for this. If the date is preceeded by a plus or minus, + fine for this. If the date is preceded by a plus or minus, the change is relative, otherwise it is absolute. |