From 8d146fae79e6c40b87ade90250e251ea1d5c73cc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 13 Apr 2003 19:45:52 +0000 Subject: [PATCH] built in -> built-in; Jason McIntyre --- sudoers.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sudoers.pod b/sudoers.pod index 97a31f812..da667d3b6 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -856,18 +856,18 @@ more digits, in which case it is treated as a uid). Both the comment character and any text after it, up to the end of the line, are ignored. -The reserved word B is a built in I that always causes +The reserved word B is a built-in I that always causes a match to succeed. It can be used wherever one might otherwise use a C, C, C, or C. You should not try to define your own I called B as the -built in alias will be used in preference to your own. Please note +built-in alias will be used in preference to your own. Please note that using B can be dangerous since in a command context, it allows the user to run B command on the system. An exclamation point ('!') can be used as a logical I operator both in an I and in front of a C. This allows one to exclude certain values. Note, however, that using a C in -conjunction with the built in C alias to allow a user to +conjunction with the built-in C alias to allow a user to run "all but a few" commands rarely works as intended (see SECURITY NOTES below). @@ -928,7 +928,7 @@ I C, we keep an additional local log file and make sure we log the year in each log line since the log entries will be kept around for several years. - # Override built in defaults + # Override built-in defaults Defaults syslog=auth Defaults>root !set_logname Defaults:FULLTIMERS !lecture -- 2.40.0