diff options
author | 2011-04-26 07:29:05 +0000 | |
---|---|---|
committer | 2011-04-26 07:29:05 +0000 | |
commit | 5d5a592e4657c0ee405970eada78fe291603a8b3 (patch) | |
tree | f41c7ec989bbd0b1de86cc81c4a1933dc65540fa | |
parent | typo; found in an old tree.. (diff) | |
download | wireguard-openbsd-5d5a592e4657c0ee405970eada78fe291603a8b3.tar.xz wireguard-openbsd-5d5a592e4657c0ee405970eada78fe291603a8b3.zip |
tyop in comment
-rw-r--r-- | usr.bin/w/w.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index a9aa8321ae2..b65500f0268 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -1,4 +1,4 @@ -/* $OpenBSD: w.c,v 1.48 2011/04/10 03:20:59 guenther Exp $ */ +/* $OpenBSD: w.c,v 1.49 2011/04/26 07:29:05 jasper Exp $ */ /*- * Copyright (c) 1980, 1991, 1993, 1994 @@ -77,7 +77,7 @@ int ttywidth; /* width of tty */ int argwidth; /* width of tty */ int header = 1; /* true if -h flag: don't print heading */ int nflag = 1; /* true if -n flag: don't convert addrs */ -int sortidle; /* sort bu idle time */ +int sortidle; /* sort by idle time */ char *sel_user; /* login of particular user selected */ char domain[MAXHOSTNAMELEN]; |