diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
commit | b782f4df30a869a074431c7b185f0c7c69878254 (patch) | |
tree | 38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/quot | |
parent | 245ba20d12ed60e7b9d9a49bb54409be53d8ec0f (diff) | |
download | FreeBSD-src-b782f4df30a869a074431c7b185f0c7c69878254.zip FreeBSD-src-b782f4df30a869a074431c7b185f0c7c69878254.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r-- | usr.sbin/quot/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/quot/quot.8 | 2 | ||||
-rw-r--r-- | usr.sbin/quot/quot.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/quot/Makefile b/usr.sbin/quot/Makefile index cabb328..4a25625 100644 --- a/usr.sbin/quot/Makefile +++ b/usr.sbin/quot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= quot MAN8= quot.8 diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index a654a44..bd7b07e 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 8, 1994 .Dt QUOT 8 diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 24050d1..5080e30 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -30,7 +30,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include <sys/param.h> |