diff options
author | 2015-09-10 15:16:43 +0000 | |
---|---|---|
committer | 2015-09-10 15:16:43 +0000 | |
commit | e34c05504d9eac9cd176f1574709fe9862b5ebf5 (patch) | |
tree | 9ca3f06fdd1777928282b6558ec4533c7a321f15 /share/man/man8 | |
parent | if_put after if_get. (diff) | |
download | wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.tar.xz wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.zip |
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/man8.sparc/boot_sparc.8 | 12 | ||||
-rw-r--r-- | share/man/man8/release.8 | 8 |
2 files changed, 7 insertions, 13 deletions
diff --git a/share/man/man8/man8.sparc/boot_sparc.8 b/share/man/man8/man8.sparc/boot_sparc.8 index 80c97dfbbb7..8fcd724a131 100644 --- a/share/man/man8/man8.sparc/boot_sparc.8 +++ b/share/man/man8/man8.sparc/boot_sparc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc.8,v 1.14 2010/01/03 16:43:46 schwarze Exp $ +.\" $OpenBSD: boot_sparc.8,v 1.15 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -30,14 +30,12 @@ .\" .\" @(#)boot_sparc.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 3 2010 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT_SPARC 8 sparc .Os .Sh NAME .Nm boot_sparc -.Nd -.Tn sparc -system bootstrapping procedures +.Nd sparc system bootstrapping procedures .Sh DESCRIPTION .Ss System starts When powered on, after a panic, or if the system is rebooted via @@ -57,9 +55,7 @@ which must currently be an .Dq xd or .Dq xy -disk, or an -.Tn SCSI -CD-ROM +disk, or an SCSI CD-ROM .Pq Dq cd or tape drive .Pq Dq st . diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index a0ff4b72924..3d7481ced33 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.70 2015/07/31 11:30:12 tedu Exp $ +.\" $OpenBSD: release.8,v 1.71 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -9,14 +9,12 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: July 31 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt RELEASE 8 .Os .Sh NAME .Nm release -.Nd building an -.Ox -release +.Nd building an OpenBSD release .Sh DESCRIPTION There are several steps necessary to build a system release. They are: |