diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-16 20:48:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-16 20:48:36 +0000 |
commit | 08ec9c0c0a09d81c1a2a1a0ea1e2b639c066879e (patch) | |
tree | de01fc3fb663d6942b8b961c7d9e5858d9bde894 /bin/ls/ls.1 | |
parent | d9b9fef148fde9b9906d83b4c81d47ad5a3881e3 (diff) |
Use angle bracket macros instead of literal angle brackets. OK jmc@
Diffstat (limited to 'bin/ls/ls.1')
-rw-r--r-- | bin/ls/ls.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 50c2cf1765f..58cd4798e2a 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.41 2004/07/23 00:42:22 jaredy Exp $ +.\" $OpenBSD: ls.1,v 1.42 2004/09/16 20:48:35 millert Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -228,7 +228,8 @@ or options are specified. .Pp File information is displayed with one or more -<blank>s separating the information associated with the +.Ao blank Ac Ns s +separating the information associated with the .Fl i , .Fl s , .Fl l , @@ -276,7 +277,7 @@ format .Pp If the file is a symbolic link, the pathname of the linked-to file is preceded by -.Dq \-> . +.Dq \-\*(Gt . .Pp The file mode printed under the .Fl l @@ -396,7 +397,7 @@ system immutable .Pp The .Nm -utility exits 0 on success or >0 if an error occurred. +utility exits 0 on success or \*(Gt0 if an error occurred. .Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE |