Wed Jul 8 00:06:33 2020 UTC ()
Remove -a from example

(removed from script and manual in the 20170821 version)


(reed)
diff -r1.1 -r1.2 src/usr.bin/sys_info/README

cvs diff -r1.1 -r1.2 src/usr.bin/sys_info/README (expand / switch to unified diff)

--- src/usr.bin/sys_info/README 2016/06/04 15:27:11 1.1
+++ src/usr.bin/sys_info/README 2020/07/08 00:06:33 1.2
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1The sys_info script is a small script which will show the version 1The sys_info script is a small script which will show the version
2information for installed utilities. It also works on the kernel, and 2information for installed utilities. It also works on the kernel, and
3on most libraries. 3on most libraries.
4 4
5Its use is as follow: 5Its use is as follow:
6 6
7 [19:41:13] agc@netbsd-002 ...external/bsd/sys_info [4568] > ./sys_info -a 7 [19:41:13] agc@netbsd-002 ...external/bsd/sys_info [4568] > ./sys_info
8 awk-20121220 8 awk-20121220
9 bind-9.10.3pl3 9 bind-9.10.3pl3
10 bzip2-1.0.6 10 bzip2-1.0.6
11 calendar-20160601 11 calendar-20160601
12 ftpd-20110904 12 ftpd-20110904
13 g++-4.8.5 13 g++-4.8.5
14 gcc-4.8.5 14 gcc-4.8.5
15 grep-2.5.1anb1 15 grep-2.5.1anb1
16 gzip-20150113 16 gzip-20150113
17 bozohttpd-20151231 17 bozohttpd-20151231
18 NetBSD-7.99.26 18 NetBSD-7.99.26
19 netpgp-3.99.17 19 netpgp-3.99.17
20 netpgpverify-20160214 20 netpgpverify-20160214
@@ -25,28 +25,25 @@ Its use is as follow: @@ -25,28 +25,25 @@ Its use is as follow:
25 opensshd-7.1 25 opensshd-7.1
26 tcsh-6.19.00 26 tcsh-6.19.00
27 xz-5.2.1 27 xz-5.2.1
28 [19:41:20] agc@netbsd-002 ...external/bsd/sys_info [4569] > ./sys_info ntp ssh netpgp 28 [19:41:20] agc@netbsd-002 ...external/bsd/sys_info [4569] > ./sys_info ntp ssh netpgp
29 ntp-4.2.8pl5 29 ntp-4.2.8pl5
30 openssh-7.1 30 openssh-7.1
31 netpgp-3.99.17 31 netpgp-3.99.17
32 [19:41:31] agc@netbsd-002 ...external/bsd/sys_info [4570] > ./sys_info ntp ssh netbsd 32 [19:41:31] agc@netbsd-002 ...external/bsd/sys_info [4570] > ./sys_info ntp ssh netbsd
33 ntp-4.2.8pl5 33 ntp-4.2.8pl5
34 openssh-7.1 34 openssh-7.1
35 NetBSD-7.99.26 35 NetBSD-7.99.26
36 [19:41:38] agc@netbsd-002 ...external/bsd/sys_info [4571] > 36 [19:41:38] agc@netbsd-002 ...external/bsd/sys_info [4571] >
37 37
38The -a option can be given to the script to print out the information 
39on all known components. 
40 
41The sys_info script also works on libraries, returning their 38The sys_info script also works on libraries, returning their
42"versions" as given by the shared object version numbers. 39"versions" as given by the shared object version numbers.
43 40
44 [19:45:06] agc@netbsd-002 ...external/bsd/sys_info [4572] > ./sys_info libevent libXfont libc netbsd 41 [19:45:06] agc@netbsd-002 ...external/bsd/sys_info [4572] > ./sys_info libevent libXfont libc netbsd
45 libevent-4.0 42 libevent-4.0
46 libXfont-3.0 43 libXfont-3.0
47 libc-12.200 44 libc-12.200
48 NetBSD-7.99.26 45 NetBSD-7.99.26
49 [19:45:27] agc@netbsd-002 ...external/bsd/sys_info [4573] > 46 [19:45:27] agc@netbsd-002 ...external/bsd/sys_info [4573] >
50 47
51Alistair Crooks 48Alistair Crooks
52Wed Jun 1 19:44:01 PDT 2016 49Wed Jun 1 19:44:01 PDT 2016