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 /share/man/man9/intro.9 | |
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 'share/man/man9/intro.9')
-rw-r--r-- | share/man/man9/intro.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index 938c7d94618..ab6140bb082 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.9,v 1.2 1998/03/10 04:50:54 millert Exp $ +.\" $OpenBSD: intro.9,v 1.3 1999/05/23 14:11:40 aaron Exp $ .\" .\" Copyright (c) 1996 Michael Shalayeff .\" @@ -31,7 +31,7 @@ .\" .Dd March 11, 1996 .Dt INTRO 9 -.Os BSD 4.2 +.Os .Sh NAME .Nm intro .Nd "introduction to the kernel internals" |