Deleted Added
full compact
xstr.1 (140420) xstr.1 (141846)
1.\" Copyright (c) 1980, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)xstr.1 8.2 (Berkeley) 12/30/93
1.\" Copyright (c) 1980, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)xstr.1 8.2 (Berkeley) 12/30/93
33.\" $FreeBSD: head/usr.bin/xstr/xstr.1 140420 2005-01-18 13:43:56Z ru $
33.\" $FreeBSD: head/usr.bin/xstr/xstr.1 141846 2005-02-13 22:25:33Z ru $
34.\"
35.Dd December 30, 1993
36.Dt XSTR 1
37.Os
38.Sh NAME
39.Nm xstr
40.Nd "extract strings from C programs to implement shared strings"
41.Sh SYNOPSIS

--- 99 unchanged lines hidden (view full) ---

141.Bl -tag -width /tmp/xsxx* -compact
142.It Pa strings
143data base of strings
144.It Pa x.c
145massaged C source
146.It Pa xs.c
147C source for definition of array `xstr'
148.It Pa /tmp/xs*
34.\"
35.Dd December 30, 1993
36.Dt XSTR 1
37.Os
38.Sh NAME
39.Nm xstr
40.Nd "extract strings from C programs to implement shared strings"
41.Sh SYNOPSIS

--- 99 unchanged lines hidden (view full) ---

141.Bl -tag -width /tmp/xsxx* -compact
142.It Pa strings
143data base of strings
144.It Pa x.c
145massaged C source
146.It Pa xs.c
147C source for definition of array `xstr'
148.It Pa /tmp/xs*
149temp file when `xstr name' doesn't touch
149temp file when `xstr name' does not touch
150.Pa strings
151.El
152.Sh SEE ALSO
153.Xr mkstr 1
154.Sh HISTORY
155The
156.Nm
157command appeared in
158.Bx 3.0 .
159.Sh BUGS
160If a string is a suffix of another string in the data base,
161but the shorter string is seen first by
162.Nm
163both strings will be placed in the data base, when just
164placing the longer one there will do.
150.Pa strings
151.El
152.Sh SEE ALSO
153.Xr mkstr 1
154.Sh HISTORY
155The
156.Nm
157command appeared in
158.Bx 3.0 .
159.Sh BUGS
160If a string is a suffix of another string in the data base,
161but the shorter string is seen first by
162.Nm
163both strings will be placed in the data base, when just
164placing the longer one there will do.