mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
- more opaque removal
- sort the flags list while here ok martynas tedu
This commit is contained in:
parent
3eb95f3bfe
commit
609f1f5e03
22
bin/ls/ls.1
22
bin/ls/ls.1
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: ls.1,v 1.60 2009/08/16 09:41:07 sobrado Exp $
|
||||
.\" $OpenBSD: ls.1,v 1.61 2009/08/21 07:11:01 jmc Exp $
|
||||
.\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
|
||||
@ -33,7 +33,7 @@
|
||||
.\"
|
||||
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
|
||||
.\"
|
||||
.Dd $Mdocdate: August 16 2009 $
|
||||
.Dd $Mdocdate: August 21 2009 $
|
||||
.Dt LS 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -402,20 +402,18 @@ abbreviated as follows:
|
||||
.Bl -tag -width 8n -offset indent -compact
|
||||
.It \&-
|
||||
no flags
|
||||
.It arch
|
||||
archived
|
||||
.It nodump
|
||||
do not dump
|
||||
.It sappnd
|
||||
system append-only
|
||||
.It schg
|
||||
system immutable
|
||||
.It uappnd
|
||||
user append-only
|
||||
.It uchg
|
||||
user immutable
|
||||
.It nodump
|
||||
do not dump
|
||||
.It opaque
|
||||
opaque file
|
||||
.It sappnd
|
||||
system append-only
|
||||
.It arch
|
||||
archived
|
||||
.It schg
|
||||
system immutable
|
||||
.El
|
||||
.Pp
|
||||
.Ex -std ls
|
||||
|
Loading…
Reference in New Issue
Block a user