diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 18:59:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 18:59:45 +0000 |
commit | ce33624f105bbf6b20e87d0e06c24996db2e0176 (patch) | |
tree | 66d6fb743c7b71c44d2e5fe784ce772f6e55b4cf /bin/ln | |
parent | 02f5c89460eebf5fccec73d72f630200c765c1c9 (diff) |
trash some old leftover macros and replace them with -mdoc macros
Diffstat (limited to 'bin/ln')
-rw-r--r-- | bin/ln/symlink.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index d5565f3aa42..727b8eaa0f1 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.7,v 1.7 1999/07/04 11:53:50 aaron Exp $ +.\" $OpenBSD: symlink.7,v 1.8 1999/07/04 18:59:37 aaron Exp $ .\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -82,7 +82,7 @@ exceeded.) .Pp There are three separate areas that need to be discussed. They are as follows: -.sp +.Pp .Bl -enum -compact -offset indent .It Symbolic links used as file name arguments for system calls. |