diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 21:59:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 21:59:24 +0000 |
commit | 6e2232564ea00cd8c9d91bde36206a701b28e3ab (patch) | |
tree | bca296981a4d061a61bdb61876df863423e8d4d0 /usr.sbin/rbootd | |
parent | 9979ab199658820d7566d6d8c83fefd202d02a19 (diff) |
more wacky macro fixing;
Diffstat (limited to 'usr.sbin/rbootd')
-rw-r--r-- | usr.sbin/rbootd/rbootd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8 index dd28c8844ee..ee4cfb64d18 100644 --- a/usr.sbin/rbootd/rbootd.8 +++ b/usr.sbin/rbootd/rbootd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rbootd.8,v 1.11 2009/02/01 10:48:58 sobrado Exp $ +.\" $OpenBSD: rbootd.8,v 1.12 2010/09/19 21:59:23 jmc Exp $ .\" $NetBSD: rbootd.8,v 1.3 1995/08/21 17:05:16 thorpej Exp $ .\" .\" Copyright (c) 1988, 1992 The University of Utah and the Center @@ -41,7 +41,7 @@ .\" Utah Hdr: rbootd.man 3.1 92/07/06 .\" Author: Jeff Forys, University of Utah CSS .\" -.Dd $Mdocdate: February 1 2009 $ +.Dd $Mdocdate: September 19 2010 $ .Dt RBOOTD 8 .Os .Sh NAME @@ -124,7 +124,7 @@ The following signals have the specified effect when sent to the server process using the .Xr kill 1 command: -.Bl -tag -width SIGUSR1 -offset -compact +.Bl -tag -width SIGUSR1 -offset indent -compact .It SIGHUP Drop all active connections and reconfigure. .It SIGUSR1 |