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 | |
parent | da88306c27c92553b6184ad58456506d60fc2d65 (diff) |
$OpenBSD$
Diffstat (limited to 'share/doc/smm')
44 files changed, 88 insertions, 6 deletions
diff --git a/share/doc/smm/00.contents b/share/doc/smm/00.contents index ed03c7a6990..c92bdfbad38 100644 --- a/share/doc/smm/00.contents +++ b/share/doc/smm/00.contents @@ -1,3 +1,5 @@ +.\" $OpenBSD: 00.contents,v 1.2 2001/02/03 08:15:06 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/01.setup/0.t b/share/doc/smm/01.setup/0.t index 2f880eb2e70..5e4377e7af3 100644 --- a/share/doc/smm/01.setup/0.t +++ b/share/doc/smm/01.setup/0.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 0.t,v 1.2 2001/02/03 08:15:06 niklas Exp $ +.\" .\" Copyright (c) 1988, 1993 The Regents of the University of California. .\" All rights reserved. .\" diff --git a/share/doc/smm/01.setup/1.t b/share/doc/smm/01.setup/1.t index 2f71b772eab..0080cad45c0 100644 --- a/share/doc/smm/01.setup/1.t +++ b/share/doc/smm/01.setup/1.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 1.t,v 1.2 2001/02/03 08:15:06 niklas Exp $ +.\" .\" Copyright (c) 1988, 1993 The Regents of the University of California. .\" All rights reserved. .\" diff --git a/share/doc/smm/01.setup/2.t b/share/doc/smm/01.setup/2.t index ddc4f7edb29..9c90ad15d51 100644 --- a/share/doc/smm/01.setup/2.t +++ b/share/doc/smm/01.setup/2.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 2.t,v 1.2 2001/02/03 08:15:06 niklas Exp $ +.\" .\" Copyright (c) 1988, 1993 The Regents of the University of California. .\" All rights reserved. .\" diff --git a/share/doc/smm/01.setup/3.t b/share/doc/smm/01.setup/3.t index b0f0c2b9e7e..45e01c4cd95 100644 --- a/share/doc/smm/01.setup/3.t +++ b/share/doc/smm/01.setup/3.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 3.t,v 1.2 2001/02/03 08:15:06 niklas Exp $ +.\" .\" Copyright (c) 1980, 1986, 1988, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/01.setup/4.t b/share/doc/smm/01.setup/4.t index 3841857c493..c22e0dd4c12 100644 --- a/share/doc/smm/01.setup/4.t +++ b/share/doc/smm/01.setup/4.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 4.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1980, 1986, 1988 The Regents of the University of California. .\" All rights reserved. .\" diff --git a/share/doc/smm/01.setup/5.t b/share/doc/smm/01.setup/5.t index 10b86dd3bda..cede1de0b8e 100644 --- a/share/doc/smm/01.setup/5.t +++ b/share/doc/smm/01.setup/5.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 5.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1980, 1986, 1988, 1993 The Regents of the University of California. .\" All rights reserved. .\" diff --git a/share/doc/smm/01.setup/6.t b/share/doc/smm/01.setup/6.t index d043474c1fd..8f40aa1fa03 100644 --- a/share/doc/smm/01.setup/6.t +++ b/share/doc/smm/01.setup/6.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 6.t,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1980, 1986, 1988, 1993 The Regents of the University of California. .\" All rights reserved. .\" diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile index 38b7d6a8e43..96f939987d7 100644 --- a/share/doc/smm/01.setup/Makefile +++ b/share/doc/smm/01.setup/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 7/27/93 +# $OpenBSD: Makefile,v 1.3 2001/02/03 08:15:07 niklas Exp $ + DIR= smm/01.setup SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t diff --git a/share/doc/smm/04.quotas/Makefile b/share/doc/smm/04.quotas/Makefile index f55290df9f0..004c0d9823d 100644 --- a/share/doc/smm/04.quotas/Makefile +++ b/share/doc/smm/04.quotas/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $OpenBSD: Makefile,v 1.2 2001/02/03 08:15:07 niklas Exp $ + DIR= smm/04.quotas SRCS= quotas.ms diff --git a/share/doc/smm/04.quotas/quotas.ms b/share/doc/smm/04.quotas/quotas.ms index 36918302518..4328d0b51ad 100644 --- a/share/doc/smm/04.quotas/quotas.ms +++ b/share/doc/smm/04.quotas/quotas.ms @@ -1,3 +1,5 @@ +.\" $OpenBSD: quotas.ms,v 1.2 2001/02/03 08:15:07 niklas Exp $ +.\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. .\" 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 diff --git a/share/doc/smm/06.nfs/0.t b/share/doc/smm/06.nfs/0.t index 4d77f560e2a..19ae8f64191 100644 --- a/share/doc/smm/06.nfs/0.t +++ b/share/doc/smm/06.nfs/0.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 0.t,v 1.2 2001/02/03 08:15:08 niklas Exp $ +.\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/06.nfs/1.t b/share/doc/smm/06.nfs/1.t index 6804ed1fb4a..b3b650f2684 100644 --- a/share/doc/smm/06.nfs/1.t +++ b/share/doc/smm/06.nfs/1.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 1.t,v 1.2 2001/02/03 08:15:08 niklas Exp $ +.\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/06.nfs/2.t b/share/doc/smm/06.nfs/2.t index 841dd5f9147..b7a77fc5f42 100644 --- a/share/doc/smm/06.nfs/2.t +++ b/share/doc/smm/06.nfs/2.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 2.t,v 1.2 2001/02/03 08:15:08 niklas Exp $ +.\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/06.nfs/Makefile b/share/doc/smm/06.nfs/Makefile index e36a0a613c7..934a7a2a350 100644 --- a/share/doc/smm/06.nfs/Makefile +++ b/share/doc/smm/06.nfs/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/06.nfs SRCS= 0.t 1.t 2.t ref.t diff --git a/share/doc/smm/06.nfs/ref.t b/share/doc/smm/06.nfs/ref.t index 039363bb0a4..26446e49ab3 100644 --- a/share/doc/smm/06.nfs/ref.t +++ b/share/doc/smm/06.nfs/ref.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: ref.t,v 1.2 2001/02/03 08:15:08 niklas Exp $ +.\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/09.sendmail/Makefile b/share/doc/smm/09.sendmail/Makefile index 6369a4a0fec..eae0daddfe6 100644 --- a/share/doc/smm/09.sendmail/Makefile +++ b/share/doc/smm/09.sendmail/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.2 (Berkeley) 2/28/1994 +# $OpenBSD: Makefile,v 1.2 2001/02/03 08:15:08 niklas Exp $ + DIR= smm/09.sendmail SRCS= intro.me diff --git a/share/doc/smm/09.sendmail/intro.me b/share/doc/smm/09.sendmail/intro.me index 03cfa336994..6bc6d807760 100644 --- a/share/doc/smm/09.sendmail/intro.me +++ b/share/doc/smm/09.sendmail/intro.me @@ -1,3 +1,5 @@ +.\" $OpenBSD: intro.me,v 1.2 2001/02/03 08:15:08 niklas Exp $ +.\" .\" Copyright (c) 1998 Sendmail, Inc. All rights reserved. .\" Copyright (c) 1983 Eric P. Allman. All rights reserved. .\" Copyright (c) 1988, 1993 diff --git a/share/doc/smm/18.net/0.t b/share/doc/smm/18.net/0.t index d16e56fb995..7e1f26a48cb 100644 --- a/share/doc/smm/18.net/0.t +++ b/share/doc/smm/18.net/0.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 0.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/1.t b/share/doc/smm/18.net/1.t index ba5adb534e7..3dc017189a6 100644 --- a/share/doc/smm/18.net/1.t +++ b/share/doc/smm/18.net/1.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 1.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/2.t b/share/doc/smm/18.net/2.t index f5048897cba..3cdce2a4493 100644 --- a/share/doc/smm/18.net/2.t +++ b/share/doc/smm/18.net/2.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 2.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/3.t b/share/doc/smm/18.net/3.t index 1d1fddd1fb5..09852840289 100644 --- a/share/doc/smm/18.net/3.t +++ b/share/doc/smm/18.net/3.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 3.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/4.t b/share/doc/smm/18.net/4.t index afa6913fcad..94d6fe4da69 100644 --- a/share/doc/smm/18.net/4.t +++ b/share/doc/smm/18.net/4.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 4.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/5.t b/share/doc/smm/18.net/5.t index d4fb8e38fa2..339b8f031d6 100644 --- a/share/doc/smm/18.net/5.t +++ b/share/doc/smm/18.net/5.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 5.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/6.t b/share/doc/smm/18.net/6.t index 601988cdea8..361076fb331 100644 --- a/share/doc/smm/18.net/6.t +++ b/share/doc/smm/18.net/6.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 6.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/7.t b/share/doc/smm/18.net/7.t index 8ccecc881de..f529082f565 100644 --- a/share/doc/smm/18.net/7.t +++ b/share/doc/smm/18.net/7.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 7.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/8.t b/share/doc/smm/18.net/8.t index e65e65665f1..5974560a876 100644 --- a/share/doc/smm/18.net/8.t +++ b/share/doc/smm/18.net/8.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 8.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/9.t b/share/doc/smm/18.net/9.t index 506037a4297..3de396a4444 100644 --- a/share/doc/smm/18.net/9.t +++ b/share/doc/smm/18.net/9.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: 9.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/Makefile b/share/doc/smm/18.net/Makefile index fde100a0040..b4fa9be75dd 100644 --- a/share/doc/smm/18.net/Makefile +++ b/share/doc/smm/18.net/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/10/93 +# $OpenBSD: Makefile,v 1.2 2001/02/03 08:15:09 niklas Exp $ + DIR= smm/18.net SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t 8.t 9.t a.t b.t c.t d.t e.t f.t diff --git a/share/doc/smm/18.net/a.t b/share/doc/smm/18.net/a.t index dddba57807b..84deb743707 100644 --- a/share/doc/smm/18.net/a.t +++ b/share/doc/smm/18.net/a.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: a.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/b.t b/share/doc/smm/18.net/b.t index 2e39a8ad82f..8a35c1cfc2a 100644 --- a/share/doc/smm/18.net/b.t +++ b/share/doc/smm/18.net/b.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: b.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/c.t b/share/doc/smm/18.net/c.t index 2c7f752cd6e..6d4efb53596 100644 --- a/share/doc/smm/18.net/c.t +++ b/share/doc/smm/18.net/c.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: c.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/d.t b/share/doc/smm/18.net/d.t index 675bece2aa7..3e163187616 100644 --- a/share/doc/smm/18.net/d.t +++ b/share/doc/smm/18.net/d.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: d.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/e.t b/share/doc/smm/18.net/e.t index 77e8a2aaec7..df7297e5791 100644 --- a/share/doc/smm/18.net/e.t +++ b/share/doc/smm/18.net/e.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: e.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/18.net/f.t b/share/doc/smm/18.net/f.t index 18995fd18db..6433b35f16c 100644 --- a/share/doc/smm/18.net/f.t +++ b/share/doc/smm/18.net/f.t @@ -1,3 +1,5 @@ +.\" $OpenBSD: f.t,v 1.2 2001/02/03 08:15:09 niklas Exp $ +.\" .\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/share/doc/smm/Title b/share/doc/smm/Title index 4dd1b89439f..f4d6a60af7e 100644 --- a/share/doc/smm/Title +++ b/share/doc/smm/Title @@ -1,3 +1,5 @@ +.\" $OpenBSD: Title,v 1.2 2001/02/03 08:15:06 niklas Exp $ +.\" .\" Copyright (c) 1986, 1993 The Regents of the University of California. .\" All rights reserved. .\" |