mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add leading 0 in front of octal file permissions number.
OK'ed by: Brian Somers <brian@freebsd.org> PR: docs/9843
This commit is contained in:
parent
9c2760425a
commit
d5f39fc1d1
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: ppp.8,v 1.156 1999/03/07 15:02:38 brian Exp $
|
||||
.\" $Id: ppp.8,v 1.157 1999/03/07 18:13:44 brian Exp $
|
||||
.Dd 20 September 1995
|
||||
.nr XX \w'\fC00'
|
||||
.Os FreeBSD
|
||||
|
|
@ -184,7 +184,7 @@ is installed as user
|
|||
and group
|
||||
.Dv network ,
|
||||
with permissions
|
||||
.Dv 4554 .
|
||||
.Dv 04554 .
|
||||
By default,
|
||||
.Nm
|
||||
will not run if the invoking user id is not zero. This may be overridden
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: ppp.8,v 1.156 1999/03/07 15:02:38 brian Exp $
|
||||
.\" $Id: ppp.8,v 1.157 1999/03/07 18:13:44 brian Exp $
|
||||
.Dd 20 September 1995
|
||||
.nr XX \w'\fC00'
|
||||
.Os FreeBSD
|
||||
|
|
@ -184,7 +184,7 @@ is installed as user
|
|||
and group
|
||||
.Dv network ,
|
||||
with permissions
|
||||
.Dv 4554 .
|
||||
.Dv 04554 .
|
||||
By default,
|
||||
.Nm
|
||||
will not run if the invoking user id is not zero. This may be overridden
|
||||
|
|
|
|||
Loading…
Reference in a new issue