diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-06 19:14:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-06 19:14:56 +0000 |
commit | e5d302b0105e4f5928f7e8f62c37b86b96d6ec97 (patch) | |
tree | f552bbba38582e89e3e730b5108600bdde32d141 | |
parent | a11abb9ccc567328e11688ba5d00f361b6da112b (diff) |
documentation should follow code
-rw-r--r-- | sys/dev/ic/anreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h index 24bc6aa6513..bc6a9a9094f 100644 --- a/sys/dev/ic/anreg.h +++ b/sys/dev/ic/anreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anreg.h,v 1.5 2001/02/27 06:41:11 tholo Exp $ */ +/* $OpenBSD: anreg.h,v 1.6 2001/04/06 19:14:55 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -36,7 +36,7 @@ #define AN_TIMEOUT 65536 -/* Default network name: ANY */ +/* Default network name: empty string */ #define AN_DEFAULT_NETNAME "" /* The nodename must be less than 16 bytes */ |