aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/quot
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 16:15:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 16:15:28 +0000
commit476602a9d0b9041b42a108349dc58a4ca6bf4223 (patch)
tree38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/quot
parentfce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (diff)
downloadsrc-476602a9d0b9041b42a108349dc58a4ca6bf4223.tar.gz
src-476602a9d0b9041b42a108349dc58a4ca6bf4223.zip
Revert $FreeBSD$ to $Id$
Notes
Notes: svn path=/head/; revision=22997
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r--usr.sbin/quot/Makefile2
-rw-r--r--usr.sbin/quot/quot.82
-rw-r--r--usr.sbin/quot/quot.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/quot/Makefile b/usr.sbin/quot/Makefile
index cabb3286b83b..4a256255bb3e 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 a654a440c126..bd7b07e3a483 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 24050d1812e8..5080e302a61d 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>