mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
Make description readable.
This commit is contained in:
parent
b8f0e1661c
commit
adab8b00ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
desc="open returns EISDIR when he named file is a directory, and the arguments specify it is to be modified"
|
||||
desc="open returns EISDIR when trying to open a directory for writing"
|
||||
|
||||
dir=`dirname $0`
|
||||
. ${dir}/../misc.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue