Bug 153273

Summary: [HANDBOOK] 21.7.1 needs improvement
Product: Documentation Reporter: Aldis Berjoza <aldis>
Component: Books & ArticlesAssignee: Ryusuke SUZUKI <ryusuke>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Aldis Berjoza 2010-12-18 16:30:09 UTC
Quote:
Normally, newfs(8) interprets the name of the disk and complains if it cannot understand it. For example:
# newfs /dev/gvinum/concat
newfs: /dev/gvinum/concat: can't figure out file system partition

In order to create a file system on this volume, use newfs(8):
# newfs /dev/gvinum/concat

It doesn't make much sense. bough commands are same.... I think the

Normally, newfs(8) interprets the name of the disk and complains if it cannot understand it. For example:
# newfs /dev/gvinum/concat
newfs: /dev/gvinum/concat: can't figure out file system partition

part should be removed
Comment 1 Ryusuke SUZUKI freebsd_committer freebsd_triage 2011-01-03 11:10:51 UTC
Responsible Changed
From-To: freebsd-doc->ryusuke

I'll take this.
Comment 2 Ryusuke SUZUKI freebsd_committer freebsd_triage 2011-01-18 13:59:37 UTC
----Security_Multipart(Tue_Jan_18_22_59_37_2011_097)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi, Aldis-san,

Sorry for the belated reply to your PR.

As you reported,

   Normally, newfs(8) interprets the name of the disk and complains
   if it cannot understand it. For example:
   # newfs /dev/gvinum/concat
   newfs: /dev/gvinum/concat: can't figure out file system partition

part should be removed.

This part is for the old version of newfs which had -v option.

I will remove this.

Regards,
  Ryusuke


----Security_Multipart(Tue_Jan_18_22_59_37_2011_097)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEABECAAYFAk01nMkACgkQG5rRvmPSlyQmmQCaA76E5Uifo9rZw4hCsn+4qrDP
q5oAoNOyN3hRYiP8DWsNdZBY+4Hpy4sd
=MAVV
-----END PGP SIGNATURE-----

----Security_Multipart(Tue_Jan_18_22_59_37_2011_097)----
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-01-19 09:41:40 UTC
ryusuke     2011-01-19 09:41:35 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/vinum chapter.sgml 
  Log:
  Remove the paragraph for the old version of newfs which had -v option.
  
  PR: docs/153273
  Submitted by: Aldis Berjoza <aldis _at_ bsdroot dot lv>
  
  Revision  Changes    Path
  1.49      +0 -6      doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Ryusuke SUZUKI freebsd_committer freebsd_triage 2011-01-19 09:42:28 UTC
State Changed
From-To: open->closed

Commited. Thanks!