Date: Tue, 3 Oct 2017 17:00:01 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324241 - head/usr.sbin/diskinfo Message-ID: <201710031700.v93H01aj036242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Tue Oct 3 17:00:01 2017 New Revision: 324241 URL: https://svnweb.freebsd.org/changeset/base/324241 Log: Fix copy/paste error in diskinfo.8 from r320555 MFC after: 1 week Sponsored by: Spectra Logic Corp Modified: head/usr.sbin/diskinfo/diskinfo.8 Modified: head/usr.sbin/diskinfo/diskinfo.8 ============================================================================== --- head/usr.sbin/diskinfo/diskinfo.8 Tue Oct 3 14:23:49 2017 (r324240) +++ head/usr.sbin/diskinfo/diskinfo.8 Tue Oct 3 17:00:01 2017 (r324241) @@ -64,7 +64,7 @@ Return the physical path of the disk. This is a string that identifies the physical path to the disk in the storage enclosure. .It Fl s -Return the disk serial number +Return the disk ident, usually the serial number. .It Fl S Perform synchronous random write test (ZFS SLOG test), measuring time required to write data blocks of different size and @@ -82,13 +82,6 @@ with the following fields: device name, sectorsize, me media size in sectors, stripe size, stripe offset, firmware cylinders, firmware heads, and firmware sectors. The last three fields are only present if the information is available. -.It Fl i -Return the disk ident, usually the serial number. -.It Fl p -Return the physical path of the disk. -This is a string that identifies the physical path to the disk in the -storage enclosure. -.El .Sh HISTORY The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031700.v93H01aj036242>