diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
commit | 14e969b705e70fddba0193246802558b1b85f7fc (patch) | |
tree | 0c243d723b590b9920e91182ca468de8cfffddc0 /bin/ls | |
parent | fc683899279ea279f5ecf6087bb06cc0403e903d (diff) |
more .Li
Diffstat (limited to 'bin/ls')
-rw-r--r-- | bin/ls/ls.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 9e3e9bb194c..d3df7b621a4 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.33 2002/02/11 18:43:51 mpech Exp $ +.\" $OpenBSD: ls.1,v 1.34 2003/03/12 20:12:35 deraadt Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -394,18 +394,18 @@ The .Nm utility exits 0 on success or >0 if an error occurred. .Sh EXAMPLES -.Cm $ ls -l +.Li $ ls -l .Pp List the contents of the current working directory in long format. .Pp -.Cm $ ls -lioF +.Li $ ls -lioF .Pp In addition to listing the contents of the current working directory in long format, show inode numbers, file flags (see .Xr chflags 1 ) , and suffix each filename with a symbol representing its file type. .Pp -.Cm $ ls -lt /var/log +.Li $ ls -lt /var/log .Pp List the files in .Pa /var/log , |