aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/auth.3
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-03-05 17:08:23 +0000
committerBruce Evans <bde@FreeBSD.org>1999-03-05 17:08:23 +0000
commit19ee2ea58cdd28ebae596c1b67ebc1f054b32ee1 (patch)
treeb7208c86ddb7a7ae7afd3ef9b56caf3f3183c069 /lib/libutil/auth.3
parentefc96764e08d591aca3d0802b15d5676315daafb (diff)
downloadsrc-19ee2ea58cdd28ebae596c1b67ebc1f054b32ee1.tar.gz
src-19ee2ea58cdd28ebae596c1b67ebc1f054b32ee1.zip
Fixed bitrot in synopsis (some const poisoning had not reached here).
Notes
Notes: svn path=/head/; revision=44488
Diffstat (limited to 'lib/libutil/auth.3')
-rw-r--r--lib/libutil/auth.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index a9732cf589d8..a026ec550349 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: auth.3,v 1.1 1998/10/08 06:53:32 jkh Exp $
.\" "
.Dd October 7, 1998
.Os
@@ -36,7 +36,7 @@
.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft char *
-.Fn auth_getval "char *name"
+.Fn auth_getval "const char *name"
.Pp
Link with
.Va -lutil