xstr.1 (0227791b40a6936310e1dd376b0883b540fec0c0) | xstr.1 (f682f10c76449b3af3b1dd9afff859cd1cd07116) |
---|---|
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. --- 26 unchanged lines hidden (view full) --- 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 42.Nm | 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. --- 26 unchanged lines hidden (view full) --- 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 42.Nm |
43.Op Fl c | 43.Op Fl cv |
44.Op Fl | 44.Op Fl |
45.Op Fl v 46.Op Ar file | 45.Op Ar |
47.Sh DESCRIPTION 48The 49.Nm 50utility maintains a file 51.Pa strings 52into which strings in component parts of a large program are hashed. 53These strings are replaced with references to this common area. 54This serves to implement shared constant strings, most useful if they --- 110 unchanged lines hidden --- | 46.Sh DESCRIPTION 47The 48.Nm 49utility maintains a file 50.Pa strings 51into which strings in component parts of a large program are hashed. 52These strings are replaced with references to this common area. 53This serves to implement shared constant strings, most useful if they --- 110 unchanged lines hidden --- |