Subject: Error in setup documentation (#281)
Index:	doc/2.10/setup.2.11/1.t 2.11BSD

Description:
	The blocking factor for one of the standalone programs (disklabel)
	was incorrect.

Repeat-By:
	Observation.  

Fix:
	Thanks to sysyphus@crl.com for spotting this one - sorry for the 
	inconvenience it caused (some weird interaction with RT-11's
	transcription of 2.11 from FTP'd images to tape).

	Cut where indicated, saving to a temp file - /tmp/281, then:

		patch -p0 < /tmp/281

======================cut here======================
*** /usr/doc/2.10/setup.2.11/1.t.old	Mon Jul 10 22:44:47 1995
--- /usr/doc/2.10/setup.2.11/1.t	Mon Nov 27 23:32:43 1995
***************
*** 2,8 ****
  .\" All rights reserved.  The Berkeley software License Agreement
  .\" specifies the terms and conditions for redistribution.
  .\"
! .\"	@(#)1.t	2.3 (GTE) 1995/06/13
  .\"
  .ds lq ``
  .ds rq ''
--- 2,8 ----
  .\" All rights reserved.  The Berkeley software License Agreement
  .\" specifies the terms and conditions for redistribution.
  .\"
! .\"	@(#)1.t	2.4 (GTE) 1995/11/27
  .\"
  .ds lq ``
  .ds rq ''
***************
*** 181,187 ****
  0	512	1	primary tape boot block
  	512	1	boot block (some tape boot ROMs go for this copy)
  	512	14	standalone \fBboot\fP program
! 1	512	23	standalone \fBdisklabel\fP
  2	1024	28	standalone \fBmkfs\fP(8)
  3	1024	27	standalone \fBrestor\fP(8)
  4	1024	26	standalone \fBicheck\fP(8)
--- 181,187 ----
  0	512	1	primary tape boot block
  	512	1	boot block (some tape boot ROMs go for this copy)
  	512	14	standalone \fBboot\fP program
! 1	1024	23	standalone \fBdisklabel\fP
  2	1024	28	standalone \fBmkfs\fP(8)
  3	1024	27	standalone \fBrestor\fP(8)
  4	1024	26	standalone \fBicheck\fP(8)
*** /VERSION.old	Mon Nov 27 20:03:08 1995
--- /VERSION	Mon Nov 27 23:44:49 1995
***************
*** 1,4 ****
! Current Patch Level: 280
  
  2.11 BSD
  ============
--- 1,4 ----
! Current Patch Level: 281
  
  2.11 BSD
  ============
