diff options
author | 2017-06-11 14:03:46 +0000 | |
---|---|---|
committer | 2017-06-11 14:03:46 +0000 | |
commit | 8d311da81373d6da66ea9d44bf8116da6fa7ed06 (patch) | |
tree | 5865f31e81259aa6a2f084ae0ddf3588373c3dd2 | |
parent | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and (diff) | |
download | wireguard-openbsd-8d311da81373d6da66ea9d44bf8116da6fa7ed06.tar.xz wireguard-openbsd-8d311da81373d6da66ea9d44bf8116da6fa7ed06.zip |
make two macros more semantic
-rw-r--r-- | share/man/man8/diskless.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 415d9595928..def171b393a 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.68 2016/09/01 09:53:08 tedu Exp $ +.\" $OpenBSD: diskless.8,v 1.69 2017/06/11 14:03:46 schwarze Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 1 2016 $ +.Dd $Mdocdate: June 11 2017 $ .Dt DISKLESS 8 .Os .Sh NAME @@ -137,7 +137,7 @@ getattr function to determine the size of the swap area. .El .Pp The -.No INSTALL. Ns Aq Ar arch +.Pa INSTALL. Ns Aq Ar arch notes that come with each distribution also give details on the specifics of net/diskless booting for each architecture. @@ -339,7 +339,7 @@ It allows them to be mounted with NFSv3, if the server allows it, and to specify per-partition mount options, such as -.Dq nodev . +.Cm nodev . .Pp If the .Pa /usr |