diff --git a/share/man/man4/smp.4 b/share/man/man4/smp.4 index 3535d8f6fece..4bae004fdebf 100644 --- a/share/man/man4/smp.4 +++ b/share/man/man4/smp.4 @@ -19,10 +19,10 @@ .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. .\" .\" $FreeBSD$ .\" -.\" SUCH DAMAGE. .Dd August 4, 1997 .Dt SMP 4 .Os FreeBSD 3.0 @@ -35,20 +35,16 @@ The .Nm kernel implements symmetric multiprocessor support. - .Sh COMPATIBILITY The .Nm kernel supports motherboards that follow the Intel MP specification, version 1.4. - .Sh BUGS That would be a good guess... - .Sh SEE ALSO .Xr mptable 1 , .Xr dmesg 8 - .Sh HISTORY The .Nm @@ -56,6 +52,5 @@ kernel's early history is not (properly) recorded. It was developed in a separate CVS branch until April 26, 1997, at which point it was merged into 3.0-current. By this date 3.0-current had already been merged with Lite2 kernel code. - .Sh AUTHORS .An Steve Passe Aq fsmp@FreeBSD.org diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1 index 3b474b6cb40c..44bfcdb1b93c 100644 --- a/usr.sbin/mptable/mptable.1 +++ b/usr.sbin/mptable/mptable.1 @@ -19,10 +19,10 @@ .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. .\" .\" $FreeBSD$ .\" -.\" SUCH DAMAGE. .Dd April 28, 1997 .Dt MPTABLE 1 .Os