diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
commit | 18cf786954e1bd6b1bb79070fceb4fecbad6d488 (patch) | |
tree | 0bc8554e6274bdee7e759f2d2d6a1e20fed0cdbb /sbin/shutdown/shutdown.8 | |
parent | bd3846209995d875b04576fcb40766bbc82c16c6 (diff) |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'sbin/shutdown/shutdown.8')
-rw-r--r-- | sbin/shutdown/shutdown.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 23414928d94..f7581e582fc 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shutdown.8,v 1.12 1999/04/22 00:42:47 downsj Exp $ +.\" $OpenBSD: shutdown.8,v 1.13 1999/05/23 14:11:21 aaron Exp $ .\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -36,7 +36,7 @@ .\" .Dd June 5, 1993 .Dt SHUTDOWN 8 -.Os BSD 4 +.Os .Sh NAME .Nm shutdown .Nd "close down the system at a given time" |