View | Details | Raw Unified | Return to bug 255115
Collapse All | Expand All

(-)usr.sbin/service/service.8 (-1 / +1 lines)
Lines 49-55 Link Here
49
.Op Fl j Ar jail
49
.Op Fl j Ar jail
50
.Op Fl v
50
.Op Fl v
51
.Ar script
51
.Ar script
52
.Ar command
52
.Op Ar command
53
.Sh DESCRIPTION
53
.Sh DESCRIPTION
54
The
54
The
55
.Nm
55
.Nm
(-)usr.sbin/service/service.sh (-1 / +1 lines)
Lines 159-165 Link Here
159
	exit 0
159
	exit 0
160
fi
160
fi
161
161
162
if [ $# -gt 1 ]; then
162
if [ $# -gt 0 ]; then
163
	script=$1
163
	script=$1
164
	shift
164
	shift
165
else
165
else

Return to bug 255115