OSSP CVS Repository

ossp - Check-in [3324]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3324
Date: 2003-Apr-17 13:11:58 (local)
2003-Apr-17 11:11:58 (UTC)
User:thl
Branch:
Comment: prefer what(1) over strings(1)
Tickets:
Inspections:
Files:
ossp-web/pkg/lib/fsl/faq.wml      1.4 -> 1.5     6 inserted, 1 deleted

ossp-web/pkg/lib/fsl/faq.wml 1.4 -> 1.5

--- faq.wml      2003/04/03 08:47:32     1.4
+++ faq.wml      2003/04/17 11:11:58     1.5
@@ -112,7 +112,12 @@
 <faq id="static-fsl"
      title="How can i find out if a statically linked program is using fsl?">
     <pre>
-        $ strings /cw12/sbin/postfix | grep '@(#)OSSP fsl'
+        $ what <i>/cw12/sbin/postfix</i> | grep 'OSSP fsl'
+            OSSP fsl 1.0.8 (13-Feb-2003)
+    </pre>
+    If you do not have a <tt>what</tt> command use <tt>strings</tt>
+    <pre>
+        $ strings <i>/cw12/sbin/postfix</i> | grep '@(#)OSSP fsl'
         @(#)OSSP fsl 1.0.8 (13-Feb-2003)
     </pre>
 </faq>

CVSTrac 2.0.1