diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-03 20:09:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-03 20:09:59 +0000 |
commit | 59195b3dfca23fbd322412cb1fc7f5fc476edee8 (patch) | |
tree | 50dc27c9cb5b7e2e8426e60dd56afad57d88fed6 /share | |
parent | efb77df712e6208009c7e52ea619b5028a83d455 (diff) |
also had too many arguments to .Nd; shortened to read the same (the
truncated part was unnecessary);
ok tedu@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/hook_establish.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/hook_establish.9 b/share/man/man9/hook_establish.9 index be466b1f99e..5ba9cbd7d0b 100644 --- a/share/man/man9/hook_establish.9 +++ b/share/man/man9/hook_establish.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hook_establish.9,v 1.4 2003/04/17 05:08:39 jmc Exp $ +.\" $OpenBSD: hook_establish.9,v 1.5 2003/05/03 20:09:58 jmc Exp $ .\" .\" Copyright (c) 2001 Niklas Hallqvist. .\" All rights reserved. @@ -31,7 +31,7 @@ .Sh NAME .Nm hook_establish , .Nm hook_disestablish -.Nd add or remove a hook from a specified list of such +.Nd add or remove a hook from a specified list .Sh SYNOPSIS .Fd #include <sys/systm.h> .Ft void * |