Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 20:41:46 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109991 for review
Message-ID:  <200611142041.kAEKfkYQ049252@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109991

Change 109991 by millert@millert_g5tower on 2006/11/14 20:40:50

	Less bad manual page.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/mac_cmds/getfmac/getfmac.8#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/mac_cmds/getfmac/getfmac.8#2 (text+ko) ====

@@ -1,4 +1,5 @@
 .\" Copyright (c) 2002 Networks Associates Technology, Inc.
+.\" Copyright (c) 2006 SPARTA, Inc.
 .\" All rights reserved.
 .\"
 .\" This software was developed for the FreeBSD Project by Chris
@@ -42,16 +43,30 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl h
-.Op Fl l Ar list,of,labels
+.Op Fl l Ar namespace(s)
 .Op Ar
 .Sh DESCRIPTION
 The
 .Nm
 utility prints the text representation of the MAC label associated with the
 specified files.
+.Pp
+The following options are available:
+.Bl -tag -width indent
+.It Fl h
+Print label information for any symbolic links encountered, rather
+than the link's target.
+.It Fl l Ar namespace(s)
+Print label information for the comma-separated list of label namespaces.
+By default, label information is printed for the namespaces listed in
+.Xr mac.conf 5 ,
+or the namespaces of all loaded policy modules if that file does
+not exist.
+.El
 .Sh SEE ALSO
 .Xr mac 3 ,
 .Xr mac_get_file 3 ,
 .Xr mac 4 ,
+.Xr mac.conf 5 ,
 .Xr setfmac 8 ,
 .Xr mac 9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611142041.kAEKfkYQ049252>