Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff sbin/fjail @ 447:f6f64fd6f17b
Style: consistent Google style
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 08 May 2024 08:55:54 +0200 |
| parents | 0159c8453fa2 |
| children | d5591ebc303d |
line wrap: on
line diff
--- a/sbin/fjail Tue May 07 09:32:43 2024 +0200 +++ b/sbin/fjail Wed May 08 08:55:54 2024 +0200 @@ -113,10 +113,10 @@ #: version of the host) #: #: Returns: -#: 0 if the userland versions match, 1 otherwise +#: 0: if the userland versions match, 1 otherwise #: #: Exit: -#: 1 on fatal errors (e.g. /bin/freebsd-version not found or errors) +#: 1: on fatal errors (e.g. /bin/freebsd-version not found or errors) #: _has_same_userland_version() { local directory ref_version
