Deleted Added
full compact
lockf.1 (206622) lockf.1 (233648)
1.\"
2.\" Copyright (C) 1998 John D. Polstra. 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 OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (C) 1998 John D. Polstra. 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 OTHERWISE) 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/usr.bin/lockf/lockf.1 206622 2010-04-14 19:08:06Z uqs $
25.\" $FreeBSD: head/usr.bin/lockf/lockf.1 233648 2012-03-29 05:02:12Z eadler $
26.\"
27.Dd July 7, 1998
28.Dt LOCKF 1
29.Os
30.Sh NAME
31.Nm lockf
32.Nd execute a command while holding a file lock
33.Sh SYNOPSIS

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

134There was an error on the
135.Nm
136command line.
137.It Dv EX_OSERR
138A system call (e.g.,
139.Xr fork 2 )
140failed unexpectedly.
141.It Dv EX_SOFTWARE
26.\"
27.Dd July 7, 1998
28.Dt LOCKF 1
29.Os
30.Sh NAME
31.Nm lockf
32.Nd execute a command while holding a file lock
33.Sh SYNOPSIS

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

134There was an error on the
135.Nm
136command line.
137.It Dv EX_OSERR
138A system call (e.g.,
139.Xr fork 2 )
140failed unexpectedly.
141.It Dv EX_SOFTWARE
142The
142The
143.Ar command
144did not exit normally,
145but may have been signaled or stopped.
146.El
147.Sh SEE ALSO
148.Xr flock 2 ,
149.Xr sysexits 3
150.Sh HISTORY
151A
152.Nm
153utility first appeared in
154.Fx 2.2 .
155.Sh AUTHORS
156.An John Polstra Aq jdp@polstra.com
143.Ar command
144did not exit normally,
145but may have been signaled or stopped.
146.El
147.Sh SEE ALSO
148.Xr flock 2 ,
149.Xr sysexits 3
150.Sh HISTORY
151A
152.Nm
153utility first appeared in
154.Fx 2.2 .
155.Sh AUTHORS
156.An John Polstra Aq jdp@polstra.com