diff options
author | 2004-07-23 00:42:22 +0000 | |
---|---|---|
committer | 2004-07-23 00:42:22 +0000 | |
commit | ef7ec57435c3d0d14abbcb631686b1db724b76b0 (patch) | |
tree | 691fd7592d670180841996840b9fe9df8e92579c | |
parent | fast-scanner should now about dir/ too. (diff) | |
download | wireguard-openbsd-ef7ec57435c3d0d14abbcb631686b1db724b76b0.tar.xz wireguard-openbsd-ef7ec57435c3d0d14abbcb631686b1db724b76b0.zip |
move example descriptions before the examples themselves
ok jmc
-rw-r--r-- | bin/ls/ls.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 89bd2c5c330..50c2cf1765f 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.40 2003/12/08 11:33:01 jmc Exp $ +.\" $OpenBSD: ls.1,v 1.41 2004/07/23 00:42:22 jaredy Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -427,23 +427,23 @@ See for more information. .El .Sh EXAMPLES -.Li $ ls -l +List the contents of the current working directory in long format: .Pp -List the contents of the current working directory in long format. -.Pp -.Li $ ls -lioF +.Dl $ ls -l .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. +and suffix each filename with a symbol representing its file type: .Pp -.Li $ ls -lt /var/log +.Dl $ ls -lioF .Pp List the files in .Pa /var/log , sorting the output such that the mostly recently modified entries are -printed first. +printed first: +.Pp +.Dl $ ls -lt /var/log .Sh SEE ALSO .Xr chflags 1 , .Xr chmod 1 , |