diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-05-29 10:15:28 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-05-29 10:15:28 +0000 |
commit | d2d38aa2d750b16fc987a0392ccf96d65b5ab7ee (patch) | |
tree | d95c622c54ce39764dc20df320b7b0c81b73767e /sbin | |
parent | e4062700c282dbb6784b7448d018834febe77211 (diff) | |
download | src-d2d38aa2d750b16fc987a0392ccf96d65b5ab7ee.tar.gz src-d2d38aa2d750b16fc987a0392ccf96d65b5ab7ee.zip |
Use the correct macro for file names. Remove empty `HISTORY' section.
PR: 6780
Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
Notes
Notes:
svn path=/head/; revision=36461
Diffstat (limited to 'sbin')
-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 |