Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2018 16:44:13 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335003 - head/bin/chflags
Message-ID:  <201806121644.w5CGiD1m099249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Jun 12 16:44:13 2018
New Revision: 335003
URL: https://svnweb.freebsd.org/changeset/base/335003

Log:
  Add an example to the chflags(1) man page.
  
  MFC after:	2 weeks

Modified:
  head/bin/chflags/chflags.1

Modified: head/bin/chflags/chflags.1
==============================================================================
--- head/bin/chflags/chflags.1	Tue Jun 12 16:42:11 2018	(r335002)
+++ head/bin/chflags/chflags.1	Tue Jun 12 16:44:13 2018	(r335003)
@@ -32,7 +32,7 @@
 .\"	@(#)chflags.1	8.4 (Berkeley) 5/2/95
 .\" $FreeBSD$
 .\"
-.Dd March 6, 2018
+.Dd June 12, 2018
 .Dt CHFLAGS 1
 .Os
 .Sh NAME
@@ -229,6 +229,11 @@ argument for
 then the current filename as well as the old and new flags are displayed.
 .Sh EXIT STATUS
 .Ex -std
+.Sh EXAMPLES
+Recursively clear all flags on files and directories contained within the
+.Fa foobar
+directory hierarchy:
+.Dl Nm Fl R Ar 0 Ar foobar
 .Sh SEE ALSO
 .Xr ls 1 ,
 .Xr chflags 2 ,



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