[BACK]Return to xstr.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / xstr

Diff for /src/usr.bin/xstr/Attic/xstr.1 between version 1.9 and 1.10

version 1.9, 2000/12/17 21:33:02 version 1.10, 2002/02/13 08:33:47
Line 93 
Line 93 
 .Nm  .Nm
 space can be created by a command of the form  space can be created by a command of the form
 .Bd -literal -offset indent  .Bd -literal -offset indent
 xstr  $ xstr
 .Ed  .Ed
 .Pp  .Pp
 The file  The file
Line 107 
Line 107 
 can also be used on a single file.  can also be used on a single file.
 A command  A command
 .Bd -literal -offset indent  .Bd -literal -offset indent
 xstr name  $ xstr name
 .Ed  .Ed
 .Pp  .Pp
 creates files  creates files
Line 128 
Line 128 
 after the C preprocessor is:  after the C preprocessor is:
 .Pp  .Pp
 .Bd -literal -offset indent -compact  .Bd -literal -offset indent -compact
 cc \-E name.c | xstr \-c \-  $ cc \-E name.c | xstr \-c \-
 cc \-c x.c  $ cc \-c x.c
 mv x.o name.o  $ mv x.o name.o
 .Ed  .Ed
 .Pp  .Pp
 .Nm  .Nm

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10