mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the correct macro for file names. Remove empty `HISTORY' section.
PR: 6780 Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
This commit is contained in:
parent
e4062700c2
commit
d2d38aa2d7
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue