diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-02-03 08:15:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-02-03 08:15:12 +0000 |
commit | f565a9534b350f3bed3a218bffaeba564968817b (patch) | |
tree | 0d288362919f5d44f7c6c162bffd077f1c0d5bc7 /share/doc/smm/05.fastfs | |
parent | da88306c27c92553b6184ad58456506d60fc2d65 (diff) |
$OpenBSD$
Diffstat (limited to 'share/doc/smm/05.fastfs')
-rw-r--r-- | share/doc/smm/05.fastfs/0.t | 2 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/1.t | 2 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/2.t | 2 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/3.t | 2 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/4.t | 2 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/5.t | 2 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/6.t | 2 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/Makefile | 3 |
8 files changed, 16 insertions, 1 deletions
diff --git a/share/doc/smm/05.fastfs/0.t b/share/doc/smm/05.fastfs/0.t index 9cc759b87f4..d8809b51841 100644 --- a/share/doc/smm/05.fastfs/0.t +++ b/share/doc/smm/05.fastfs/0.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 0.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/05.fastfs/1.t b/share/doc/smm/05.fastfs/1.t index dbdafc4e758..bc553ddc92a 100644 --- a/share/doc/smm/05.fastfs/1.t +++ b/share/doc/smm/05.fastfs/1.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 1.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/05.fastfs/2.t b/share/doc/smm/05.fastfs/2.t index 33d9ade4c6b..5613e43ac64 100644 --- a/share/doc/smm/05.fastfs/2.t +++ b/share/doc/smm/05.fastfs/2.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 2.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/05.fastfs/3.t b/share/doc/smm/05.fastfs/3.t index 0ab119659ae..1997e0469b7 100644 --- a/share/doc/smm/05.fastfs/3.t +++ b/share/doc/smm/05.fastfs/3.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 3.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/05.fastfs/4.t b/share/doc/smm/05.fastfs/4.t index 15e3923dfbe..a241657ced9 100644 --- a/share/doc/smm/05.fastfs/4.t +++ b/share/doc/smm/05.fastfs/4.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 4.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/05.fastfs/5.t b/share/doc/smm/05.fastfs/5.t index 96d721ac20f..a0e63173ab8 100644 --- a/share/doc/smm/05.fastfs/5.t +++ b/share/doc/smm/05.fastfs/5.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 5.t,v 1.2 2001/02/03 08:15:08 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/05.fastfs/6.t b/share/doc/smm/05.fastfs/6.t index 40be6aaccbc..78d1a222d75 100644 --- a/share/doc/smm/05.fastfs/6.t +++ b/share/doc/smm/05.fastfs/6.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 6.t,v 1.2 2001/02/03 08:15:08 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/05.fastfs/Makefile b/share/doc/smm/05.fastfs/Makefile index 059887e9b45..580b1cbade4 100644 --- a/share/doc/smm/05.fastfs/Makefile +++ b/share/doc/smm/05.fastfs/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $OpenBSD: Makefile,v 1.2 2001/02/03 08:15:08 niklas Exp $ + DIR= smm/05.fastfs SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t |