Deleted Added
full compact
string.3 (1574) string.3 (18480)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)string.3 8.2 (Berkeley) 12/11/93
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)string.3 8.2 (Berkeley) 12/11/93
35.\" $Id$
35.\"
36.Dd December 11, 1993
37.Dt STRING 3
38.Os BSD 4
39.Sh NAME
40.Nm strcat ,
41.Nm strncat ,
42.Nm strchr ,

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

124.Xr strerror 3 ,
125.Xr strlen 3 ,
126.Xr strpbrk 3 ,
127.Xr strsep 3 ,
128.Xr strspn 3 ,
129.Xr strcspn 3 ,
130.Xr strstr 3 ,
131.Xr strtok 3 ,
36.\"
37.Dd December 11, 1993
38.Dt STRING 3
39.Os BSD 4
40.Sh NAME
41.Nm strcat ,
42.Nm strncat ,
43.Nm strchr ,

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

125.Xr strerror 3 ,
126.Xr strlen 3 ,
127.Xr strpbrk 3 ,
128.Xr strsep 3 ,
129.Xr strspn 3 ,
130.Xr strcspn 3 ,
131.Xr strstr 3 ,
132.Xr strtok 3 ,
132.Xr rindex 3
133.Xr rindex 3 ,
133.Xr bstring 3
134.Sh STANDARDS
135The
136.Fn strcat ,
137.Fn strncat ,
138.Fn strchr ,
139.Fn strrchr ,
140.Fn strcmp ,

--- 15 unchanged lines hidden ---
134.Xr bstring 3
135.Sh STANDARDS
136The
137.Fn strcat ,
138.Fn strncat ,
139.Fn strchr ,
140.Fn strrchr ,
141.Fn strcmp ,

--- 15 unchanged lines hidden ---