aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorSevan Janiyan <sevan@FreeBSD.org>2016-10-05 19:56:10 +0000
committerSevan Janiyan <sevan@FreeBSD.org>2016-10-05 19:56:10 +0000
commit620e4a8c55d4e879d080129b3dd5514f08117e07 (patch)
tree81a455ac66036c0ae889c2200bc3821cbf0e396f /sbin
parent3efd3d9d44f984b6b20899583dbe03f320fb569a (diff)
downloadsrc-620e4a8c55d4e879d080129b3dd5514f08117e07.tar.gz
src-620e4a8c55d4e879d080129b3dd5514f08117e07.zip
Add history section for bsdlabel(8)
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Tahoe/usr/man/cat8/disklabel.0 Remove tab after space, highlighted by igor PR: 212436 Approved by: bcr (mentor) MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D8104
Notes
Notes: svn path=/head/; revision=306724
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bsdlabel/bsdlabel.89
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8
index 7a4852e7a2fc..994320665cb1 100644
--- a/sbin/bsdlabel/bsdlabel.8
+++ b/sbin/bsdlabel/bsdlabel.8
@@ -31,7 +31,7 @@
.\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
-.Dd October 1, 2013
+.Dd October 5, 2016
.Dt BSDLABEL 8
.Os
.Sh NAME
@@ -466,7 +466,7 @@ which could be used as a source file for
8 partitions:
# size offset fstype [fsize bsize bps/cpg]
- a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*)
+ a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*)
b: 1G * swap
c: * * unused
e: 204800 * 4.2BSD
@@ -500,3 +500,8 @@ are not generally compatible.
.Xr boot0cfg 8 ,
.Xr gpart 8 ,
.Xr newfs 8
+.Sh HISTORY
+The
+.Nm disklabel
+utility appeared in
+.Bx 4.3 Tahoe .