Deleted Added
full compact
libstand.3 (81588) libstand.3 (81622)
1.\" Copyright (c) Michael Smith
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR Ohttp://wafu.netgate.net/tama/unix/indexe.htmlTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) Michael Smith
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR Ohttp://wafu.netgate.net/tama/unix/indexe.htmlTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libstand/libstand.3 81588 2001-08-13 16:33:00Z ru $
25.\" $FreeBSD: head/lib/libstand/libstand.3 81622 2001-08-14 10:01:54Z ru $
26.\"
27.Dd June 22, 1998
28.Dt LIBSTAND 3
29.Os
30.Sh NAME
31.Nm libstand
32.Nd support library for standalone executables
33.Sh SYNOPSIS
34.Fd #include <stand.h>
35.Sh DESCRIPTION
36.Nm
37provides a set of supporting functions for standalone
26.\"
27.Dd June 22, 1998
28.Dt LIBSTAND 3
29.Os
30.Sh NAME
31.Nm libstand
32.Nd support library for standalone executables
33.Sh SYNOPSIS
34.Fd #include <stand.h>
35.Sh DESCRIPTION
36.Nm
37provides a set of supporting functions for standalone
38applications, mimicking where possible the standard BSD programming
38applications, mimicking where possible the standard
39.Bx
40programming
39environment. The following sections group these functions by kind.
40Unless specifically described here, see the corresponding section 3
41manpages for the given functions.
42.Sh STRING FUNCTIONS
43String functions are available as documented in
44.Xr string 3
45and
46.Xr bstring 3 .

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

568which should be initialised with pointers
569to
570.Vt struct fs_ops
571structures. The following filesystem handlers are supplied by
572.Nm ,
573the consumer may supply other filesystems of their own:
574.Bl -hang -width "cd9660_fsops "
575.It ufs_fsops
41environment. The following sections group these functions by kind.
42Unless specifically described here, see the corresponding section 3
43manpages for the given functions.
44.Sh STRING FUNCTIONS
45String functions are available as documented in
46.Xr string 3
47and
48.Xr bstring 3 .

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

570which should be initialised with pointers
571to
572.Vt struct fs_ops
573structures. The following filesystem handlers are supplied by
574.Nm ,
575the consumer may supply other filesystems of their own:
576.Bl -hang -width "cd9660_fsops "
577.It ufs_fsops
576The BSD UFS.
578The
579.Bx
580UFS.
577.It ext2fs_fsops
578Linux ext2fs filesystem.
579.It tftp_fsops
580File access via TFTP.
581.It nfs_fsops
582File access via NFS.
583.It cd9660_fsops
584ISO 9660 (CD-ROM) filesystem.

--- 50 unchanged lines hidden ---
581.It ext2fs_fsops
582Linux ext2fs filesystem.
583.It tftp_fsops
584File access via TFTP.
585.It nfs_fsops
586File access via NFS.
587.It cd9660_fsops
588ISO 9660 (CD-ROM) filesystem.

--- 50 unchanged lines hidden ---