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 /bin/ln/ln.1 | |
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 'bin/ln/ln.1')
-rw-r--r-- | bin/ln/ln.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index b6e04685c79..a83b159bed5 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ln.1,v 1.5 1998/12/15 01:20:22 aaron Exp $ +.\" $OpenBSD: ln.1,v 1.6 1999/05/23 14:10:48 aaron Exp $ .\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -39,7 +39,7 @@ .\" .Dd December 30, 1993 .Dt LN 1 -.Os BSD 4 +.Os .Sh NAME .Nm ln .Nd make links |