Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 22:50:37 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r324939 - stable/11/usr.sbin/diskinfo
Message-ID:  <201710232250.v9NMobj6002963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Mon Oct 23 22:50:37 2017
New Revision: 324939
URL: https://svnweb.freebsd.org/changeset/base/324939

Log:
  MFC r324241:
  
  Fix copy/paste error in diskinfo.8 from r320555
  
  Sponsored by:	Spectra Logic Corp

Modified:
  stable/11/usr.sbin/diskinfo/diskinfo.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/diskinfo/diskinfo.8
==============================================================================
--- stable/11/usr.sbin/diskinfo/diskinfo.8	Mon Oct 23 21:31:04 2017	(r324938)
+++ stable/11/usr.sbin/diskinfo/diskinfo.8	Mon Oct 23 22:50:37 2017	(r324939)
@@ -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?201710232250.v9NMobj6002963>