svn commit: r335003 - head/bin/chflags

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Jun 12 16:44:14 UTC 2018


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 ,


More information about the svn-src-all mailing list