diff options
author | 1997-11-17 05:47:30 +0000 | |
---|---|---|
committer | 1997-11-17 05:47:30 +0000 | |
commit | b8b7aedd5b6edb6fc49fd99eab6c288ee54e21c2 (patch) | |
tree | 158c78a3c8f9b908fffd3ef47052f7897705d058 /lib/libc/sys/chmod.2 | |
parent | enable jensen (diff) | |
download | wireguard-openbsd-b8b7aedd5b6edb6fc49fd99eab6c288ee54e21c2.tar.xz wireguard-openbsd-b8b7aedd5b6edb6fc49fd99eab6c288ee54e21c2.zip |
blank line
Diffstat (limited to 'lib/libc/sys/chmod.2')
-rw-r--r-- | lib/libc/sys/chmod.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 302be5974d4..e32bd0f6ced 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -73,6 +73,7 @@ A mode is created from permission bit masks defined in .Aq Pa sys/stat.h : +.Pp .Bd -literal -offset indent -compact #define S_IRWXU 0000700 /* RWX mask for owner */ #define S_IRUSR 0000400 /* R for owner */ |