diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 | 
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.sbin/quot | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
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 273a4b1302cc..64dd4ce46941 100644 --- a/usr.sbin/quot/Makefile +++ b/usr.sbin/quot/Makefile @@ -1,4 +1,4 @@ -#	$Id: Makefile,v 1.1.1.1 1995/11/03 15:06:01 peter Exp $ +#	$Id: Makefile,v 1.2 1995/11/03 15:20:59 peter Exp $  PROG=	quot  MAN8=	quot.8 diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index ccd2bfe4de06..1e12f0b108d6 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.  .\" -.\"	$Id: quot.8,v 1.3.4.3 1997/10/14 06:39:17 charnier Exp $ +.\"	$Id: quot.8,v 1.3.4.4 1998/07/18 11:12:14 jkh Exp $  .\"  .Dd February 8, 1994  .Dt QUOT 8 diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 102ace23e1db..1c397fc67e41 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -31,7 +31,7 @@  #ifndef lint  static const char rcsid[] = -	"$Id$"; +	"$Id: quot.c,v 1.3.4.2 1997/11/04 07:22:14 charnier Exp $";  #endif /* not lint */  #include <sys/param.h>  | 
