From 19b5bcdaf6a28ec9d8c08009ddbbbffefa91d692 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 3 Mar 2021 20:46:45 +0000 Subject: sg_ses: add --all (-a) option, same action as --join; another freebsd fix git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@878 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- testing/sg_chk_asc.c | 8 ++++---- testing/sg_tst_nvme.c | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'testing') diff --git a/testing/sg_chk_asc.c b/testing/sg_chk_asc.c index a7844441..8e26e3bc 100644 --- a/testing/sg_chk_asc.c +++ b/testing/sg_chk_asc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2019 Douglas Gilbert. + * Copyright (c) 2006-2021 Douglas Gilbert. * All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the BSD_LICENSE file. @@ -27,7 +27,7 @@ * http://www.t10.org/lists/asc-num.txt */ -static const char * version_str = "1.08 20191014"; +static const char * version_str = "1.09 20210226"; #define MAX_LINE_LEN 1024 @@ -53,8 +53,8 @@ static void usage() " --verbose|-v increase verbosity\n" " --version|-V print version string and exit\n\n" "Checks asc/ascq codes in against the sg3_utils " - "library.\nThe additional sense code (asc_ascq) can be found at\n" - "www.t10.org/lists/asc-num.txt .\n" + "library.\nThe additional sense codes (asc_ascq) can be found " + "at\nwww.t10.org/lists/asc-num.txt .\n" ); } diff --git a/testing/sg_tst_nvme.c b/testing/sg_tst_nvme.c index 08bd0314..1adbfdef 100644 --- a/testing/sg_tst_nvme.c +++ b/testing/sg_tst_nvme.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Douglas Gilbert + * Copyright (c) 2018-2021 Douglas Gilbert * All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the BSD_LICENSE file. @@ -39,7 +39,7 @@ #include "sg_unaligned.h" #include "sg_pr2serr.h" -static const char * version_str = "1.06 20190113"; +static const char * version_str = "1.07 20210225"; #define ME "sg_tst_nvme: " @@ -116,7 +116,7 @@ static int next_dev_name_pos = 0; static void usage() { - pr2serr("Usage: sg_tst_nvme [--ctl] [dev-id] [--help] [--long] " + pr2serr("Usage: sg_tst_nvme [--ctl] [--dev-id] [--help] [--long] " "[--maxlen=LEN]\n" " [--nsid=ID] [--self-test=ST] [--to-ms=TO] " "[--verbose]\n" -- cgit v1.2.3