diff options
author | 2018-09-20 16:16:52 +0000 | |
---|---|---|
committer | 2018-09-20 16:16:52 +0000 | |
commit | 352fd8b3a1bec5dc3d7e96997c3e4685c4f61c2f (patch) | |
tree | 2ce3fab6b9e1f7bdfabfee5bd5ca2afed7fced06 /share/man/man5 | |
parent | grow alpha and hppa media to accomodate some recent growth (diff) | |
download | wireguard-openbsd-352fd8b3a1bec5dc3d7e96997c3e4685c4f61c2f.tar.xz wireguard-openbsd-352fd8b3a1bec5dc3d7e96997c3e4685c4f61c2f.zip |
missing space after comma
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/disktab.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index d21ccceb3e9..a4494e6c6d3 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disktab.5,v 1.18 2015/10/25 16:45:08 krw Exp $ +.\" $OpenBSD: disktab.5,v 1.19 2018/09/20 16:16:52 tb Exp $ .\" $NetBSD: disktab.5,v 1.4 1994/11/30 19:31:15 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)disktab.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: October 25 2015 $ +.Dd $Mdocdate: September 20 2018 $ .Dt DISKTAB 5 .Os .Sh NAME @@ -61,7 +61,7 @@ The last name given should be a long name fully identifying the disk. The following list indicates the normal values stored for each disk entry: .Bl -column "d[0-4]" "bool" "Description" .It Sy Name Ta Sy Type Ta Sy Description -.It \&dt Ta str Ta "Type of controller (e.g.,SMD, ESDI, floppy)." +.It \&dt Ta str Ta "Type of controller (e.g., SMD, ESDI, floppy)." .It \&ns Ta num Ta "Number of sectors per track." .It \&nt Ta num Ta "Number of tracks per cylinder." .It \&nc Ta num Ta "Total number of cylinders on the disk." |