From 72f7deb4eeb33556792b33731dc8ed6ae2744da0 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 12 Jan 2002 02:11:03 +0000 Subject: [PATCH] fix a typo. (syper -> super) --- lib/libc/sys/gettimeofday.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index f1f661baa373..c384c359aca4 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: gettimeofday.2,v 1.16 2001/10/16 16:08:55 wiz Exp $ +.\" $NetBSD: gettimeofday.2,v 1.17 2002/01/12 02:11:03 yamt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -95,7 +95,7 @@ and .Fn gettimeofday will always return zeroes. .Pp -If the calling user is not the syper-user, then the +If the calling user is not the super-user, then the .Fn settimeofday function in the standard C library will try to use the .Xr clockctl 4