diff options
-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 9062e827932b..3cb5b50a33b9 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 9062e827932b..3cb5b50a33b9 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 |