diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-26 02:38:18 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-26 02:38:18 +0000 |
| commit | 85785286b460b57930e4cce8c9655238248ba442 (patch) | |
| tree | e83d553291edf107f5209ad50809150dd23174d9 | |
| parent | 92941b90762a6e48ccd188c66a9459b02a8b903d (diff) | |
Notes
| -rw-r--r-- | usr.bin/at/at.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 0aef021203456..8a0b4ba5cf7b1 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -184,6 +184,11 @@ If the file .Pa _PERM_PATH/at.allow exists, only usernames mentioned in it are allowed to use .Nm . +In these two files, a user is considered to be listed only if the user +name has no blank or other characters before it on its line and a +newline character immediately after the name, even at the end of +the file. +Other lines are ignored and may be used for comments. .Pp If .Pa _PERM_PATH/at.allow |
