diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
commit | 6a8d0cb8380ab8e65766f56340c8dac41d6a5705 (patch) | |
tree | d083dd11635c7a5bd971dbb4b0d5b6eff9b4a296 /share/man/man4/cd.4 | |
parent | f923664fa40842bde91793690e58d886dad875d2 (diff) |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'share/man/man4/cd.4')
-rw-r--r-- | share/man/man4/cd.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index 02e58e695f9..3337420a941 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.4,v 1.20 2007/06/01 22:30:48 deraadt Exp $ +.\" $OpenBSD: cd.4,v 1.21 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 1 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CD 4 .Os .Sh NAME @@ -75,9 +75,9 @@ CD-ROM should that information be required. The following .Xr ioctl 2 calls which apply to CD-ROM drives are defined in the header files -.Aq Pa sys/cdio.h +.In sys/cdio.h and -.Aq Pa sys/disklabel.h . +.In sys/disklabel.h . .Bl -tag -width Ds .It Dv DIOCGDINFO , Dv DIOCSDINFO .Pq Li "struct disklabel" |