diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-05-29 10:15:28 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-05-29 10:15:28 +0000 |
commit | cac643447a946a54643da3eccfde04505a290d68 (patch) | |
tree | d5c91637422d97c7a978673d881a24abf005aa66 | |
parent | fa8f01c8b11e83fb326e17de19400fcb7bc0c780 (diff) | |
download | FreeBSD-src-cac643447a946a54643da3eccfde04505a290d68.zip FreeBSD-src-cac643447a946a54643da3eccfde04505a290d68.tar.gz |
Use the correct macro for file names. Remove empty `HISTORY' section.
PR: 6780
Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
-rw-r--r-- | sbin/bsdlabel/bsdlabel.5 | 3 | ||||
-rw-r--r-- | sbin/disklabel/disklabel.5 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5 index 9062e82..3cb5b50 100644 --- a/sbin/bsdlabel/bsdlabel.5 +++ b/sbin/bsdlabel/bsdlabel.5 @@ -102,7 +102,7 @@ All of these operations are normally done using .Xr disklabel . .Pp The format of the disk label, as specified in -.Aw Pa sys/disklabel.h , +.Pa <sys/disklabel.h> , is .Bd -literal /* @@ -381,4 +381,3 @@ struct partinfo { .Sh SEE ALSO .Xr disktab 5 , .Xr disklabel 8 -.Sh HISTORY diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index 9062e82..3cb5b50 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.5 @@ -102,7 +102,7 @@ All of these operations are normally done using .Xr disklabel . .Pp The format of the disk label, as specified in -.Aw Pa sys/disklabel.h , +.Pa <sys/disklabel.h> , is .Bd -literal /* @@ -381,4 +381,3 @@ struct partinfo { .Sh SEE ALSO .Xr disktab 5 , .Xr disklabel 8 -.Sh HISTORY |