Re: svn commit: r212498 - head/sbin/newfs

2010-09-13 Thread Glen Barber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 9/13/10 8:37 AM, Alexander Best wrote:
> On Sun Sep 12 10, Glen Barber wrote:
>> [snip]
>>
>> Modified:
>>   head/sbin/newfs/newfs.8
>>
>> [snip]
> 
> could you also have a look at PR #61716?
> thanks.
> 

Sure will.

Cheers,

- -- 
Glen Barber
FreeBSD Documentation Project
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iQEcBAEBAgAGBQJMjiAsAAoJEFJPDDeguUajOlwIAJh21AvsgRqtknz12ZrQwP7k
mPAp+ymxUtL/38xv45x0m6KgpIePCtdUPoVki1VY6CO7Av/QxLbP6cDHGecvc2Dz
qhAkKWVdkxmNKKaCBoMupr+LwVaUbhJL8O7ohbuUiBaTF72niYBDevx2NLiwMOtH
GFG2cd5gOXYaxfuo6YZpLmwHARMYfH7yUfEnQZAAwH+Zay5LMDFhtnlfGXOvDGZh
dBEQ+4xXZTp2mUhL3BD3jTOgbZ2KAT+wxSQtPRktrs/uFeTB/j2GREINX9l1aGlu
2gPUACCTnwsk6dxP/2LNYLVNrck5v17Tndpj3A9J7usHuaMN7kxOh+5XB0jeHzs=
=e7wm
-END PGP SIGNATURE-
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r212564 - stable/8/lib/libc/sys

2010-09-13 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Sep 13 17:27:43 2010
New Revision: 212564
URL: http://svn.freebsd.org/changeset/base/212564

Log:
  MFC 212269.
  
  Add ECONNRESET to connect(2).
  
  Approved by:  keramida (mentor)

Modified:
  stable/8/lib/libc/sys/connect.2

Modified: stable/8/lib/libc/sys/connect.2
==
--- stable/8/lib/libc/sys/connect.2 Mon Sep 13 17:23:18 2010
(r212563)
+++ stable/8/lib/libc/sys/connect.2 Mon Sep 13 17:27:43 2010
(r212564)
@@ -28,7 +28,7 @@
 .\" @(#)connect.2  8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd August 16, 2006
+.Dd September 5, 2010
 .Dt CONNECT 2
 .Os
 .Sh NAME
@@ -95,6 +95,8 @@ The socket is already connected.
 Connection establishment timed out without establishing a connection.
 .It Bq Er ECONNREFUSED
 The attempt to connect was forcefully rejected.
+.It Bq Er ECONNRESET
+The connection was reset by the remote host.
 .It Bq Er ENETUNREACH
 The network is not reachable from this host.
 .It Bq Er EHOSTUNREACH
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r212565 - stable/7/lib/libc/sys

2010-09-13 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Sep 13 17:28:35 2010
New Revision: 212565
URL: http://svn.freebsd.org/changeset/base/212565

Log:
  MFC 212269.
  
  Add ECONNRESET to connect(2).
  
  Approved by:  keramida (mentor)

Modified:
  stable/7/lib/libc/sys/connect.2

Modified: stable/7/lib/libc/sys/connect.2
==
--- stable/7/lib/libc/sys/connect.2 Mon Sep 13 17:27:43 2010
(r212564)
+++ stable/7/lib/libc/sys/connect.2 Mon Sep 13 17:28:35 2010
(r212565)
@@ -28,7 +28,7 @@
 .\" @(#)connect.2  8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd August 16, 2006
+.Dd September 5, 2010
 .Dt CONNECT 2
 .Os
 .Sh NAME
@@ -95,6 +95,8 @@ The socket is already connected.
 Connection establishment timed out without establishing a connection.
 .It Bq Er ECONNREFUSED
 The attempt to connect was forcefully rejected.
+.It Bq Er ECONNRESET
+The connection was reset by the remote host.
 .It Bq Er ENETUNREACH
 The network is not reachable from this host.
 .It Bq Er EHOSTUNREACH
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r212566 - stable/8/usr.bin/cpio

2010-09-13 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Sep 13 17:30:29 2010
New Revision: 212566
URL: http://svn.freebsd.org/changeset/base/212566

Log:
  MFC 212263.
  
  Fix typo in bsdcpio(1).
  
  Approved by:  keramida (mentor)

Modified:
  stable/8/usr.bin/cpio/bsdcpio.1

Modified: stable/8/usr.bin/cpio/bsdcpio.1
==
--- stable/8/usr.bin/cpio/bsdcpio.1 Mon Sep 13 17:28:35 2010
(r212565)
+++ stable/8/usr.bin/cpio/bsdcpio.1 Mon Sep 13 17:30:29 2010
(r212566)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 21, 2007
+.Dd September 5, 2010
 .Dt BSDCPIO 1
 .Os
 .Sh NAME
@@ -137,7 +137,7 @@ The POSIX.1 tar format.
 The default format is
 .Ar odc .
 See
-.Xr libarchive_formats 5
+.Xr libarchive-formats 5
 for more complete information about the
 formats currently supported by the underlying
 .Xr libarchive 3
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r212610 - head/sbin/newfs

2010-09-14 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Sep 14 12:12:07 2010
New Revision: 212610
URL: http://svn.freebsd.org/changeset/base/212610

Log:
  Synchronize newfs(8) manual with code.
  
  PR:   61716
  Submitted by: Radim Kolar 
  Patch by: arundel
  Approved by:  keramida (mentor)
  MFC after:1 week

Modified:
  head/sbin/newfs/newfs.8

Modified: head/sbin/newfs/newfs.8
==
--- head/sbin/newfs/newfs.8 Tue Sep 14 11:42:07 2010(r212609)
+++ head/sbin/newfs/newfs.8 Tue Sep 14 12:12:07 2010(r212610)
@@ -28,7 +28,7 @@
 .\" @(#)newfs.88.6 (Berkeley) 5/3/95
 .\" $FreeBSD$
 .\"
-.Dd March 21, 2008
+.Dd September 14, 2010
 .Dt NEWFS 8
 .Os
 .Sh NAME
@@ -125,8 +125,9 @@ and the number of bytes per inode.
 .It Fl d Ar max-extent-size
 The file system may choose to store large files using extents.
 This parameter specifies the largest extent size that may be used.
-It is presently limited to its default value which is 16 times
-the file system blocksize.
+The default value is the file system blocksize.
+It is presently limited to a maximum value of 16 times the
+file system blocksize and a minimum value of the file system blocksize.
 .It Fl e Ar maxbpg
 Indicate the maximum number of blocks any single file can
 allocate out of a cylinder group before it is forced to begin
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r212827 - head/share/man/man5

2010-09-18 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Sep 18 19:23:14 2010
New Revision: 212827
URL: http://svn.freebsd.org/changeset/base/212827

Log:
  Note that devfs(5) and fdescfs(5) both create /dev/fd file descriptors.
  
  PR:   144534
  Submitted by: Matthew Seaman 
  Patch by: Matthew Seaman, keramida
  Approved by:  keramida (mentor)
  MFC after:1 week

Modified:
  head/share/man/man5/devfs.5
  head/share/man/man5/fdescfs.5

Modified: head/share/man/man5/devfs.5
==
--- head/share/man/man5/devfs.5 Sat Sep 18 18:37:41 2010(r212826)
+++ head/share/man/man5/devfs.5 Sat Sep 18 19:23:14 2010(r212827)
@@ -38,7 +38,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 30, 2010
+.Dd September 18, 2010
 .Dt DEVFS 5
 .Os
 .Sh NAME
@@ -69,6 +69,27 @@ The
 .Xr mknod 8
 tool can be used to recover deleted device entries under
 .Nm .
+.Pp
+The
+.Xr fdescfs 5
+filesystem is an alternate means for populating
+.Pa /dev/fd .
+The character devices that both
+.Nm
+and
+.Xr fdescfs 5
+present in
+.Pa /dev/fd
+correspond to the open file descriptors of the process
+accessing the directory.
+.Nm
+only creates files for the standard file descriptors
+.Pa 0 ,
+.Pa 1
+and
+.Pa 2 .
+.Xr fdescfs 5
+creates files for all open descriptors.
 .Sh FILES
 .Bl -tag -width /dev/ -compact
 .It Pa /dev
@@ -85,6 +106,7 @@ volume located on
 .Dl "mount -t devfs devfs /mychroot/dev"
 .Sh SEE ALSO
 .Xr devfs 8 ,
+.Xr fdescfs 5 ,
 .Xr mount 8
 .Sh HISTORY
 The

Modified: head/share/man/man5/fdescfs.5
==
--- head/share/man/man5/fdescfs.5   Sat Sep 18 18:37:41 2010
(r212826)
+++ head/share/man/man5/fdescfs.5   Sat Sep 18 19:23:14 2010
(r212827)
@@ -38,7 +38,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 14, 1996
+.Dd September 18, 2010
 .Dt FDESCFS 5
 .Os
 .Sh NAME
@@ -87,6 +87,15 @@ call other than
 and
 .Dv O_RDWR
 are ignored.
+.Pp
+.Em "Note:"
+.Pa /dev/fd/0 ,
+.Pa /dev/fd/1
+and
+.Pa /dev/fd/2
+files are created by default when devfs alone is mounted.
+.Nm
+creates entries for all file descriptors opened by the process.
 .Sh FILES
 .Bl -tag -width /dev/stderr -compact
 .It Pa /dev/fd/#
@@ -99,6 +108,7 @@ volume located on
 .Pp
 .Dl "mount -t fdescfs null /dev/fd"
 .Sh SEE ALSO
+.Xr devfs 5 ,
 .Xr mount 8
 .Sh HISTORY
 The
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r214374 - head/share/man/man7

2010-10-26 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Oct 26 13:07:01 2010
New Revision: 214374
URL: http://svn.freebsd.org/changeset/base/214374

Log:
  Minor grammar fix.
  
  Submitted by: arundel (via email)
  Approved by:  jkois (mentor)
  Patch by: arundel
  MFC after:5 days

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==
--- head/share/man/man7/build.7 Tue Oct 26 12:46:26 2010(r214373)
+++ head/share/man/man7/build.7 Tue Oct 26 13:07:01 2010(r214374)
@@ -419,7 +419,7 @@ Typically, one only needs to set 
 .Pp
 Builds under directory
 .Pa /usr/src
-are also influenced by defining one or more the following symbols,
+are also influenced by defining one or more of the following symbols,
 using the
 .Fl D
 option of
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227769 - head

2011-11-20 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Nov 20 19:05:32 2011
New Revision: 227769
URL: http://svn.freebsd.org/changeset/base/227769

Log:
  Add a note to src/Makefile that explains that 'rm' runs twice because the
  second invocation only needs to operate on files with the immutable flag
  set.
  
  Submitted by: arundel (via private email) (original version)
  Discussed on: -toolchain@
  MFC after:3 days

Modified:
  head/Makefile

Modified: head/Makefile
==
--- head/Makefile   Sun Nov 20 18:01:45 2011(r227768)
+++ head/Makefile   Sun Nov 20 19:05:32 2011(r227769)
@@ -185,7 +185,10 @@ buildworld: upgrade_checks
 # files with chflags set, so this unsets them and tries the 'rm' a
 # second time.  There are situations where this target will be cleaning
 # some directories via more than one method, but that duplication is
-# needed to correctly handle all the possible situations.
+# needed to correctly handle all the possible situations.  Removing all
+# files without the immutable flag set in the first 'rm' instance saves
+# time, because 'chflags' will need to operate on fewer files (with the
+# immutable flag set) afterwards.
 #
 BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
 cleanworld:
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227770 - head

2011-11-20 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Nov 20 19:27:52 2011
New Revision: 227770
URL: http://svn.freebsd.org/changeset/base/227770

Log:
  Fix the note in r227769 to be less specific to the immutable flag.
  
  Submitted by: arundel
  MFC after:3 days
  X-MFC-With:   r227769

Modified:
  head/Makefile

Modified: head/Makefile
==
--- head/Makefile   Sun Nov 20 19:05:32 2011(r227769)
+++ head/Makefile   Sun Nov 20 19:27:52 2011(r227770)
@@ -186,9 +186,8 @@ buildworld: upgrade_checks
 # second time.  There are situations where this target will be cleaning
 # some directories via more than one method, but that duplication is
 # needed to correctly handle all the possible situations.  Removing all
-# files without the immutable flag set in the first 'rm' instance saves
-# time, because 'chflags' will need to operate on fewer files (with the
-# immutable flag set) afterwards.
+# files without file flags set in the first 'rm' instance saves
+# time, because 'chflags' will need to operate on fewer files afterwards.
 #
 BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
 cleanworld:
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r227769 - head

2011-11-20 Thread Glen Barber
On Sun, Nov 20, 2011 at 07:16:21PM +, Alexander Best wrote:
> On Sun Nov 20 11, Glen Barber wrote:
> > Author: gjb (doc committer)
> > Date: Sun Nov 20 19:05:32 2011
> > New Revision: 227769
> > URL: http://svn.freebsd.org/changeset/base/227769
> > 
> > Log:
> >   Add a note to src/Makefile that explains that 'rm' runs twice because the
> >   second invocation only needs to operate on files with the immutable flag
> 
> thanks for taking care of this one. :)
> 
> are we sure we're only dealing with the immutable flag? since chflags is being
> invoked as 'chflags -R 0' and not 'chflags -R noschg', wouldn't it be better 
> to
> refer to "file flags" in general and not only to the "immutable flag"?

You are correct, I didn't think about the 'undeletable' flag.  I've
committed a followup with 227770.

Thanks.

Glen

-- 
Glen Barber | g...@freebsd.org
FreeBSD Documentation Project



pgp30ILnvGG4A.pgp
Description: PGP signature


svn commit: r227771 - head

2011-11-20 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Nov 20 20:05:47 2011
New Revision: 227771
URL: http://svn.freebsd.org/changeset/base/227771

Log:
  Replace 'chflags' with 'file flags' in a comment, since 'chflags'
  is a command, not a flag itself.
  
  While here, wrap a line for readability.
  
  Submitted by: arundel
  MFC after:3 days
  X-MFC-With:   227769, 227770

Modified:
  head/Makefile

Modified: head/Makefile
==
--- head/Makefile   Sun Nov 20 19:27:52 2011(r227770)
+++ head/Makefile   Sun Nov 20 20:05:47 2011(r227771)
@@ -182,12 +182,12 @@ buildworld: upgrade_checks
 #
 # In the following, the first 'rm' in a series will usually remove all
 # files and directories.  If it does not, then there are probably some
-# files with chflags set, so this unsets them and tries the 'rm' a
+# files with file flags set, so this unsets them and tries the 'rm' a
 # second time.  There are situations where this target will be cleaning
 # some directories via more than one method, but that duplication is
 # needed to correctly handle all the possible situations.  Removing all
-# files without file flags set in the first 'rm' instance saves
-# time, because 'chflags' will need to operate on fewer files afterwards.
+# files without file flags set in the first 'rm' instance saves time,
+# because 'chflags' will need to operate on fewer files afterwards.
 #
 BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
 cleanworld:
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227879 - stable/9

2011-11-23 Thread Glen Barber
Author: gjb (doc committer)
Date: Wed Nov 23 12:23:32 2011
New Revision: 227879
URL: http://svn.freebsd.org/changeset/base/227879

Log:
  MFC r227769, 227770, 227771:
  
  - Add a note to src/Makefile that explains that 'rm' runs twice because
thesecond invocation only needs to operate on files with the immutable
flag set.
  
  - Fix the note in r227769 to be less specific to the immutable flag.
  
  - Replace 'chflags' with 'file flags' in a comment, since 'chflags'is a
command, not a flag itself.
  
  Approved by:  re (kib)

Modified:
  stable/9/Makefile   (contents, props changed)

Modified: stable/9/Makefile
==
--- stable/9/Makefile   Wed Nov 23 12:05:39 2011(r227878)
+++ stable/9/Makefile   Wed Nov 23 12:23:32 2011(r227879)
@@ -182,10 +182,12 @@ buildworld: upgrade_checks
 #
 # In the following, the first 'rm' in a series will usually remove all
 # files and directories.  If it does not, then there are probably some
-# files with chflags set, so this unsets them and tries the 'rm' a
+# files with file flags set, so this unsets them and tries the 'rm' a
 # second time.  There are situations where this target will be cleaning
 # some directories via more than one method, but that duplication is
-# needed to correctly handle all the possible situations.
+# needed to correctly handle all the possible situations.  Removing all
+# files without file flags set in the first 'rm' instance saves time,
+# because 'chflags' will need to operate on fewer files afterwards.
 #
 BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
 cleanworld:
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227880 - releng/9.0

2011-11-23 Thread Glen Barber
Author: gjb (doc committer)
Date: Wed Nov 23 12:24:04 2011
New Revision: 227880
URL: http://svn.freebsd.org/changeset/base/227880

Log:
  MFC r227769, 227770, 227771:
  
  - Add a note to src/Makefile that explains that 'rm' runs twice because
thesecond invocation only needs to operate on files with the immutable
flag set.
  
  - Fix the note in r227769 to be less specific to the immutable flag.
  
  - Replace 'chflags' with 'file flags' in a comment, since 'chflags'is a
command, not a flag itself.
  
  Approved by:  re (kib)

Modified:
  releng/9.0/Makefile   (contents, props changed)

Modified: releng/9.0/Makefile
==
--- releng/9.0/Makefile Wed Nov 23 12:23:32 2011(r227879)
+++ releng/9.0/Makefile Wed Nov 23 12:24:04 2011(r227880)
@@ -182,10 +182,12 @@ buildworld: upgrade_checks
 #
 # In the following, the first 'rm' in a series will usually remove all
 # files and directories.  If it does not, then there are probably some
-# files with chflags set, so this unsets them and tries the 'rm' a
+# files with file flags set, so this unsets them and tries the 'rm' a
 # second time.  There are situations where this target will be cleaning
 # some directories via more than one method, but that duplication is
-# needed to correctly handle all the possible situations.
+# needed to correctly handle all the possible situations.  Removing all
+# files without file flags set in the first 'rm' instance saves time,
+# because 'chflags' will need to operate on fewer files afterwards.
 #
 BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
 cleanworld:
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227881 - stable/8

2011-11-23 Thread Glen Barber
Author: gjb (doc committer)
Date: Wed Nov 23 12:24:29 2011
New Revision: 227881
URL: http://svn.freebsd.org/changeset/base/227881

Log:
  MFC r227769, 227770, 227771:
  
  - Add a note to src/Makefile that explains that 'rm' runs twice because
thesecond invocation only needs to operate on files with the immutable
flag set.
  
  - Fix the note in r227769 to be less specific to the immutable flag.
  
  - Replace 'chflags' with 'file flags' in a comment, since 'chflags'is a
command, not a flag itself.

Modified:
  stable/8/Makefile   (contents, props changed)

Modified: stable/8/Makefile
==
--- stable/8/Makefile   Wed Nov 23 12:24:04 2011(r227880)
+++ stable/8/Makefile   Wed Nov 23 12:24:29 2011(r227881)
@@ -140,10 +140,12 @@ buildworld: upgrade_checks
 #
 # In the following, the first 'rm' in a series will usually remove all
 # files and directories.  If it does not, then there are probably some
-# files with chflags set, so this unsets them and tries the 'rm' a
+# files with file flags set, so this unsets them and tries the 'rm' a
 # second time.  There are situations where this target will be cleaning
 # some directories via more than one method, but that duplication is
-# needed to correctly handle all the possible situations.
+# needed to correctly handle all the possible situations.  Removing all
+# files without file flags set in the first 'rm' instance saves time,
+# because 'chflags' will need to operate on fewer files afterwards.
 #
 BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
 cleanworld:
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227882 - stable/7

2011-11-23 Thread Glen Barber
Author: gjb (doc committer)
Date: Wed Nov 23 12:24:48 2011
New Revision: 227882
URL: http://svn.freebsd.org/changeset/base/227882

Log:
  MFC r227769, 227770, 227771:
  
  - Add a note to src/Makefile that explains that 'rm' runs twice because
thesecond invocation only needs to operate on files with the immutable
flag set.
  
  - Fix the note in r227769 to be less specific to the immutable flag.
  
  - Replace 'chflags' with 'file flags' in a comment, since 'chflags'is a
command, not a flag itself.

Modified:
  stable/7/Makefile   (contents, props changed)

Modified: stable/7/Makefile
==
--- stable/7/Makefile   Wed Nov 23 12:24:29 2011(r227881)
+++ stable/7/Makefile   Wed Nov 23 12:24:48 2011(r227882)
@@ -139,10 +139,12 @@ buildworld: upgrade_checks
 #
 # In the following, the first 'rm' in a series will usually remove all
 # files and directories.  If it does not, then there are probably some
-# files with chflags set, so this unsets them and tries the 'rm' a
+# files with file flags set, so this unsets them and tries the 'rm' a
 # second time.  There are situations where this target will be cleaning
 # some directories via more than one method, but that duplication is
-# needed to correctly handle all the possible situations.
+# needed to correctly handle all the possible situations.  Removing all
+# files without file flags set in the first 'rm' instance saves time,
+# because 'chflags' will need to operate on fewer files afterwards.
 #
 BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
 cleanworld:
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r228017 - head/share/man/man4

2011-11-26 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Nov 27 06:55:57 2011
New Revision: 228017
URL: http://svn.freebsd.org/changeset/base/228017

Log:
  Remove a seemingly unnecessary [1] ellipsis from netmap.4.
  
  Spotted by:   manlint [1]

Modified:
  head/share/man/man4/netmap.4

Modified: head/share/man/man4/netmap.4
==
--- head/share/man/man4/netmap.4Sun Nov 27 02:32:08 2011
(r228016)
+++ head/share/man/man4/netmap.4Sun Nov 27 06:55:57 2011
(r228017)
@@ -155,7 +155,6 @@ Some macros support the access to object
 region. In particular:
 .Bd -literal
 struct netmap_if *nifp;
-...
 struct netmap_ring *txring = NETMAP_TXRING(nifp, i);
 struct netmap_ring *rxring = NETMAP_RXRING(nifp, i);
 int i = txring->slot[txring->cur].buf_idx;
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r228355 - head/share/man/man5

2011-12-08 Thread Glen Barber
Author: gjb (doc committer)
Date: Thu Dec  8 23:58:26 2011
New Revision: 228355
URL: http://svn.freebsd.org/changeset/base/228355

Log:
  As of r226865, daily_scrub_zfs_default_threshold is 35 days; document
  accordingly.
  
  PR:   162890
  Submitted by: Oliver Hartmann (ohartman ! mail.zedat.fu-berlin.de)
  Patch by: Niclas Zeising (niclas.zeising ! gmail.com)
  MFC after:1 week
  X-Need-MFC:   r226865

Modified:
  head/share/man/man5/periodic.conf.5

Modified: head/share/man/man5/periodic.conf.5
==
--- head/share/man/man5/periodic.conf.5 Thu Dec  8 22:33:37 2011
(r228354)
+++ head/share/man/man5/periodic.conf.5 Thu Dec  8 23:58:26 2011
(r228355)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 15, 2010
+.Dd December 8, 2011
 .Dt PERIODIC.CONF 5
 .Os
 .Sh NAME
@@ -631,7 +631,7 @@ If the list is empty or not set, all zfs
 .It Va daily_scrub_zfs_default_threshold
 .Pq Vt int
 Number of days between a scrub if no pool-specific threshold is set.
-The default value if no value is set is 30.
+If not set, the default value is 35, corresponding to 5 weeks.
 .It Va daily_scrub_zfs_ Ns Ao Ar poolname Ac Ns Va _threshold
 .Pq Vt int
 The same as
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r228356 - head/usr.bin/du

2011-12-08 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Dec  9 02:30:56 2011
New Revision: 228356
URL: http://svn.freebsd.org/changeset/base/228356

Log:
  Update du(1):
  
  - Sort arguments alphabetically where appropriate
  - '-B blocksize' is not mutually exclusive of '-h|-k|-m'
  - Mention '-t' in synopsis
  - Other wording improvements
  - Update usage() output to reflect the new synopsis [1]
  - Other miscellaneous improvements
  
  PR:   162438
  Submitted by: arundel
  Reviewed by:  Benjamin Kaduk (kaduk ! mit.edu), jhb[1] (original version)
  MFC after:1 week

Modified:
  head/usr.bin/du/du.1
  head/usr.bin/du/du.c

Modified: head/usr.bin/du/du.1
==
--- head/usr.bin/du/du.1Thu Dec  8 23:58:26 2011(r228355)
+++ head/usr.bin/du/du.1Fri Dec  9 02:30:56 2011(r228356)
@@ -28,7 +28,7 @@
 .\"@(#)du.18.2 (Berkeley) 4/1/94
 .\" $FreeBSD$
 .\"
-.Dd November 6, 2008
+.Dd December 8, 2011
 .Dt DU 1
 .Os
 .Sh NAME
@@ -36,15 +36,13 @@
 .Nd display disk usage statistics
 .Sh SYNOPSIS
 .Nm
-.Op Fl A
+.Op Fl Aclnx
 .Op Fl H | L | P
-.Op Fl a | s | d Ar depth | Fl t Ar threshold
-.Op Fl c
-.Op Fl l
-.Op Fl h | k | m | B Ar blocksize
-.Op Fl n
-.Op Fl x
+.Op Fl h | k | m
+.Op Fl a | s | d Ar depth
+.Op Fl B Ar blocksize
 .Op Fl I Ar mask
+.Op Fl t Ar threshold
 .Op Ar
 .Sh DESCRIPTION
 The
@@ -65,7 +63,9 @@ Calculate block counts in
 .Ar blocksize
 byte blocks.
 This is different from the
-.Fl k, m
+.Fl h, k
+and
+.Fl  m
 options or setting
 .Ev BLOCKSIZE
 and gives an estimate of how much space the examined file hierarchy would
@@ -79,48 +79,31 @@ is rounded up to the next multiple of 51
 .It Fl H
 Symbolic links on the command line are followed, symbolic links in file
 hierarchies are not followed.
-.It Fl L
-Symbolic links on the command line and in file hierarchies are followed.
 .It Fl I Ar mask
 Ignore files and directories matching the specified
 .Ar mask .
+.It Fl L
+Symbolic links on the command line and in file hierarchies are followed.
 .It Fl P
 No symbolic links are followed.
 This is the default.
 .It Fl a
 Display an entry for each file in a file hierarchy.
-.It Fl h
-"Human-readable" output.
-Use unit suffixes: Byte, Kilobyte, Megabyte,
-Gigabyte, Terabyte and Petabyte.
-.It Fl r
-Generate messages about directories that cannot be read, files
-that cannot be opened, and so on.
-This is the default case.
-This option exists solely for conformance with
-.St -xpg4 .
-.It Fl s
-Display an entry for each specified file.
-(Equivalent to
-.Fl d Li 0 )
-.It Fl t Ar threshold
-Display only entries for which size exceeds
-.Ar threshold .
-If
-.Ar threshold
-is negative, display only entries for which size is less than the absolute
-value of
-.Ar threshold .
+.It Fl c
+Display a grand total.
 .It Fl d Ar depth
 Display an entry for all files and directories
 .Ar depth
 directories deep.
-.It Fl c
-Display a grand total.
+.It Fl h
+.Dq Human-readable
+output.
+Use unit suffixes: Byte, Kilobyte, Megabyte,
+Gigabyte, Terabyte and Petabyte.
 .It Fl k
 Display block counts in 1024-byte (1-Kbyte) blocks.
 .It Fl l
-If a file has multiple hard links, count its size many times.
+If a file has multiple hard links, count its size multiple times.
 The default behavior of
 .Nm
 is to count files with multiple hard links only once.
@@ -136,6 +119,24 @@ Ignore files and directories with user
 flag
 .Pq Dv UF_NODUMP
 set.
+.It Fl r
+Generate messages about directories that cannot be read, files
+that cannot be opened, and so on.
+This is the default case.
+This option exists solely for conformance with
+.St -xpg4 .
+.It Fl s
+Display an entry for each specified file.
+(Equivalent to
+.Fl d Li 0 )
+.It Fl t Ar threshold
+Display only entries for which size exceeds
+.Ar threshold .
+If
+.Ar threshold
+is negative, display only entries for which size is less than the absolute
+value of
+.Ar threshold .
 .It Fl x
 File system mount points are not traversed.
 .El
@@ -152,25 +153,32 @@ If either the
 .Fl H
 or
 .Fl L
-options are specified, storage used by any symbolic links which are
-followed is not counted or displayed.
+option is specified, storage used by any symbolic links which are
+followed is not counted (or displayed).
+.Pp
+The
+.Fl h, k
+and
+.Fl m
+options all override each other; the last one specified determines
+the block counts used.
 .Sh ENVIRONMENT
 .Bl -tag -width BLOCKSIZE
 .It Ev BLOCKSIZE
 If the environment variable
 .Ev BLOCKSIZE
 is set, and the
-.Fl k, m
+.Fl h, k
 or
-.Fl h
+.Fl m
 options are not specified, the block counts will be displayed in units of
 that block size.
 If
 .Ev BLOCKSIZE
 is not set, and the
-.Fl k, m
+.Fl h, k
 or
-.Fl h
+.Fl m
 options are not specified, the block counts will be displayed in 512-byte
 blocks.
 .El

Modified: head/usr.bin/du/du.c
==
--- head/usr.bin/du/du.cThu Dec  8 23:5

svn commit: r228418 - head/share/man/man5

2011-12-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Dec 11 19:53:11 2011
New Revision: 228418
URL: http://svn.freebsd.org/changeset/base/228418

Log:
  Document the SVN variable needs to be set in make.conf(5) when SVN_UPDATE
  is set.
  
  PR:   163162
  Submitted by: Oliver Hartmann 
  Patch by: Benjamin Kaduk  (original)
  MFC after:1 week

Modified:
  head/share/man/man5/make.conf.5

Modified: head/share/man/man5/make.conf.5
==
--- head/share/man/man5/make.conf.5 Sun Dec 11 19:28:04 2011
(r228417)
+++ head/share/man/man5/make.conf.5 Sun Dec 11 19:53:11 2011
(r228418)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 16, 2011
+.Dd December 11, 2011
 .Dt MAKE.CONF 5
 .Os
 .Sh NAME
@@ -333,6 +333,12 @@ to update your
 .Pa src
 tree with
 .Dq Li "make update" .
+Note that since a subversion client is not included in the base system,
+you will need to set
+.Va SVN
+to the full path of a
+.Xr svn 1
+binary.
 .It Va WWWSUPFILE
 .Pq Vt str
 The www
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r228419 - head/share/man/man5

2011-12-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Dec 11 20:01:37 2011
New Revision: 228419
URL: http://svn.freebsd.org/changeset/base/228419

Log:
  Minor whitespace cleanup to make.conf(5).
  
  MFC after:1 week
  X-MFC-With:   228418

Modified:
  head/share/man/man5/make.conf.5

Modified: head/share/man/man5/make.conf.5
==
--- head/share/man/man5/make.conf.5 Sun Dec 11 19:53:11 2011
(r228418)
+++ head/share/man/man5/make.conf.5 Sun Dec 11 20:01:37 2011
(r228419)
@@ -500,7 +500,7 @@ rather than load the server's kernel.
 .Pq Vt bool
 Defining this and recompiling
 .Pa /usr/src/sys/boot/i386
-will add 
+will add
 .Xr dcons 4
 console driver to
 .Xr loader 8
@@ -640,7 +640,7 @@ The default value is 0640.
 .Pq Vt str
 Additional maps to rebuild when using
 .Pa /etc/mail/Makefile .
-The 
+The
 .Pa access ,
 .Pa bitdomain ,
 .Pa domaintable ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r228823 - in head/usr.bin: ar hexdump rctl

2011-12-22 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Dec 23 00:29:01 2011
New Revision: 228823
URL: http://svn.freebsd.org/changeset/base/228823

Log:
  Formatting fixes:
  
  hexdump/od.1:
   - Enclose tabbed content in quotes [1]
  
  ar/ar.1:
   - Enclose tabbed content in quotes [1]
  
  rctl/rctl.8:
   - Enclose tabbed content in quotes [1]
   - Start a sentence on a newline [2]
  
  Reported by:  manlint [1], igor [2]
  MFC after:1 week
  X-MFC-after:  9.0-RELEASE

Modified:
  head/usr.bin/ar/ar.1
  head/usr.bin/hexdump/od.1
  head/usr.bin/rctl/rctl.8

Modified: head/usr.bin/ar/ar.1
==
--- head/usr.bin/ar/ar.1Fri Dec 23 00:23:37 2011(r228822)
+++ head/usr.bin/ar/ar.1Fri Dec 23 00:29:01 2011(r228823)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 17, 2010
+.Dd December 22, 2011
 .Dt AR 1
 .Os
 .Sh NAME
@@ -414,7 +414,7 @@ character.
 The
 .Dq Li *
 and
-.Dq Li "\;"
+.Dq Li "\&;"
 characters start a comment.
 Comments extend till the end of the line.
 .Pp

Modified: head/usr.bin/hexdump/od.1
==
--- head/usr.bin/hexdump/od.1   Fri Dec 23 00:23:37 2011(r228822)
+++ head/usr.bin/hexdump/od.1   Fri Dec 23 00:29:01 2011(r228823)
@@ -28,7 +28,7 @@
 .\"@(#)od.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd February 18, 2010
+.Dd December 22, 2011
 .Dt OD 1
 .Os
 .Sh NAME
@@ -146,12 +146,12 @@ Named characters
 .Pq Tn ASCII .
 Control characters are displayed using the following names:
 .Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
-.It 000 NUL001 SOH 002 STX 003 ETX 004 EOT 005 ENQ
-.It 006 ACK007 BEL 008 BS  009 HT  00A NL  00B VT
-.It 00C FF 00D CR  00E SO  00F SI  010 DLE 011 DC1
-.It 012 DC2013 DC3 014 DC4 015 NAK 016 SYN 017 ETB
-.It 018 CAN019 EM  01A SUB 01B ESC 01C FS  01D GS
-.It 01E RS 01F US  020 SP  07F DEL
+.It "000 NUL   001 SOH 002 STX 003 ETX 004 EOT 005 ENQ"
+.It "006 ACK   007 BEL 008 BS  009 HT  00A NL  00B VT"
+.It "00C FF00D CR  00E SO  00F SI  010 DLE 011 DC1"
+.It "012 DC2   013 DC3 014 DC4 015 NAK 016 SYN 017 ETB"
+.It "018 CAN   019 EM  01A SUB 01B ESC 01C FS  01D GS"
+.It "01E RS01F US  020 SP  07F DEL"
 .El
 .It Cm c
 Characters in the default character set.

Modified: head/usr.bin/rctl/rctl.8
==
--- head/usr.bin/rctl/rctl.8Fri Dec 23 00:23:37 2011(r228822)
+++ head/usr.bin/rctl/rctl.8Fri Dec 23 00:29:01 2011(r228823)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 14, 2011
+.Dd December 22, 2011
 .Dt RCTL 8
 .Os
 .Sh NAME
@@ -89,8 +89,8 @@ Syntax for a rule is subject:subject-id:
 Subject defines the kind of entity the rule applies to.
 It can be either process, user, login class, or jail.
 .Pp
-Subject ID identifies the subject.  It can be user name,
-numerical user ID, login class name, or jail name.
+Subject ID identifies the subject.
+It can be user name, numerical user ID, login class name, or jail name.
 .Pp
 Resource identifies the resource the rule controls.
 .Pp
@@ -122,35 +122,35 @@ A filter that matches all defined rules 
 .Pp
 .Sh RESOURCES
 .Bl -column -offset 3n "pseudoterminals"
-.It cputimeCPU time, in seconds
-.It datasize   data size, in bytes
-.It stacksize  stack size, in bytes
-.It coredumpsize   core dump size, in bytes
-.It memoryuse  resident set size, in bytes
-.It memorylocked   locked memory, in bytes
-.It maxprocnumber of processes
-.It openfiles  file descriptor table size
-.It vmemoryuse address space limit, in bytes
-.It pseudoterminalsnumber of PTYs
-.It swapuseswap usage, in bytes
-.It nthr   number of threads
-.It msgqqueued number of queued SysV messages
-.It msgqsize   SysV message queue size, in bytes
-.It nmsgq  number of SysV message queues
-.It nsem   number of SysV semaphores
-.It nsemop number of SysV semaphores modified in a single semop(2) 
call
-.It nshm   number of SysV shared memory segments
-.It shmsizeSysV shared memory size, in bytes
-.It wallclock  wallclock time, in seconds
+.It "cputime   CPU time, in seconds"
+.It "datasize  data size, in bytes"
+.It "stacksize stack size, in bytes"
+.It "coredumpsize  core dump size, in bytes"
+.It "memoryuse resident set size, in bytes"
+.It "memorylocked  locked memory, in bytes"
+.It "maxproc   number of processes"
+.It "openfiles file descriptor table size"
+.It "vmemoryuseaddress space limit, in bytes"
+.It "pseudoterminals   number of PTYs"
+.It "swapuse   swap usage, in bytes"
+.It "nthr  number of threads"
+.It "msgqqueued

svn commit: r228824 - head/usr.bin/ar

2011-12-22 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Dec 23 00:31:26 2011
New Revision: 228824
URL: http://svn.freebsd.org/changeset/base/228824

Log:
  Whitespace cleanup:
  
  ar/ar.1:
   - Remove trailing whitespace
  
  Reported by:  igor
  MFC after:1 week
  X-MFC-With:   r228823

Modified:
  head/usr.bin/ar/ar.1

Modified: head/usr.bin/ar/ar.1
==
--- head/usr.bin/ar/ar.1Fri Dec 23 00:29:01 2011(r228823)
+++ head/usr.bin/ar/ar.1Fri Dec 23 00:31:26 2011(r228824)
@@ -198,11 +198,11 @@ from the archive specified by argument
 The archive's symbol table, if present, is updated to reflect
 the new contents of the archive.
 .It Fl D
-When used in combination with the 
+When used in combination with the
 .Fl r
 or
 .Fl q
-option, insert 0's instead of the real mtime, uid and gid values 
+option, insert 0's instead of the real mtime, uid and gid values
 and 0644 instead of file mode from the members named by arguments
 .Ar .
 This ensures that checksums on the resulting archives are reproducible
@@ -531,7 +531,7 @@ using MRI librarian commands, use the fo
 .Bd -literal -offset indent
 create ex.a * specify the output archive
 addmod ex1.o ex2.o  * add modules
-save* save pending changes 
+save* save pending changes
 end * exit the utility
 .Ed
 .Sh DIAGNOSTICS
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r228823 - in head/usr.bin: ar hexdump rctl

2011-12-22 Thread Glen Barber
On Fri, Dec 23, 2011 at 12:29:01AM +, Glen Barber wrote:
>   hexdump/od.1:
>- Enclose tabbed content in quotes [1]

[...]

> Modified: head/usr.bin/ar/ar.1
> ==
> --- head/usr.bin/ar/ar.1  Fri Dec 23 00:23:37 2011(r228822)
> +++ head/usr.bin/ar/ar.1  Fri Dec 23 00:29:01 2011(r228823)
> @@ -23,7 +23,7 @@
>  .\"
>  .\" $FreeBSD$
>  .\"
> -.Dd May 17, 2010
> +.Dd December 22, 2011
>  .Dt AR 1
>  .Os
>  .Sh NAME
> @@ -414,7 +414,7 @@ character.
>  The
>  .Dq Li *
>  and
> -.Dq Li "\;"
> +.Dq Li "\&;"
>  characters start a comment.
>  Comments extend till the end of the line.
>  .Pp
> 

Bah, that should have read "fix an escape character sequence."

Glen



pgpCBiY93k52F.pgp
Description: PGP signature


svn commit: r228885 - head/lib/libc/stdlib

2011-12-25 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Dec 26 03:14:37 2011
New Revision: 228885
URL: http://svn.freebsd.org/changeset/base/228885

Log:
  Add missing opening and closing brackets in getopt_long.3 and getsubopt.3
  to make the examples reflect reality more closely.
  
  MFC after:1 week
  X-MFC-After:  9.0-RELEASE

Modified:
  head/lib/libc/stdlib/getopt_long.3
  head/lib/libc/stdlib/getsubopt.3

Modified: head/lib/libc/stdlib/getopt_long.3
==
--- head/lib/libc/stdlib/getopt_long.3  Mon Dec 26 00:10:42 2011
(r228884)
+++ head/lib/libc/stdlib/getopt_long.3  Mon Dec 26 03:14:37 2011
(r228885)
@@ -31,7 +31,7 @@
 .\" @(#)getopt.3   8.5 (Berkeley) 4/27/95
 .\" $FreeBSD$
 .\"
-.Dd April 1, 2000
+.Dd December 25, 2011
 .Dt GETOPT_LONG 3
 .Os
 .Sh NAME
@@ -239,7 +239,7 @@ static struct option longopts[] = {
 };
 
 bflag = 0;
-while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1)
+while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1) {
switch (ch) {
case 'b':
bflag = 1;
@@ -256,6 +256,7 @@ while ((ch = getopt_long(argc, argv, "bf
break;
default:
usage();
+   }
 }
 argc -= optind;
 argv += optind;

Modified: head/lib/libc/stdlib/getsubopt.3
==
--- head/lib/libc/stdlib/getsubopt.3Mon Dec 26 00:10:42 2011
(r228884)
+++ head/lib/libc/stdlib/getsubopt.3Mon Dec 26 03:14:37 2011
(r228885)
@@ -28,7 +28,7 @@
 .\" @(#)getsubopt.38.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd June 9, 1993
+.Dd December 25, 2011
 .Dt GETSUBOPT 3
 .Os
 .Sh NAME
@@ -131,9 +131,11 @@ while ((ch = getopt(argc, argv, "ab:")) 
else
error("missing sub option");
break;
+   }
}
break;
}
+}
 .Ed
 .Sh SEE ALSO
 .Xr getopt 3 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r228990 - in head/usr.sbin: IPXrouted adduser bluetooth/btpand bluetooth/sdpd bootparamd/bootparamd bsnmpd/modules/snmp_bridge bsnmpd/modules/snmp_hostres bsnmpd/modules/snmp_wlan bsnm

2011-12-30 Thread Glen Barber
On Fri, Dec 30, 2011 at 07:54:44PM +, Alexey Dokuchaev wrote:
> On Fri, Dec 30, 2011 at 02:43:22PM -0500, Ben Kaduk wrote:
> > On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein  wrote:
> > > -                * is 11 bit wide that gives us upto 2048 chunks.
> > > +                * is 11 bit wide that gives us up to 2048 chunks.
> > 
> > Should be "11 bits", no?
> 
> I'm not a native speaker, but I think "11 bit wide" is correct here.  I
> could have probably got into specifics, but simple googling for "16 ton shit
> dropped on me" yielded 525M results, while the same phrase with "tons" only
> 18,9M.  :-^
> 

Considering the full context, maybe it would be better written as:

rsp_cs is an 11 bit wide field that gives ...

Glen



pgpH0KgCuIWRV.pgp
Description: PGP signature


svn commit: r229320 - stable/9/share/man/man5

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:11:08 2012
New Revision: 229320
URL: http://svn.freebsd.org/changeset/base/229320

Log:
  MFC r228418, 228419:
  
  r228418:
   - Document the SVN variable needs to be set in make.conf(5) when
 SVN_UPDATE is set [1]
  
  r228419:
   - Minor whitespace cleanup to make.conf(5)
  
  PR:   163162 [1]

Modified:
  stable/9/share/man/man5/make.conf.5
Directory Properties:
  stable/9/share/man/man5/   (props changed)

Modified: stable/9/share/man/man5/make.conf.5
==
--- stable/9/share/man/man5/make.conf.5 Mon Jan  2 21:57:58 2012
(r229319)
+++ stable/9/share/man/man5/make.conf.5 Mon Jan  2 22:11:08 2012
(r229320)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 16, 2011
+.Dd December 11, 2011
 .Dt MAKE.CONF 5
 .Os
 .Sh NAME
@@ -333,6 +333,12 @@ to update your
 .Pa src
 tree with
 .Dq Li "make update" .
+Note that since a subversion client is not included in the base system,
+you will need to set
+.Va SVN
+to the full path of a
+.Xr svn 1
+binary.
 .It Va WWWSUPFILE
 .Pq Vt str
 The www
@@ -494,7 +500,7 @@ rather than load the server's kernel.
 .Pq Vt bool
 Defining this and recompiling
 .Pa /usr/src/sys/boot/i386
-will add 
+will add
 .Xr dcons 4
 console driver to
 .Xr loader 8
@@ -634,7 +640,7 @@ The default value is 0640.
 .Pq Vt str
 Additional maps to rebuild when using
 .Pa /etc/mail/Makefile .
-The 
+The
 .Pa access ,
 .Pa bitdomain ,
 .Pa domaintable ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229321 - stable/8/share/man/man5

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:12:10 2012
New Revision: 229321
URL: http://svn.freebsd.org/changeset/base/229321

Log:
  MFC r228419:
  
  r228419:
   - Minor whitespace cleanup to make.conf(5)

Modified:
  stable/8/share/man/man5/make.conf.5
Directory Properties:
  stable/8/share/man/man5/   (props changed)

Modified: stable/8/share/man/man5/make.conf.5
==
--- stable/8/share/man/man5/make.conf.5 Mon Jan  2 22:11:08 2012
(r229320)
+++ stable/8/share/man/man5/make.conf.5 Mon Jan  2 22:12:10 2012
(r229321)
@@ -479,7 +479,7 @@ rather than load the server's kernel.
 .Pq Vt bool
 Defining this and recompiling
 .Pa /usr/src/sys/boot/i386
-will add 
+will add
 .Xr dcons 4
 console driver to
 .Xr loader 8
@@ -619,7 +619,7 @@ The default value is 0640.
 .Pq Vt str
 Additional maps to rebuild when using
 .Pa /etc/mail/Makefile .
-The 
+The
 .Pa access ,
 .Pa bitdomain ,
 .Pa domaintable ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229322 - stable/7/share/man/man5

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:12:36 2012
New Revision: 229322
URL: http://svn.freebsd.org/changeset/base/229322

Log:
  MFC r228419:
  
  r228419:
   - Minor whitespace cleanup to make.conf(5)

Modified:
  stable/7/share/man/man5/make.conf.5
Directory Properties:
  stable/7/share/man/man5/   (props changed)

Modified: stable/7/share/man/man5/make.conf.5
==
--- stable/7/share/man/man5/make.conf.5 Mon Jan  2 22:12:10 2012
(r229321)
+++ stable/7/share/man/man5/make.conf.5 Mon Jan  2 22:12:36 2012
(r229322)
@@ -467,7 +467,7 @@ rather than load the server's kernel.
 .Pq Vt bool
 Defining this and recompiling
 .Pa /usr/src/sys/boot/i386
-will add 
+will add
 .Xr dcons 4
 console driver to
 .Xr loader 8
@@ -607,7 +607,7 @@ The default value is 0640.
 .Pq Vt str
 Additional maps to rebuild when using
 .Pa /etc/mail/Makefile .
-The 
+The
 .Pa access ,
 .Pa bitdomain ,
 .Pa domaintable ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229323 - stable/9/usr.bin/ar

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:15:32 2012
New Revision: 229323
URL: http://svn.freebsd.org/changeset/base/229323

Log:
  MFC r228823, r228824:
  
  r228823:
   - Properly escape a special character
   - Enclose tabbed content in quotes
  
  r228824:
   - Remove trailing whitespace

Modified:
  stable/9/usr.bin/ar/ar.1
Directory Properties:
  stable/9/usr.bin/ar/   (props changed)

Modified: stable/9/usr.bin/ar/ar.1
==
--- stable/9/usr.bin/ar/ar.1Mon Jan  2 22:12:36 2012(r229322)
+++ stable/9/usr.bin/ar/ar.1Mon Jan  2 22:15:32 2012(r229323)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 17, 2010
+.Dd December 22, 2011
 .Dt AR 1
 .Os
 .Sh NAME
@@ -198,11 +198,11 @@ from the archive specified by argument
 The archive's symbol table, if present, is updated to reflect
 the new contents of the archive.
 .It Fl D
-When used in combination with the 
+When used in combination with the
 .Fl r
 or
 .Fl q
-option, insert 0's instead of the real mtime, uid and gid values 
+option, insert 0's instead of the real mtime, uid and gid values
 and 0644 instead of file mode from the members named by arguments
 .Ar .
 This ensures that checksums on the resulting archives are reproducible
@@ -414,7 +414,7 @@ character.
 The
 .Dq Li *
 and
-.Dq Li "\;"
+.Dq Li "\&;"
 characters start a comment.
 Comments extend till the end of the line.
 .Pp
@@ -531,7 +531,7 @@ using MRI librarian commands, use the fo
 .Bd -literal -offset indent
 create ex.a * specify the output archive
 addmod ex1.o ex2.o  * add modules
-save* save pending changes 
+save* save pending changes
 end * exit the utility
 .Ed
 .Sh DIAGNOSTICS
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229324 - stable/9/usr.bin/hexdump

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:18:07 2012
New Revision: 229324
URL: http://svn.freebsd.org/changeset/base/229324

Log:
  MFC r228823:
  
  r228823:
   - Enclose tabbed content in quotes

Modified:
  stable/9/usr.bin/hexdump/od.1
Directory Properties:
  stable/9/usr.bin/hexdump/   (props changed)

Modified: stable/9/usr.bin/hexdump/od.1
==
--- stable/9/usr.bin/hexdump/od.1   Mon Jan  2 22:15:32 2012
(r229323)
+++ stable/9/usr.bin/hexdump/od.1   Mon Jan  2 22:18:07 2012
(r229324)
@@ -28,7 +28,7 @@
 .\"@(#)od.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd February 18, 2010
+.Dd December 22, 2011
 .Dt OD 1
 .Os
 .Sh NAME
@@ -146,12 +146,12 @@ Named characters
 .Pq Tn ASCII .
 Control characters are displayed using the following names:
 .Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
-.It 000 NUL001 SOH 002 STX 003 ETX 004 EOT 005 ENQ
-.It 006 ACK007 BEL 008 BS  009 HT  00A NL  00B VT
-.It 00C FF 00D CR  00E SO  00F SI  010 DLE 011 DC1
-.It 012 DC2013 DC3 014 DC4 015 NAK 016 SYN 017 ETB
-.It 018 CAN019 EM  01A SUB 01B ESC 01C FS  01D GS
-.It 01E RS 01F US  020 SP  07F DEL
+.It "000 NUL   001 SOH 002 STX 003 ETX 004 EOT 005 ENQ"
+.It "006 ACK   007 BEL 008 BS  009 HT  00A NL  00B VT"
+.It "00C FF00D CR  00E SO  00F SI  010 DLE 011 DC1"
+.It "012 DC2   013 DC3 014 DC4 015 NAK 016 SYN 017 ETB"
+.It "018 CAN   019 EM  01A SUB 01B ESC 01C FS  01D GS"
+.It "01E RS01F US  020 SP  07F DEL"
 .El
 .It Cm c
 Characters in the default character set.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229325 - stable/8/usr.bin/hexdump

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:19:11 2012
New Revision: 229325
URL: http://svn.freebsd.org/changeset/base/229325

Log:
  MFC r209035, r228823:
  
  r209035 (uqs):
   - Use same table markup as in hexdump.1
  
  r228823:
   - Enclose tabbed content in quotes

Modified:
  stable/8/usr.bin/hexdump/od.1
Directory Properties:
  stable/8/usr.bin/hexdump/   (props changed)

Modified: stable/8/usr.bin/hexdump/od.1
==
--- stable/8/usr.bin/hexdump/od.1   Mon Jan  2 22:18:07 2012
(r229324)
+++ stable/8/usr.bin/hexdump/od.1   Mon Jan  2 22:19:11 2012
(r229325)
@@ -32,7 +32,7 @@
 .\"@(#)od.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd February 18, 2010
+.Dd December 22, 2011
 .Dt OD 1
 .Os
 .Sh NAME
@@ -151,11 +151,11 @@ Named characters
 Control characters are displayed using the following names:
 .Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
 .It "000 NUL   001 SOH 002 STX 003 ETX 004 EOT 005 ENQ"
-.It "006 ACK   007 BEL 008 BS  009 HT  00a NL  00b VT"
-.It "00c FF00d CR  00e SO  00f SI  010 DLE 011 DC1"
+.It "006 ACK   007 BEL 008 BS  009 HT  00A NL  00B VT"
+.It "00C FF00D CR  00E SO  00F SI  010 DLE 011 DC1"
 .It "012 DC2   013 DC3 014 DC4 015 NAK 016 SYN 017 ETB"
-.It "018 CAN   019 EM  01a SUB 01b ESC 01c FS  01d GS"
-.It "01e RS01f US  020 SP  07f DEL"
+.It "018 CAN   019 EM  01A SUB 01B ESC 01C FS  01D GS"
+.It "01E RS01F US  020 SP  07F DEL"
 .El
 .It Cm c
 Characters in the default character set.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229326 - stable/7/usr.bin/hexdump

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:19:55 2012
New Revision: 229326
URL: http://svn.freebsd.org/changeset/base/229326

Log:
  MFC r209035, r228823:
  
  r209035 (uqs):
   - Use same table markup as in hexdump.1
  
  r228823:
   - Enclose tabbed content in quotes

Modified:
  stable/7/usr.bin/hexdump/od.1
Directory Properties:
  stable/7/usr.bin/hexdump/   (props changed)

Modified: stable/7/usr.bin/hexdump/od.1
==
--- stable/7/usr.bin/hexdump/od.1   Mon Jan  2 22:19:11 2012
(r229325)
+++ stable/7/usr.bin/hexdump/od.1   Mon Jan  2 22:19:55 2012
(r229326)
@@ -32,7 +32,7 @@
 .\"@(#)od.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd February 18, 2010
+.Dd December 22, 2011
 .Os
 .Dt OD 1
 .Sh NAME
@@ -151,11 +151,11 @@ Named characters
 Control characters are displayed using the following names:
 .Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
 .It "000 NUL   001 SOH 002 STX 003 ETX 004 EOT 005 ENQ"
-.It "006 ACK   007 BEL 008 BS  009 HT  00a NL  00b VT"
-.It "00c FF00d CR  00e SO  00f SI  010 DLE 011 DC1"
+.It "006 ACK   007 BEL 008 BS  009 HT  00A NL  00B VT"
+.It "00C FF00D CR  00E SO  00F SI  010 DLE 011 DC1"
 .It "012 DC2   013 DC3 014 DC4 015 NAK 016 SYN 017 ETB"
-.It "018 CAN   019 EM  01a SUB 01b ESC 01c FS  01d GS"
-.It "01e RS01f US  020 SP  07f DEL"
+.It "018 CAN   019 EM  01A SUB 01B ESC 01C FS  01D GS"
+.It "01E RS01F US  020 SP  07F DEL"
 .El
 .It Cm c
 Characters in the default character set.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229327 - stable/8/usr.bin/ar

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:22:19 2012
New Revision: 229327
URL: http://svn.freebsd.org/changeset/base/229327

Log:
  MFC r228823, r228824:
  
  r228823:
   - Properly escape a special character
   - Enclose tabbed content in quotes
  
  r228824:
   - Remove trailing whitespace

Modified:
  stable/8/usr.bin/ar/ar.1
Directory Properties:
  stable/8/usr.bin/ar/   (props changed)

Modified: stable/8/usr.bin/ar/ar.1
==
--- stable/8/usr.bin/ar/ar.1Mon Jan  2 22:19:55 2012(r229326)
+++ stable/8/usr.bin/ar/ar.1Mon Jan  2 22:22:19 2012(r229327)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 17, 2010
+.Dd December 22, 2011
 .Dt AR 1
 .Os
 .Sh NAME
@@ -198,11 +198,11 @@ from the archive specified by argument
 The archive's symbol table, if present, is updated to reflect
 the new contents of the archive.
 .It Fl D
-When used in combination with the 
+When used in combination with the
 .Fl r
 or
 .Fl q
-option, insert 0's instead of the real mtime, uid and gid values 
+option, insert 0's instead of the real mtime, uid and gid values
 and 0644 instead of file mode from the members named by arguments
 .Ar .
 This ensures that checksums on the resulting archives are reproducible
@@ -414,7 +414,7 @@ character.
 The
 .Dq Li *
 and
-.Dq Li "\;"
+.Dq Li "\&;"
 characters start a comment.
 Comments extend till the end of the line.
 .Pp
@@ -531,7 +531,7 @@ using MRI librarian commands, use the fo
 .Bd -literal -offset indent
 create ex.a * specify the output archive
 addmod ex1.o ex2.o  * add modules
-save* save pending changes 
+save* save pending changes
 end * exit the utility
 .Ed
 .Sh DIAGNOSTICS
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229328 - stable/9/usr.bin/rctl

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:23:26 2012
New Revision: 229328
URL: http://svn.freebsd.org/changeset/base/229328

Log:
  MFC r228823:
  
  r228823:
   - Enclose tabbed content in quote
   - Start a sentence on a newline

Modified:
  stable/9/usr.bin/rctl/rctl.8
Directory Properties:
  stable/9/usr.bin/rctl/   (props changed)

Modified: stable/9/usr.bin/rctl/rctl.8
==
--- stable/9/usr.bin/rctl/rctl.8Mon Jan  2 22:22:19 2012
(r229327)
+++ stable/9/usr.bin/rctl/rctl.8Mon Jan  2 22:23:26 2012
(r229328)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 14, 2011
+.Dd December 22, 2011
 .Dt RCTL 8
 .Os
 .Sh NAME
@@ -89,8 +89,8 @@ Syntax for a rule is subject:subject-id:
 Subject defines the kind of entity the rule applies to.
 It can be either process, user, login class, or jail.
 .Pp
-Subject ID identifies the subject.  It can be user name,
-numerical user ID, login class name, or jail name.
+Subject ID identifies the subject.
+It can be user name, numerical user ID, login class name, or jail name.
 .Pp
 Resource identifies the resource the rule controls.
 .Pp
@@ -122,35 +122,35 @@ A filter that matches all defined rules 
 .Pp
 .Sh RESOURCES
 .Bl -column -offset 3n "pseudoterminals"
-.It cputimeCPU time, in seconds
-.It datasize   data size, in bytes
-.It stacksize  stack size, in bytes
-.It coredumpsize   core dump size, in bytes
-.It memoryuse  resident set size, in bytes
-.It memorylocked   locked memory, in bytes
-.It maxprocnumber of processes
-.It openfiles  file descriptor table size
-.It vmemoryuse address space limit, in bytes
-.It pseudoterminalsnumber of PTYs
-.It swapuseswap usage, in bytes
-.It nthr   number of threads
-.It msgqqueued number of queued SysV messages
-.It msgqsize   SysV message queue size, in bytes
-.It nmsgq  number of SysV message queues
-.It nsem   number of SysV semaphores
-.It nsemop number of SysV semaphores modified in a single semop(2) 
call
-.It nshm   number of SysV shared memory segments
-.It shmsizeSysV shared memory size, in bytes
-.It wallclock  wallclock time, in seconds
+.It "cputime   CPU time, in seconds"
+.It "datasize  data size, in bytes"
+.It "stacksize stack size, in bytes"
+.It "coredumpsize  core dump size, in bytes"
+.It "memoryuse resident set size, in bytes"
+.It "memorylocked  locked memory, in bytes"
+.It "maxproc   number of processes"
+.It "openfiles file descriptor table size"
+.It "vmemoryuseaddress space limit, in bytes"
+.It "pseudoterminals   number of PTYs"
+.It "swapuse   swap usage, in bytes"
+.It "nthr  number of threads"
+.It "msgqqueuednumber of queued SysV messages"
+.It "msgqsize  SysV message queue size, in bytes"
+.It "nmsgq number of SysV message queues"
+.It "nsem  number of SysV semaphores"
+.It "nsemopnumber of SysV semaphores modified in a single semop(2) 
call"
+.It "nshm  number of SysV shared memory segments"
+.It "shmsize   SysV shared memory size, in bytes"
+.It "wallclock wallclock time, in seconds"
 .El
 .Pp
 .Sh ACTIONS
 .Bl -column -offset 3n "pseudoterminals"
-.It deny   deny the allocation; not supported for cpu and wallclock
-.It loglog a warning to the console
-.It devctl send notification to
+.It "deny  deny the allocation; not supported for cpu and wallclock"
+.It "log   log a warning to the console"
+.It "devctlsend notification to"
 .Xr devd 8
-.It sig*   e.g. sigterm; send a signal to the offending process
+.It "sig*  e.g. sigterm; send a signal to the offending process"
 .El
 .Pp
 See
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229329 - stable/9/lib/libc/stdlib

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:25:21 2012
New Revision: 229329
URL: http://svn.freebsd.org/changeset/base/229329

Log:
  MFC r228885:
  
  r228885:
   - Add missing opening and closing brackets in getopt_long.3 and
 getsubopt.3 to make the examples reflect reality more closely.

Modified:
  stable/9/lib/libc/stdlib/getopt_long.3
  stable/9/lib/libc/stdlib/getsubopt.3
Directory Properties:
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/stdlib/getopt_long.3
==
--- stable/9/lib/libc/stdlib/getopt_long.3  Mon Jan  2 22:23:26 2012
(r229328)
+++ stable/9/lib/libc/stdlib/getopt_long.3  Mon Jan  2 22:25:21 2012
(r229329)
@@ -31,7 +31,7 @@
 .\" @(#)getopt.3   8.5 (Berkeley) 4/27/95
 .\" $FreeBSD$
 .\"
-.Dd April 1, 2000
+.Dd December 25, 2011
 .Dt GETOPT_LONG 3
 .Os
 .Sh NAME
@@ -239,7 +239,7 @@ static struct option longopts[] = {
 };
 
 bflag = 0;
-while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1)
+while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1) {
switch (ch) {
case 'b':
bflag = 1;
@@ -256,6 +256,7 @@ while ((ch = getopt_long(argc, argv, "bf
break;
default:
usage();
+   }
 }
 argc -= optind;
 argv += optind;

Modified: stable/9/lib/libc/stdlib/getsubopt.3
==
--- stable/9/lib/libc/stdlib/getsubopt.3Mon Jan  2 22:23:26 2012
(r229328)
+++ stable/9/lib/libc/stdlib/getsubopt.3Mon Jan  2 22:25:21 2012
(r229329)
@@ -28,7 +28,7 @@
 .\" @(#)getsubopt.38.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd June 9, 1993
+.Dd December 25, 2011
 .Dt GETSUBOPT 3
 .Os
 .Sh NAME
@@ -131,9 +131,11 @@ while ((ch = getopt(argc, argv, "ab:")) 
else
error("missing sub option");
break;
+   }
}
break;
}
+}
 .Ed
 .Sh SEE ALSO
 .Xr getopt 3 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229330 - stable/8/lib/libc/stdlib

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:25:54 2012
New Revision: 229330
URL: http://svn.freebsd.org/changeset/base/229330

Log:
  MFC r228885:
  
  r228885:
   - Add missing opening and closing brackets in getopt_long.3 and
 getsubopt.3 to make the examples reflect reality more closely.

Modified:
  stable/8/lib/libc/stdlib/getopt_long.3
  stable/8/lib/libc/stdlib/getsubopt.3
Directory Properties:
  stable/8/lib/libc/   (props changed)

Modified: stable/8/lib/libc/stdlib/getopt_long.3
==
--- stable/8/lib/libc/stdlib/getopt_long.3  Mon Jan  2 22:25:21 2012
(r229329)
+++ stable/8/lib/libc/stdlib/getopt_long.3  Mon Jan  2 22:25:54 2012
(r229330)
@@ -31,7 +31,7 @@
 .\" @(#)getopt.3   8.5 (Berkeley) 4/27/95
 .\" $FreeBSD$
 .\"
-.Dd April 1, 2000
+.Dd December 25, 2011
 .Dt GETOPT_LONG 3
 .Os
 .Sh NAME
@@ -239,7 +239,7 @@ static struct option longopts[] = {
 };
 
 bflag = 0;
-while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1)
+while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1) {
switch (ch) {
case 'b':
bflag = 1;
@@ -256,6 +256,7 @@ while ((ch = getopt_long(argc, argv, "bf
break;
default:
usage();
+   }
 }
 argc -= optind;
 argv += optind;

Modified: stable/8/lib/libc/stdlib/getsubopt.3
==
--- stable/8/lib/libc/stdlib/getsubopt.3Mon Jan  2 22:25:21 2012
(r229329)
+++ stable/8/lib/libc/stdlib/getsubopt.3Mon Jan  2 22:25:54 2012
(r229330)
@@ -28,7 +28,7 @@
 .\" @(#)getsubopt.38.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd June 9, 1993
+.Dd December 25, 2011
 .Dt GETSUBOPT 3
 .Os
 .Sh NAME
@@ -131,9 +131,11 @@ while ((ch = getopt(argc, argv, "ab:")) 
else
error("missing sub option");
break;
+   }
}
break;
}
+}
 .Ed
 .Sh SEE ALSO
 .Xr getopt 3 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229331 - stable/7/lib/libc/stdlib

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 22:26:26 2012
New Revision: 229331
URL: http://svn.freebsd.org/changeset/base/229331

Log:
  MFC r228885:
  
  r228885:
   - Add missing opening and closing brackets in getopt_long.3 and
 getsubopt.3 to make the examples reflect reality more closely.

Modified:
  stable/7/lib/libc/stdlib/getopt_long.3
  stable/7/lib/libc/stdlib/getsubopt.3
Directory Properties:
  stable/7/lib/libc/   (props changed)

Modified: stable/7/lib/libc/stdlib/getopt_long.3
==
--- stable/7/lib/libc/stdlib/getopt_long.3  Mon Jan  2 22:25:54 2012
(r229330)
+++ stable/7/lib/libc/stdlib/getopt_long.3  Mon Jan  2 22:26:26 2012
(r229331)
@@ -31,7 +31,7 @@
 .\" @(#)getopt.3   8.5 (Berkeley) 4/27/95
 .\" $FreeBSD$
 .\"
-.Dd April 1, 2000
+.Dd December 25, 2011
 .Dt GETOPT_LONG 3
 .Os
 .Sh NAME
@@ -239,7 +239,7 @@ static struct option longopts[] = {
 };
 
 bflag = 0;
-while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1)
+while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1) {
switch (ch) {
case 'b':
bflag = 1;
@@ -256,6 +256,7 @@ while ((ch = getopt_long(argc, argv, "bf
break;
default:
usage();
+   }
 }
 argc -= optind;
 argv += optind;

Modified: stable/7/lib/libc/stdlib/getsubopt.3
==
--- stable/7/lib/libc/stdlib/getsubopt.3Mon Jan  2 22:25:54 2012
(r229330)
+++ stable/7/lib/libc/stdlib/getsubopt.3Mon Jan  2 22:26:26 2012
(r229331)
@@ -28,7 +28,7 @@
 .\" @(#)getsubopt.38.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd June 9, 1993
+.Dd December 25, 2011
 .Dt GETSUBOPT 3
 .Os
 .Sh NAME
@@ -131,9 +131,11 @@ while ((ch = getopt(argc, argv, "ab:")) 
else
error("missing sub option");
break;
+   }
}
break;
}
+}
 .Ed
 .Sh SEE ALSO
 .Xr getopt 3 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r229340 - stable/9/usr.bin/du

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 23:43:16 2012
New Revision: 229340
URL: http://svn.freebsd.org/changeset/base/229340

Log:
  MFC r228356:
  
  r228356:
   - Update du(1):
 - Sort arguments alphabetically where appropriate
 - '-B blocksize' is not mutually exclusive of '-h|-k|-m'
 - Mention '-t' in synopsis
 - Other wording improvements
 - Update usage() output to reflect the new synopsis
 - Other miscellaneous improvements
  
  PR:   162438

Modified:
  stable/9/usr.bin/du/du.1
  stable/9/usr.bin/du/du.c
Directory Properties:
  stable/9/usr.bin/du/   (props changed)

Modified: stable/9/usr.bin/du/du.1
==
--- stable/9/usr.bin/du/du.1Mon Jan  2 23:43:08 2012(r229339)
+++ stable/9/usr.bin/du/du.1Mon Jan  2 23:43:16 2012(r229340)
@@ -28,7 +28,7 @@
 .\"@(#)du.18.2 (Berkeley) 4/1/94
 .\" $FreeBSD$
 .\"
-.Dd November 6, 2008
+.Dd December 8, 2011
 .Dt DU 1
 .Os
 .Sh NAME
@@ -36,15 +36,13 @@
 .Nd display disk usage statistics
 .Sh SYNOPSIS
 .Nm
-.Op Fl A
+.Op Fl Aclnx
 .Op Fl H | L | P
-.Op Fl a | s | d Ar depth | Fl t Ar threshold
-.Op Fl c
-.Op Fl l
-.Op Fl h | k | m | B Ar blocksize
-.Op Fl n
-.Op Fl x
+.Op Fl h | k | m
+.Op Fl a | s | d Ar depth
+.Op Fl B Ar blocksize
 .Op Fl I Ar mask
+.Op Fl t Ar threshold
 .Op Ar
 .Sh DESCRIPTION
 The
@@ -65,7 +63,9 @@ Calculate block counts in
 .Ar blocksize
 byte blocks.
 This is different from the
-.Fl k, m
+.Fl h, k
+and
+.Fl  m
 options or setting
 .Ev BLOCKSIZE
 and gives an estimate of how much space the examined file hierarchy would
@@ -79,48 +79,31 @@ is rounded up to the next multiple of 51
 .It Fl H
 Symbolic links on the command line are followed, symbolic links in file
 hierarchies are not followed.
-.It Fl L
-Symbolic links on the command line and in file hierarchies are followed.
 .It Fl I Ar mask
 Ignore files and directories matching the specified
 .Ar mask .
+.It Fl L
+Symbolic links on the command line and in file hierarchies are followed.
 .It Fl P
 No symbolic links are followed.
 This is the default.
 .It Fl a
 Display an entry for each file in a file hierarchy.
-.It Fl h
-"Human-readable" output.
-Use unit suffixes: Byte, Kilobyte, Megabyte,
-Gigabyte, Terabyte and Petabyte.
-.It Fl r
-Generate messages about directories that cannot be read, files
-that cannot be opened, and so on.
-This is the default case.
-This option exists solely for conformance with
-.St -xpg4 .
-.It Fl s
-Display an entry for each specified file.
-(Equivalent to
-.Fl d Li 0 )
-.It Fl t Ar threshold
-Display only entries for which size exceeds
-.Ar threshold .
-If
-.Ar threshold
-is negative, display only entries for which size is less than the absolute
-value of
-.Ar threshold .
+.It Fl c
+Display a grand total.
 .It Fl d Ar depth
 Display an entry for all files and directories
 .Ar depth
 directories deep.
-.It Fl c
-Display a grand total.
+.It Fl h
+.Dq Human-readable
+output.
+Use unit suffixes: Byte, Kilobyte, Megabyte,
+Gigabyte, Terabyte and Petabyte.
 .It Fl k
 Display block counts in 1024-byte (1-Kbyte) blocks.
 .It Fl l
-If a file has multiple hard links, count its size many times.
+If a file has multiple hard links, count its size multiple times.
 The default behavior of
 .Nm
 is to count files with multiple hard links only once.
@@ -136,6 +119,24 @@ Ignore files and directories with user
 flag
 .Pq Dv UF_NODUMP
 set.
+.It Fl r
+Generate messages about directories that cannot be read, files
+that cannot be opened, and so on.
+This is the default case.
+This option exists solely for conformance with
+.St -xpg4 .
+.It Fl s
+Display an entry for each specified file.
+(Equivalent to
+.Fl d Li 0 )
+.It Fl t Ar threshold
+Display only entries for which size exceeds
+.Ar threshold .
+If
+.Ar threshold
+is negative, display only entries for which size is less than the absolute
+value of
+.Ar threshold .
 .It Fl x
 File system mount points are not traversed.
 .El
@@ -152,25 +153,32 @@ If either the
 .Fl H
 or
 .Fl L
-options are specified, storage used by any symbolic links which are
-followed is not counted or displayed.
+option is specified, storage used by any symbolic links which are
+followed is not counted (or displayed).
+.Pp
+The
+.Fl h, k
+and
+.Fl m
+options all override each other; the last one specified determines
+the block counts used.
 .Sh ENVIRONMENT
 .Bl -tag -width BLOCKSIZE
 .It Ev BLOCKSIZE
 If the environment variable
 .Ev BLOCKSIZE
 is set, and the
-.Fl k, m
+.Fl h, k
 or
-.Fl h
+.Fl m
 options are not specified, the block counts will be displayed in units of
 that block size.
 If
 .Ev BLOCKSIZE
 is not set, and the
-.Fl k, m
+.Fl h, k
 or
-.Fl h
+.Fl m
 options are not specified, the block counts will be displayed in 512-byte
 blocks.
 .El

Modified: stable/9/usr.bin/du/du.c
==
--- stable/9/usr.bin/du/du.cMon Jan  2 23:43

svn commit: r229343 - stable/8/usr.bin/du

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan  2 23:44:07 2012
New Revision: 229343
URL: http://svn.freebsd.org/changeset/base/229343

Log:
  MFC r210993, r228356:
  
  r210933 (joel):
   - Fix typos and spelling mistakes
  
  r228356: [3]
   - Update du(1):
 - Sort arguments alphabetically where appropriate
 - '-B blocksize' is not mutually exclusive of '-h|-k|-m'
 - Mention '-t' in synopsis
 - Other wording improvements
 - Update usage() output to reflect the new synopsis
 - Other miscellaneous improvements
  
  PR: 162438 [3]

Modified:
  stable/8/usr.bin/du/du.1
  stable/8/usr.bin/du/du.c
Directory Properties:
  stable/8/usr.bin/du/   (props changed)

Modified: stable/8/usr.bin/du/du.1
==
--- stable/8/usr.bin/du/du.1Mon Jan  2 23:43:45 2012(r229342)
+++ stable/8/usr.bin/du/du.1Mon Jan  2 23:44:07 2012(r229343)
@@ -32,7 +32,7 @@
 .\"@(#)du.18.2 (Berkeley) 4/1/94
 .\" $FreeBSD$
 .\"
-.Dd November 6, 2008
+.Dd December 8, 2011
 .Dt DU 1
 .Os
 .Sh NAME
@@ -40,15 +40,13 @@
 .Nd display disk usage statistics
 .Sh SYNOPSIS
 .Nm
-.Op Fl A
+.Op Fl Aclnx
 .Op Fl H | L | P
-.Op Fl a | s | d Ar depth | Fl t Ar threshold
-.Op Fl c
-.Op Fl l
-.Op Fl h | k | m | B Ar blocksize
-.Op Fl n
-.Op Fl x
+.Op Fl h | k | m
+.Op Fl a | s | d Ar depth
+.Op Fl B Ar blocksize
 .Op Fl I Ar mask
+.Op Fl t Ar threshold
 .Op Ar
 .Sh DESCRIPTION
 The
@@ -69,10 +67,12 @@ Calculate block counts in
 .Ar blocksize
 byte blocks.
 This is different from the
-.Fl k, m
+.Fl h, k
+and
+.Fl  m
 options or setting
 .Ev BLOCKSIZE
-and gives an estimate of how much space the examined file hierachy would
+and gives an estimate of how much space the examined file hierarchy would
 require on a filesystem with the given
 .Ar blocksize .
 Unless in
@@ -83,48 +83,31 @@ is rounded up to the next multiple of 51
 .It Fl H
 Symbolic links on the command line are followed, symbolic links in file
 hierarchies are not followed.
-.It Fl L
-Symbolic links on the command line and in file hierarchies are followed.
 .It Fl I Ar mask
 Ignore files and directories matching the specified
 .Ar mask .
+.It Fl L
+Symbolic links on the command line and in file hierarchies are followed.
 .It Fl P
 No symbolic links are followed.
 This is the default.
 .It Fl a
 Display an entry for each file in a file hierarchy.
-.It Fl h
-"Human-readable" output.
-Use unit suffixes: Byte, Kilobyte, Megabyte,
-Gigabyte, Terabyte and Petabyte.
-.It Fl r
-Generate messages about directories that cannot be read, files
-that cannot be opened, and so on.
-This is the default case.
-This option exists solely for conformance with
-.St -xpg4 .
-.It Fl s
-Display an entry for each specified file.
-(Equivalent to
-.Fl d Li 0 )
-.It Fl t Ar threshold
-Display only entries for which size exceeds
-.Ar threshold .
-If
-.Ar threshold
-is negative, display only entries for which size is less than the absolute
-value of
-.Ar threshold .
+.It Fl c
+Display a grand total.
 .It Fl d Ar depth
 Display an entry for all files and directories
 .Ar depth
 directories deep.
-.It Fl c
-Display a grand total.
+.It Fl h
+.Dq Human-readable
+output.
+Use unit suffixes: Byte, Kilobyte, Megabyte,
+Gigabyte, Terabyte and Petabyte.
 .It Fl k
 Display block counts in 1024-byte (1-Kbyte) blocks.
 .It Fl l
-If a file has multiple hard links, count its size many times.
+If a file has multiple hard links, count its size multiple times.
 The default behavior of
 .Nm
 is to count files with multiple hard links only once.
@@ -140,6 +123,24 @@ Ignore files and directories with user
 flag
 .Pq Dv UF_NODUMP
 set.
+.It Fl r
+Generate messages about directories that cannot be read, files
+that cannot be opened, and so on.
+This is the default case.
+This option exists solely for conformance with
+.St -xpg4 .
+.It Fl s
+Display an entry for each specified file.
+(Equivalent to
+.Fl d Li 0 )
+.It Fl t Ar threshold
+Display only entries for which size exceeds
+.Ar threshold .
+If
+.Ar threshold
+is negative, display only entries for which size is less than the absolute
+value of
+.Ar threshold .
 .It Fl x
 File system mount points are not traversed.
 .El
@@ -156,25 +157,32 @@ If either the
 .Fl H
 or
 .Fl L
-options are specified, storage used by any symbolic links which are
-followed is not counted or displayed.
+option is specified, storage used by any symbolic links which are
+followed is not counted (or displayed).
+.Pp
+The
+.Fl h, k
+and
+.Fl m
+options all override each other; the last one specified determines
+the block counts used.
 .Sh ENVIRONMENT
 .Bl -tag -width BLOCKSIZE
 .It Ev BLOCKSIZE
 If the environment variable
 .Ev BLOCKSIZE
 is set, and the
-.Fl k, m
+.Fl h, k
 or
-.Fl h
+.Fl m
 options are not specified, the block counts will be displayed in units of
 that block size.
 If
 .Ev BLOCKSIZE
 is not set, and the
-.Fl k, m
+.Fl h, k
 or
-.Fl h
+.Fl m
 options are not specified, the

svn commit: r229353 - head/sys/conf

2012-01-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Jan  3 00:22:08 2012
New Revision: 229353
URL: http://svn.freebsd.org/changeset/base/229353

Log:
  Trivial standardization to a few comments in kern.pre.mk.
  
  Submitted by: arundel
  MFC after:3 days

Modified:
  head/sys/conf/kern.pre.mk

Modified: head/sys/conf/kern.pre.mk
==
--- head/sys/conf/kern.pre.mk   Tue Jan  3 00:12:06 2012(r229352)
+++ head/sys/conf/kern.pre.mk   Tue Jan  3 00:22:08 2012(r229353)
@@ -71,10 +71,10 @@ INCLUDES+= -I$S/dev/ath -I$S/dev/ath/ath
 # ... and the same for the NgATM stuff
 INCLUDES+= -I$S/contrib/ngatm
 
-# .. and the same for twa
+# ... and the same for twa
 INCLUDES+= -I$S/dev/twa
 
-# ...  and XFS
+# ... and the same for XFS
 INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support 
-I$S/gnu/fs/xfs
 
 # ... and the same for cxgb and cxgbe
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225142 - head

2011-08-24 Thread Glen Barber
Author: gjb (doc committer)
Date: Wed Aug 24 12:18:29 2011
New Revision: 225142
URL: http://svn.freebsd.org/changeset/base/225142

Log:
  Reword sentence noting UPDATING entries prior to October 2007 are
  only available in older FreeBSD releases.
  
  PR:   159220
  Submitted by: arundel
  Patch by: Benjamin Kaduk (kaduk % mit ! edu)
  OK'd by:  imp (via -doc@)
  MFC after:1 week
  Approved by:  re (kib)

Modified:
  head/UPDATING

Modified: head/UPDATING
==
--- head/UPDATING   Wed Aug 24 09:54:21 2011(r225141)
+++ head/UPDATING   Wed Aug 24 12:18:29 2011(r225142)
@@ -1456,9 +1456,10 @@ COMMON ITEMS:
 FORMAT:
 
 This file contains a list, in reverse chronological order, of major
-breakages in tracking -current.  Not all things will be listed here,
-and it only starts on October 16, 2004.  Updating files can found in
-previous releases if your system is older than this.
+breakages in tracking -current.  It is not guaranteed to be a complete
+list of such breakages, and only contains entries since October 10, 2007.
+If you need to see UPDATING entries from before that date, you will need
+to fetch an UPDATING file from an older FreeBSD release.
 
 Copyright information:
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225275 - stable/8

2011-08-30 Thread Glen Barber
Author: gjb (doc committer)
Date: Wed Aug 31 01:17:49 2011
New Revision: 225275
URL: http://svn.freebsd.org/changeset/base/225275

Log:
  MFC 225142:
  
  Reword sentence noting UPDATING entries prior to October 2007[1] are
  only available in older FreeBSD releases.
  
  PR:   159220
  
  [1] - October 2007 is specific to HEAD.  In stable/8 and stable/7,
  the correct year is 2004, so that change is reflected here as well.

Modified:
  stable/8/UPDATING   (contents, props changed)

Modified: stable/8/UPDATING
==
--- stable/8/UPDATING   Tue Aug 30 23:55:45 2011(r225274)
+++ stable/8/UPDATING   Wed Aug 31 01:17:49 2011(r225275)
@@ -1768,9 +1768,10 @@ COMMON ITEMS:
 FORMAT:
 
 This file contains a list, in reverse chronological order, of major
-breakages in tracking -current.  Not all things will be listed here,
-and it only starts on October 16, 2004.  Updating files can found in
-previous releases if your system is older than this.
+breakages in tracking -current.  It is not guaranteed to be a complete
+list of such breakages, and only contains entries since October 16, 2004.
+If you need to see UPDATING entries from before that date, you will need
+to fetch an UPDATING file from an older FreeBSD release.
 
 Copyright information:
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225276 - stable/7

2011-08-30 Thread Glen Barber
Author: gjb (doc committer)
Date: Wed Aug 31 01:18:23 2011
New Revision: 225276
URL: http://svn.freebsd.org/changeset/base/225276

Log:
  MFC 225142:
  
  Reword sentence noting UPDATING entries prior to October 2007[1] are
  only available in older FreeBSD releases.
  
  PR:   159220
  
  [1] - October 2007 is specific to HEAD.  In stable/8 and stable/7,
  the correct year is 2004, so that change is reflected here as well.

Modified:
  stable/7/UPDATING   (contents, props changed)

Modified: stable/7/UPDATING
==
--- stable/7/UPDATING   Wed Aug 31 01:17:49 2011(r225275)
+++ stable/7/UPDATING   Wed Aug 31 01:18:23 2011(r225276)
@@ -1095,9 +1095,10 @@ COMMON ITEMS:
 FORMAT:
 
 This file contains a list, in reverse chronological order, of major
-breakages in tracking -current.  Not all things will be listed here,
-and it only starts on October 16, 2004.  Updating files can found in
-previous releases if your system is older than this.
+breakages in tracking -current.  It is not guaranteed to be a complete
+list of such breakages, and only contains entries since October 16, 2004.
+If you need to see UPDATING entries from before that date, you will need
+to fetch an UPDATING file from an older FreeBSD release.
 
 Copyright information:
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225857 - head/usr.bin/script

2011-09-28 Thread Glen Barber
Author: gjb (doc committer)
Date: Thu Sep 29 02:29:32 2011
New Revision: 225857
URL: http://svn.freebsd.org/changeset/base/225857

Log:
  Fix a few grammar and mdoc nits in script.1
  
  PR:   161088
  Submitted by: Ben Kaduk ( kaduk % mit ! edu )
  MFC after:1 week
  Need-MFC: 225809

Modified:
  head/usr.bin/script/script.1

Modified: head/usr.bin/script/script.1
==
--- head/usr.bin/script/script.1Thu Sep 29 00:44:34 2011
(r225856)
+++ head/usr.bin/script/script.1Thu Sep 29 02:29:32 2011
(r225857)
@@ -28,7 +28,7 @@
 .\"@(#)script.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd January 22, 2004
+.Dd September 28, 2011
 .Dt SCRIPT 1
 .Os
 .Sh NAME
@@ -73,15 +73,16 @@ or
 .Pa typescript ,
 retaining the prior contents.
 .It Fl k
-Log keys sent to program as well as output.
+Log keys sent to the program as well as output.
 .It Fl q
 Run in quiet mode, omit the start and stop status messages.
 .It Fl t Ar time
-Specify time interval between flushing script output file.
+Specify the interval at which the script output file will be flushed
+to disk, in seconds.
 A value of 0
 causes
 .Nm
-to flush for every character I/O event.
+to flush after every character I/O event.
 The default interval is
 30 seconds.
 .El
@@ -136,13 +137,15 @@ If
 .Ev SHELL
 is not set, the Bourne shell
 is assumed.
-(Most shells set this variable automatically).
+.Pq Most shells set this variable automatically .
 .El
 .Sh SEE ALSO
 .Xr csh 1
-(for the
+.Po
+for the
 .Em history
-mechanism).
+mechanism
+.Pc .
 .Sh HISTORY
 The
 .Nm
@@ -165,13 +168,15 @@ mode, echo cancelling is far from ideal.
 The slave terminal mode is checked
 for ECHO mode to check when to avoid manual echo logging.
 This does not
-work when in a raw mode where the program being run is doing manual echo.
+work when the terminal is in a raw mode where
+the program being run is doing manual echo.
 .Pp
-If the
+If
 .Nm
-reads zero bytes from the terminal it switches to a mode when it probes read
-only once a second until it gets some data.
-This prevents the
+reads zero bytes from the terminal, it switches to a mode when it
+only attempts to read
+once a second until there is data to read.
+This prevents
 .Nm
-spinning on zero-byte reads, but might cause a 1-second delay in
-processing of the user input.
+from spinning on zero-byte reads, but might cause a 1-second delay in
+processing of user input.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225858 - head/share/man/man7

2011-09-28 Thread Glen Barber
Author: gjb (doc committer)
Date: Thu Sep 29 02:52:33 2011
New Revision: 225858
URL: http://svn.freebsd.org/changeset/base/225858

Log:
  Document, and provide an example for, PORTS_MODULES in build(7).
  
  PR:   161017
  Submitted by: gcooper
  MFC after:1 week

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==
--- head/share/man/man7/build.7 Thu Sep 29 02:29:32 2011(r225857)
+++ head/share/man/man7/build.7 Thu Sep 29 02:52:33 2011(r225858)
@@ -414,6 +414,16 @@ is set to the value of 
 .It Va LOCAL_DIRS
 If set, this variable supplies a list of additional directories to
 build, relative to the root of the source tree.
+.It Va PORTS_MODULES
+A list of ports with kernel modules that should be built and installed
+as part of the
+.Cm buildkernel
+and
+.Cm installkernel
+process.
+.Bd -literal -offset indent
+make PORTS_MODULES=emulators/kqemu-kmod kernel
+.Ed
 .It Va SUBDIR_OVERRIDE
 Override the default list of sub-directories and only build the
 sub-directory named in this variable.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225859 - head/share/man/man7

2011-09-28 Thread Glen Barber
Author: gjb (doc committer)
Date: Thu Sep 29 02:57:08 2011
New Revision: 225859
URL: http://svn.freebsd.org/changeset/base/225859

Log:
  Whitespace cleanup in build(7).
  
  MFC after:1 week
  Need-MFC: 225858

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==
--- head/share/man/man7/build.7 Thu Sep 29 02:52:33 2011(r225858)
+++ head/share/man/man7/build.7 Thu Sep 29 02:57:08 2011(r225859)
@@ -238,7 +238,7 @@ This command takes a long time.
 Get updated sources as configured in
 .Xr make.conf 5 .
 .It Cm targets
-Print a list of supported 
+Print a list of supported
 .Va TARGET
 /
 .Va TARGET_ARCH
@@ -399,17 +399,17 @@ It defaults to
 .It Va KERNFAST
 If set, the build target
 .Cm buildkernel
-defaults to setting 
+defaults to setting
 .Va NO_KERNELCLEAN ,
 .Va NO_KERNELCONFIG ,
-.Va NO_KERNELDEPEND 
+.Va NO_KERNELDEPEND
 and
 .Va NO_KERNELOBJ .
 When set to a value other than
 .Cm 1
-then 
-.Va KERNCONF 
-is set to the value of 
+then
+.Va KERNCONF
+is set to the value of
 .Va KERNFAST .
 .It Va LOCAL_DIRS
 If set, this variable supplies a list of additional directories to
@@ -452,11 +452,11 @@ output.
 Set this to cross-build for a different architecture.
 If not set,
 .Va TARGET_ARCH
-defaults to the current machine architecture, unless 
+defaults to the current machine architecture, unless
 .Va TARGET
 is also set, in which case it defaults to the appropriate
 value for that platform.
-Typically, one only needs to set 
+Typically, one only needs to set
 .Va TARGET .
 .El
 .Pp
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225908 - head/bin/ps

2011-10-01 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Oct  1 20:56:58 2011
New Revision: 225908
URL: http://svn.freebsd.org/changeset/base/225908

Log:
  Reorder default ps(1) output according to reality.
  
  Submitted by: arundel (via docs@)
  MFC after:1 week

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==
--- head/bin/ps/ps.1Sat Oct  1 19:58:35 2011(r225907)
+++ head/bin/ps/ps.1Sat Oct  1 20:56:58 2011(r225908)
@@ -90,8 +90,8 @@ and
 .Fl o
 options).
 The default output format includes, for each process, the process' ID,
-controlling terminal, CPU time (including both user and system time),
-state, and associated command.
+controlling terminal, state, CPU time (including both user and system time)
+and associated command.
 .Pp
 The process file system (see
 .Xr procfs 5 )
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225912 - head/bin/ps

2011-10-01 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Oct  1 23:47:37 2011
New Revision: 225912
URL: http://svn.freebsd.org/changeset/base/225912

Log:
  Tweaks to ps(1):
  - there's no reason the semantics of the -x flag are being explained in
the -a flag description
  - be more precise regarding the relation between the -a flag and the
security.bsd.see_other_uids sysctl
  - describe the format of the -t flag's argument
  - 'con' no longer is a possible entry in the 'TT' column
  - explain that the 'TT' column refers to pseudo-terminals via mere numbers
  - add a hint in the 'tt' keyword description that a keyword 'tty' exists,
which will give the full terminal pathname
  
  Submitted by: arundel (via docs@) (original)
  MFC after:1 week
  With-MFC: 225908

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==
--- head/bin/ps/ps.1Sat Oct  1 22:19:22 2011(r225911)
+++ head/bin/ps/ps.1Sat Oct  1 23:47:37 2011(r225912)
@@ -29,7 +29,7 @@
 .\" @(#)ps.1   8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd July 1, 2011
+.Dd October 1, 2011
 .Dt PS 1
 .Os
 .Sh NAME
@@ -54,6 +54,11 @@ utility
 displays a header line, followed by lines containing information about
 all of your
 processes that have controlling terminals.
+If the
+.Fl x
+options is specified,
+.Nm
+will also display processes that do not have controlling terminals.
 .Pp
 A different set of processes can be selected for display by using any
 combination of the
@@ -103,13 +108,9 @@ The options are as follows:
 .Bl -tag -width indent
 .It Fl a
 Display information about other users' processes as well as your own.
-This will skip any processes which do not have a controlling terminal,
-unless the
-.Fl x
-option is also specified.
-This can be disabled by setting the
+If the
 .Va security.bsd.see_other_uids
-sysctl to zero.
+sysctl is set to zero, this option is honored only if the UID of the user is 0.
 .It Fl c
 Change the
 .Dq command
@@ -216,6 +217,9 @@ with the standard input.
 .It Fl t
 Display information about processes attached to the specified terminal
 devices.
+Full pathnames, as well as abbreviations (see explanation of the
+.Cm tt
+keyword) can be specified.
 .It Fl U
 Display the processes belonging to the specified usernames.
 .It Fl u
@@ -427,12 +431,15 @@ The process is being traced or debugged.
 An abbreviation for the pathname of the controlling terminal, if any.
 The abbreviation consists of the three letters following
 .Pa /dev/tty ,
-or, for the console,
-.Dq Li con .
+or, for psuedo-terminals, the corresponding entry in
+.Pa /dev/pts .
 This is followed by a
 .Ql -
 if the process can no longer reach that
 controlling terminal (i.e., it has been revoked).
+The full pathname of the controlling terminal is available via the
+.Cm tty
+keyword.
 .It Cm wchan
 The event (an address in the system) on which a process waits.
 When printed numerically, the initial part of the address is
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r225927 - head/bin/ps

2011-10-02 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Oct  2 16:05:19 2011
New Revision: 225927
URL: http://svn.freebsd.org/changeset/base/225927

Log:
  Correct a typo that was introduced in 225912
  
  Submitted by: Valentin Nechayev (netch % netch!kiev!ua), arundel
  MFC after:1 week
  With-MFC: 225908

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==
--- head/bin/ps/ps.1Sun Oct  2 14:10:25 2011(r225926)
+++ head/bin/ps/ps.1Sun Oct  2 16:05:19 2011(r225927)
@@ -431,7 +431,7 @@ The process is being traced or debugged.
 An abbreviation for the pathname of the controlling terminal, if any.
 The abbreviation consists of the three letters following
 .Pa /dev/tty ,
-or, for psuedo-terminals, the corresponding entry in
+or, for pseudo-terminals, the corresponding entry in
 .Pa /dev/pts .
 This is followed by a
 .Ql -
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226172 - head/share/man/man7

2011-10-09 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Oct  9 20:21:07 2011
New Revision: 226172
URL: http://svn.freebsd.org/changeset/base/226172

Log:
  Bump .Dd to reflect the date of the last content change, so MFC content
  makes sense.
  
  Pointy-hat to:gjb (myself)

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==
--- head/share/man/man7/build.7 Sun Oct  9 20:16:51 2011(r226171)
+++ head/share/man/man7/build.7 Sun Oct  9 20:21:07 2011(r226172)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 16, 2011
+.Dd September 29, 2011
 .Dt BUILD 7
 .Os
 .Sh NAME
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226187 - stable/9/usr.bin/script

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:05:58 2011
New Revision: 226187
URL: http://svn.freebsd.org/changeset/base/226187

Log:
  MFC r225857:
   - Fix a few grammar and mdoc nits in script.1
  
  PR:   161088
  Approved by:  re (kib)

Modified:
  stable/9/usr.bin/script/script.1
Directory Properties:
  stable/9/usr.bin/script/   (props changed)

Modified: stable/9/usr.bin/script/script.1
==
--- stable/9/usr.bin/script/script.1Mon Oct 10 09:33:07 2011
(r226186)
+++ stable/9/usr.bin/script/script.1Mon Oct 10 11:05:58 2011
(r226187)
@@ -28,7 +28,7 @@
 .\"@(#)script.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd January 22, 2004
+.Dd September 28, 2011
 .Dt SCRIPT 1
 .Os
 .Sh NAME
@@ -73,15 +73,16 @@ or
 .Pa typescript ,
 retaining the prior contents.
 .It Fl k
-Log keys sent to program as well as output.
+Log keys sent to the program as well as output.
 .It Fl q
 Run in quiet mode, omit the start and stop status messages.
 .It Fl t Ar time
-Specify time interval between flushing script output file.
+Specify the interval at which the script output file will be flushed
+to disk, in seconds.
 A value of 0
 causes
 .Nm
-to flush for every character I/O event.
+to flush after every character I/O event.
 The default interval is
 30 seconds.
 .El
@@ -136,13 +137,15 @@ If
 .Ev SHELL
 is not set, the Bourne shell
 is assumed.
-(Most shells set this variable automatically).
+.Pq Most shells set this variable automatically .
 .El
 .Sh SEE ALSO
 .Xr csh 1
-(for the
+.Po
+for the
 .Em history
-mechanism).
+mechanism
+.Pc .
 .Sh HISTORY
 The
 .Nm
@@ -165,13 +168,15 @@ mode, echo cancelling is far from ideal.
 The slave terminal mode is checked
 for ECHO mode to check when to avoid manual echo logging.
 This does not
-work when in a raw mode where the program being run is doing manual echo.
+work when the terminal is in a raw mode where
+the program being run is doing manual echo.
 .Pp
-If the
+If
 .Nm
-reads zero bytes from the terminal it switches to a mode when it probes read
-only once a second until it gets some data.
-This prevents the
+reads zero bytes from the terminal, it switches to a mode when it
+only attempts to read
+once a second until there is data to read.
+This prevents
 .Nm
-spinning on zero-byte reads, but might cause a 1-second delay in
-processing of the user input.
+from spinning on zero-byte reads, but might cause a 1-second delay in
+processing of user input.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226188 - stable/8/usr.bin/script

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:06:48 2011
New Revision: 226188
URL: http://svn.freebsd.org/changeset/base/226188

Log:
  MFC r225857:
   - Fix a few grammar and mdoc nits in script.1
  
  PR:   161088

Modified:
  stable/8/usr.bin/script/script.1
Directory Properties:
  stable/8/usr.bin/script/   (props changed)

Modified: stable/8/usr.bin/script/script.1
==
--- stable/8/usr.bin/script/script.1Mon Oct 10 11:05:58 2011
(r226187)
+++ stable/8/usr.bin/script/script.1Mon Oct 10 11:06:48 2011
(r226188)
@@ -32,7 +32,7 @@
 .\"@(#)script.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd January 22, 2004
+.Dd September 28, 2011
 .Dt SCRIPT 1
 .Os
 .Sh NAME
@@ -77,15 +77,16 @@ or
 .Pa typescript ,
 retaining the prior contents.
 .It Fl k
-Log keys sent to program as well as output.
+Log keys sent to the program as well as output.
 .It Fl q
 Run in quiet mode, omit the start and stop status messages.
 .It Fl t Ar time
-Specify time interval between flushing script output file.
+Specify the interval at which the script output file will be flushed
+to disk, in seconds.
 A value of 0
 causes
 .Nm
-to flush for every character I/O event.
+to flush after every character I/O event.
 The default interval is
 30 seconds.
 .El
@@ -140,13 +141,15 @@ If
 .Ev SHELL
 is not set, the Bourne shell
 is assumed.
-(Most shells set this variable automatically).
+.Pq Most shells set this variable automatically .
 .El
 .Sh SEE ALSO
 .Xr csh 1
-(for the
+.Po
+for the
 .Em history
-mechanism).
+mechanism
+.Pc .
 .Sh HISTORY
 The
 .Nm
@@ -169,13 +172,15 @@ mode, echo cancelling is far from ideal.
 The slave terminal mode is checked
 for ECHO mode to check when to avoid manual echo logging.
 This does not
-work when in a raw mode where the program being run is doing manual echo.
+work when the terminal is in a raw mode where
+the program being run is doing manual echo.
 .Pp
-If the
+If
 .Nm
-reads zero bytes from the terminal it switches to a mode when it probes read
-only once a second until it gets some data.
-This prevents the
+reads zero bytes from the terminal, it switches to a mode when it
+only attempts to read
+once a second until there is data to read.
+This prevents
 .Nm
-spinning on zero-byte reads, but might cause a 1-second delay in
-processing of the user input.
+from spinning on zero-byte reads, but might cause a 1-second delay in
+processing of user input.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226189 - stable/7/usr.bin/script

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:07:36 2011
New Revision: 226189
URL: http://svn.freebsd.org/changeset/base/226189

Log:
  MFC r225857:
   - Fix a few grammar and mdoc nits in script.1
  
  PR:   161088

Modified:
  stable/7/usr.bin/script/script.1
Directory Properties:
  stable/7/usr.bin/script/   (props changed)

Modified: stable/7/usr.bin/script/script.1
==
--- stable/7/usr.bin/script/script.1Mon Oct 10 11:06:48 2011
(r226188)
+++ stable/7/usr.bin/script/script.1Mon Oct 10 11:07:36 2011
(r226189)
@@ -32,7 +32,7 @@
 .\"@(#)script.18.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd January 22, 2004
+.Dd September 28, 2011
 .Dt SCRIPT 1
 .Os
 .Sh NAME
@@ -77,15 +77,16 @@ or
 .Pa typescript ,
 retaining the prior contents.
 .It Fl k
-Log keys sent to program as well as output.
+Log keys sent to the program as well as output.
 .It Fl q
 Run in quiet mode, omit the start and stop status messages.
 .It Fl t Ar time
-Specify time interval between flushing script output file.
+Specify the interval at which the script output file will be flushed
+to disk, in seconds.
 A value of 0
 causes
 .Nm
-to flush for every character I/O event.
+to flush after every character I/O event.
 The default interval is
 30 seconds.
 .El
@@ -140,13 +141,15 @@ If
 .Ev SHELL
 is not set, the Bourne shell
 is assumed.
-(Most shells set this variable automatically).
+.Pq Most shells set this variable automatically .
 .El
 .Sh SEE ALSO
 .Xr csh 1
-(for the
+.Po
+for the
 .Em history
-mechanism).
+mechanism
+.Pc .
 .Sh HISTORY
 The
 .Nm
@@ -169,13 +172,15 @@ mode, echo cancelling is far from ideal.
 The slave terminal mode is checked
 for ECHO mode to check when to avoid manual echo logging.
 This does not
-work when in a raw mode where the program being run is doing manual echo.
+work when the terminal is in a raw mode where
+the program being run is doing manual echo.
 .Pp
-If the
+If
 .Nm
-reads zero bytes from the terminal it switches to a mode when it probes read
-only once a second until it gets some data.
-This prevents the
+reads zero bytes from the terminal, it switches to a mode when it
+only attempts to read
+once a second until there is data to read.
+This prevents
 .Nm
-spinning on zero-byte reads, but might cause a 1-second delay in
-processing of the user input.
+from spinning on zero-byte reads, but might cause a 1-second delay in
+processing of user input.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226190 - stable/9/bin/ps

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:11:05 2011
New Revision: 226190
URL: http://svn.freebsd.org/changeset/base/226190

Log:
  MFC 225908, 225912, 225927:
  
  225908:
  - Reorder default ps(1) output according to reality.
  
  225912:
  - there's no reason the semantics of the -x flag are being explained in
the -a flag description
  - be more precise regarding the relation between the -a flag and the
security.bsd.see_other_uids sysctl
  - describe the format of the -t flag's argument
  - 'con' no longer is a possible entry in the 'TT' column
  - explain that the 'TT' column refers to pseudo-terminals
via mere numbers
  - add a hint in the 'tt' keyword description that a
keyword 'tty' exists, which will give the full terminal pathname
  
  225859:
  - Correct a typo that was introduced in 225912
  
  Approved by:  re (kib)

Modified:
  stable/9/bin/ps/ps.1
Directory Properties:
  stable/9/bin/ps/   (props changed)

Modified: stable/9/bin/ps/ps.1
==
--- stable/9/bin/ps/ps.1Mon Oct 10 11:07:36 2011(r226189)
+++ stable/9/bin/ps/ps.1Mon Oct 10 11:11:05 2011(r226190)
@@ -29,7 +29,7 @@
 .\" @(#)ps.1   8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd July 1, 2011
+.Dd October 1, 2011
 .Dt PS 1
 .Os
 .Sh NAME
@@ -54,6 +54,11 @@ utility
 displays a header line, followed by lines containing information about
 all of your
 processes that have controlling terminals.
+If the
+.Fl x
+options is specified,
+.Nm
+will also display processes that do not have controlling terminals.
 .Pp
 A different set of processes can be selected for display by using any
 combination of the
@@ -90,8 +95,8 @@ and
 .Fl o
 options).
 The default output format includes, for each process, the process' ID,
-controlling terminal, CPU time (including both user and system time),
-state, and associated command.
+controlling terminal, state, CPU time (including both user and system time)
+and associated command.
 .Pp
 The process file system (see
 .Xr procfs 5 )
@@ -103,13 +108,9 @@ The options are as follows:
 .Bl -tag -width indent
 .It Fl a
 Display information about other users' processes as well as your own.
-This will skip any processes which do not have a controlling terminal,
-unless the
-.Fl x
-option is also specified.
-This can be disabled by setting the
+If the
 .Va security.bsd.see_other_uids
-sysctl to zero.
+sysctl is set to zero, this option is honored only if the UID of the user is 0.
 .It Fl c
 Change the
 .Dq command
@@ -216,6 +217,9 @@ with the standard input.
 .It Fl t
 Display information about processes attached to the specified terminal
 devices.
+Full pathnames, as well as abbreviations (see explanation of the
+.Cm tt
+keyword) can be specified.
 .It Fl U
 Display the processes belonging to the specified usernames.
 .It Fl u
@@ -427,12 +431,15 @@ The process is being traced or debugged.
 An abbreviation for the pathname of the controlling terminal, if any.
 The abbreviation consists of the three letters following
 .Pa /dev/tty ,
-or, for the console,
-.Dq Li con .
+or, for pseudo-terminals, the corresponding entry in
+.Pa /dev/pts .
 This is followed by a
 .Ql -
 if the process can no longer reach that
 controlling terminal (i.e., it has been revoked).
+The full pathname of the controlling terminal is available via the
+.Cm tty
+keyword.
 .It Cm wchan
 The event (an address in the system) on which a process waits.
 When printed numerically, the initial part of the address is
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226191 - stable/8/bin/ps

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:11:59 2011
New Revision: 226191
URL: http://svn.freebsd.org/changeset/base/226191

Log:
  MFC 225908, 225912, 225927:
  
  225908:
  - Reorder default ps(1) output according to reality.
  
  225912:
  - there's no reason the semantics of the -x flag are being explained in
the -a flag description
  - be more precise regarding the relation between the -a flag and the
security.bsd.see_other_uids sysctl
  - describe the format of the -t flag's argument
  - 'con' no longer is a possible entry in the 'TT' column
  - explain that the 'TT' column refers to pseudo-terminals
via mere numbers
  - add a hint in the 'tt' keyword description that a
keyword 'tty' exists, which will give the full terminal pathname
  
  225859:
  - Correct a typo that was introduced in 225912

Modified:
  stable/8/bin/ps/ps.1
Directory Properties:
  stable/8/bin/ps/   (props changed)

Modified: stable/8/bin/ps/ps.1
==
--- stable/8/bin/ps/ps.1Mon Oct 10 11:11:05 2011(r226190)
+++ stable/8/bin/ps/ps.1Mon Oct 10 11:11:59 2011(r226191)
@@ -29,7 +29,7 @@
 .\" @(#)ps.1   8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd March 16, 2011
+.Dd October 1, 2011
 .Dt PS 1
 .Os
 .Sh NAME
@@ -54,6 +54,11 @@ utility
 displays a header line, followed by lines containing information about
 all of your
 processes that have controlling terminals.
+If the
+.Fl x
+options is specified,
+.Nm
+will also display processes that do not have controlling terminals.
 .Pp
 A different set of processes can be selected for display by using any
 combination of the
@@ -90,8 +95,8 @@ and
 .Fl o
 options).
 The default output format includes, for each process, the process' ID,
-controlling terminal, CPU time (including both user and system time),
-state, and associated command.
+controlling terminal, state, CPU time (including both user and system time)
+and associated command.
 .Pp
 The process file system (see
 .Xr procfs 5 )
@@ -103,13 +108,9 @@ The options are as follows:
 .Bl -tag -width indent
 .It Fl a
 Display information about other users' processes as well as your own.
-This will skip any processes which do not have a controlling terminal,
-unless the
-.Fl x
-option is also specified.
-This can be disabled by setting the
+If the
 .Va security.bsd.see_other_uids
-sysctl to zero.
+sysctl is set to zero, this option is honored only if the UID of the user is 0.
 .It Fl c
 Change the
 .Dq command
@@ -213,6 +214,9 @@ with the standard input.
 .It Fl t
 Display information about processes attached to the specified terminal
 devices.
+Full pathnames, as well as abbreviations (see explanation of the
+.Cm tt
+keyword) can be specified.
 .It Fl U
 Display the processes belonging to the specified usernames.
 .It Fl u
@@ -418,12 +422,15 @@ The process is being traced or debugged.
 An abbreviation for the pathname of the controlling terminal, if any.
 The abbreviation consists of the three letters following
 .Pa /dev/tty ,
-or, for the console,
-.Dq Li con .
+or, for pseudo-terminals, the corresponding entry in
+.Pa /dev/pts .
 This is followed by a
 .Ql -
 if the process can no longer reach that
 controlling terminal (i.e., it has been revoked).
+The full pathname of the controlling terminal is available via the
+.Cm tty
+keyword.
 .It Cm wchan
 The event (an address in the system) on which a process waits.
 When printed numerically, the initial part of the address is
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226192 - stable/7/bin/ps

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:12:40 2011
New Revision: 226192
URL: http://svn.freebsd.org/changeset/base/226192

Log:
  MFC 225908, 225912, 225927:
  
  225908:
  - Reorder default ps(1) output according to reality.
  
  225912:
  - there's no reason the semantics of the -x flag are being explained in
the -a flag description
  - be more precise regarding the relation between the -a flag and the
security.bsd.see_other_uids sysctl
  - describe the format of the -t flag's argument
  - 'con' no longer is a possible entry in the 'TT' column
  - explain that the 'TT' column refers to pseudo-terminals
via mere numbers
  - add a hint in the 'tt' keyword description that a
keyword 'tty' exists, which will give the full terminal pathname
  
  225859:
  - Correct a typo that was introduced in 225912

Modified:
  stable/7/bin/ps/ps.1
Directory Properties:
  stable/7/bin/ps/   (props changed)

Modified: stable/7/bin/ps/ps.1
==
--- stable/7/bin/ps/ps.1Mon Oct 10 11:11:59 2011(r226191)
+++ stable/7/bin/ps/ps.1Mon Oct 10 11:12:40 2011(r226192)
@@ -29,7 +29,7 @@
 .\" @(#)ps.1   8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd May 16, 2009
+.Dd October 1, 2011
 .Dt PS 1
 .Os
 .Sh NAME
@@ -54,6 +54,11 @@ utility
 displays a header line, followed by lines containing information about
 all of your
 processes that have controlling terminals.
+If the
+.Fl x
+options is specified,
+.Nm
+will also display processes that do not have controlling terminals.
 .Pp
 A different set of processes can be selected for display by using any
 combination of the
@@ -90,8 +95,8 @@ and
 .Fl o
 options).
 The default output format includes, for each process, the process' ID,
-controlling terminal, CPU time (including both user and system time),
-state, and associated command.
+controlling terminal, state, CPU time (including both user and system time)
+and associated command.
 .Pp
 The process file system (see
 .Xr procfs 5 )
@@ -103,13 +108,9 @@ The options are as follows:
 .Bl -tag -width indent
 .It Fl a
 Display information about other users' processes as well as your own.
-This will skip any processes which do not have a controlling terminal,
-unless the
-.Fl x
-option is also specified.
-This can be disabled by setting the
+If the
 .Va security.bsd.see_other_uids
-sysctl to zero.
+sysctl is set to zero, this option is honored only if the UID of the user is 0.
 .It Fl c
 Change the
 .Dq command
@@ -213,6 +214,9 @@ with the standard input.
 .It Fl t
 Display information about processes attached to the specified terminal
 devices.
+Full pathnames, as well as abbreviations (see explanation of the
+.Cm tt
+keyword) can be specified.
 .It Fl U
 Display the processes belonging to the specified usernames.
 .It Fl u
@@ -411,12 +415,15 @@ The process is being traced or debugged.
 An abbreviation for the pathname of the controlling terminal, if any.
 The abbreviation consists of the three letters following
 .Pa /dev/tty ,
-or, for the console,
-.Dq Li con .
+or, for pseudo-terminals, the corresponding entry in
+.Pa /dev/pts .
 This is followed by a
 .Ql -
 if the process can no longer reach that
 controlling terminal (i.e., it has been revoked).
+The full pathname of the controlling terminal is available via the
+.Cm tty
+keyword.
 .It Cm wchan
 The event (an address in the system) on which a process waits.
 When printed numerically, the initial part of the address is
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226193 - stable/9/share/man/man7

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:14:03 2011
New Revision: 226193
URL: http://svn.freebsd.org/changeset/base/226193

Log:
  MFC r225858, 225859, 226172:
  
  225858:
   - Document and provide an example for PORTS_MODULES [1]
  
  225859:
   - Whitespace cleanup
  
  226172:
   - Bump date
  
  PR:   161017 [1]
  Approved by:  re (kib)

Modified:
  stable/9/share/man/man7/build.7
Directory Properties:
  stable/9/share/man/man7/   (props changed)

Modified: stable/9/share/man/man7/build.7
==
--- stable/9/share/man/man7/build.7 Mon Oct 10 11:12:40 2011
(r226192)
+++ stable/9/share/man/man7/build.7 Mon Oct 10 11:14:03 2011
(r226193)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 16, 2011
+.Dd September 29, 2011
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -238,7 +238,7 @@ This command takes a long time.
 Get updated sources as configured in
 .Xr make.conf 5 .
 .It Cm targets
-Print a list of supported 
+Print a list of supported
 .Va TARGET
 /
 .Va TARGET_ARCH
@@ -399,21 +399,31 @@ It defaults to
 .It Va KERNFAST
 If set, the build target
 .Cm buildkernel
-defaults to setting 
+defaults to setting
 .Va NO_KERNELCLEAN ,
 .Va NO_KERNELCONFIG ,
-.Va NO_KERNELDEPEND 
+.Va NO_KERNELDEPEND
 and
 .Va NO_KERNELOBJ .
 When set to a value other than
 .Cm 1
-then 
-.Va KERNCONF 
-is set to the value of 
+then
+.Va KERNCONF
+is set to the value of
 .Va KERNFAST .
 .It Va LOCAL_DIRS
 If set, this variable supplies a list of additional directories to
 build, relative to the root of the source tree.
+.It Va PORTS_MODULES
+A list of ports with kernel modules that should be built and installed
+as part of the
+.Cm buildkernel
+and
+.Cm installkernel
+process.
+.Bd -literal -offset indent
+make PORTS_MODULES=emulators/kqemu-kmod kernel
+.Ed
 .It Va SUBDIR_OVERRIDE
 Override the default list of sub-directories and only build the
 sub-directory named in this variable.
@@ -442,11 +452,11 @@ output.
 Set this to cross-build for a different architecture.
 If not set,
 .Va TARGET_ARCH
-defaults to the current machine architecture, unless 
+defaults to the current machine architecture, unless
 .Va TARGET
 is also set, in which case it defaults to the appropriate
 value for that platform.
-Typically, one only needs to set 
+Typically, one only needs to set
 .Va TARGET .
 .El
 .Pp
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226194 - stable/8/share/man/man7

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:14:44 2011
New Revision: 226194
URL: http://svn.freebsd.org/changeset/base/226194

Log:
  MFC r225858, 225859, 226172:
  
  225858:
   - Document and provide an example for PORTS_MODULES [1]
  
  225859:
   - Whitespace cleanup
  
  226172:
   - Bump date
  
  PR:   161017 [1]

Modified:
  stable/8/share/man/man7/build.7
Directory Properties:
  stable/8/share/man/man7/   (props changed)
  stable/8/share/man/man7/ports.7   (props changed)

Modified: stable/8/share/man/man7/build.7
==
--- stable/8/share/man/man7/build.7 Mon Oct 10 11:14:03 2011
(r226193)
+++ stable/8/share/man/man7/build.7 Mon Oct 10 11:14:44 2011
(r226194)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 10, 2011
+.Dd September 29, 2011
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -365,21 +365,31 @@ It defaults to
 .It Va KERNFAST
 If set, the build target
 .Cm buildkernel
-defaults to setting 
+defaults to setting
 .Va NO_KERNELCLEAN ,
 .Va NO_KERNELCONFIG ,
-.Va NO_KERNELDEPEND 
+.Va NO_KERNELDEPEND
 and
 .Va NO_KERNELOBJ .
 When set to a value other than
 .Cm 1
-then 
-.Va KERNCONF 
-is set to the value of 
+then
+.Va KERNCONF
+is set to the value of
 .Va KERNFAST .
 .It Va LOCAL_DIRS
 If set, this variable supplies a list of additional directories to
 build, relative to the root of the source tree.
+.It Va PORTS_MODULES
+A list of ports with kernel modules that should be built and installed
+as part of the
+.Cm buildkernel
+and
+.Cm installkernel
+process.
+.Bd -literal -offset indent
+make PORTS_MODULES=emulators/kqemu-kmod kernel
+.Ed
 .It Va SUBDIR_OVERRIDE
 Override the default list of sub-directories and only build the
 sub-directory named in this variable.
@@ -408,11 +418,11 @@ output.
 Set this to cross-build for a different architecture.
 If not set,
 .Va TARGET_ARCH
-defaults to the current machine architecture, unless 
+defaults to the current machine architecture, unless
 .Va TARGET
 is also set, in which case it defaults to the appropriate
 value for that platform.
-Typically, one only needs to set 
+Typically, one only needs to set
 .Va TARGET .
 .El
 .Pp
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226195 - stable/7/share/man/man7

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:15:57 2011
New Revision: 226195
URL: http://svn.freebsd.org/changeset/base/226195

Log:
  MFC r225858, 225859, 226172:
  
  225858:
   - Document and provide an example for PORTS_MODULES [1]
  
  225859:
   - Whitespace cleanup
  
  226172:
   - Bump date
  
  PR:   161017 [1]

Modified:
  stable/7/share/man/man7/build.7
Directory Properties:
  stable/7/share/man/man7/   (props changed)
  stable/7/share/man/man7/ports.7   (props changed)

Modified: stable/7/share/man/man7/build.7
==
--- stable/7/share/man/man7/build.7 Mon Oct 10 11:14:44 2011
(r226194)
+++ stable/7/share/man/man7/build.7 Mon Oct 10 11:15:57 2011
(r226195)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 31, 2010
+.Dd September 29, 2011
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -352,6 +352,16 @@ variables:
 .It Va LOCAL_DIRS
 If set, this variable supplies a list of additional directories to
 build, relative to the root of the source tree.
+.It Va PORTS_MODULES
+A list of ports with kernel modules that should be built and installed
+as part of the
+.Cm buildkernel
+and
+.Cm installkernel
+process.
+.Bd -literal -offset indent
+make PORTS_MODULES=emulators/kqemu-kmod kernel
+.Ed
 .It Va SUBDIR_OVERRIDE
 Override the default list of sub-directories and only build the
 sub-directory named in this variable.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226196 - stable/8/share/man/man7

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:23:19 2011
New Revision: 226196
URL: http://svn.freebsd.org/changeset/base/226196

Log:
  Pull mergeinfo up to the directory.

Modified:
Directory Properties:
  stable/8/share/man/man7/   (props changed)
  stable/8/share/man/man7/ports.7   (props changed)
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r226197 - stable/7/share/man/man7

2011-10-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Oct 10 11:23:48 2011
New Revision: 226197
URL: http://svn.freebsd.org/changeset/base/226197

Log:
  Pull mergeinfo up to the directory.

Modified:
Directory Properties:
  stable/7/share/man/man7/   (props changed)
  stable/7/share/man/man7/ports.7   (props changed)
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r227466 - head/release/doc/en_US.ISO8859-1/hardware

2011-11-12 Thread Glen Barber
Hi Christian,

On 11/12/11 5:30 AM, Christian Brueffer wrote:
> Author: brueffer
> Date: Sat Nov 12 10:30:14 2011
> New Revision: 227466
> URL: http://svn.freebsd.org/changeset/base/227466
> 
> Log:
>   Added mps(4) and mvs(4).
>   
>   MFC after:  3 days
> 
> Modified:
>   head/release/doc/en_US.ISO8859-1/hardware/article.sgml
> 
> Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml
> ==
> --- head/release/doc/en_US.ISO8859-1/hardware/article.sgmlSat Nov 12 
> 10:17:23 2011(r227465)
> +++ head/release/doc/en_US.ISO8859-1/hardware/article.sgmlSat Nov 12 
> 10:30:14 2011(r227466)
> @@ -798,8 +798,12 @@
>  
>&hwlist.mly;
>  
> +  &hwlist.mps;
> +
>&hwlist.mpt;
>  
> +  &hwlist.mvs;
> +
>&hwlist.ncr;
>  
>&hwlist.ncv;

I may revert this commit temporarily to unbreak the web build with
release notes.  There are two differnet problems here.

 - mvs(4) - uses nested '.Bl' tags in the HARDWARE section, which seems
to make man2hwnotes.pl unhappy.  I've done some reformatting of the
mvs(4) manual locally, to get past that problem.

 - mps(4) - I'm still not sure what is causing this man page to break
the build.

Regards,

Glen

-- 
Glen Barber | g...@freebsd.org
FreeBSD Documentation Project



signature.asc
Description: OpenPGP digital signature


svn commit: r227480 - head/release/doc/en_US.ISO8859-1/hardware

2011-11-12 Thread Glen Barber
Author: gjb (doc committer)
Date: Sun Nov 13 01:47:31 2011
New Revision: 227480
URL: http://svn.freebsd.org/changeset/base/227480

Log:
  Revert 227466:
  
  - mvs.4 uses nested '.Bl' tags which appears to confuse man2hwnotes.pl
  for hardware note generation
  
  - mps.4 also breaks the build, but I haven't yet identified why

Modified:
  head/release/doc/en_US.ISO8859-1/hardware/article.sgml

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml
==
--- head/release/doc/en_US.ISO8859-1/hardware/article.sgml  Sat Nov 12 
23:30:57 2011(r227479)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.sgml  Sun Nov 13 
01:47:31 2011(r227480)
@@ -798,12 +798,8 @@
 
   &hwlist.mly;
 
-  &hwlist.mps;
-
   &hwlist.mpt;
 
-  &hwlist.mvs;
-
   &hwlist.ncr;
 
   &hwlist.ncv;
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r217148 - head/share/man/man5

2011-01-08 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jan  8 13:28:43 2011
New Revision: 217148
URL: http://svn.freebsd.org/changeset/base/217148

Log:
  Document rc.conf.d in rc.conf(5).
  
  PR:   140495
  Submitted by: Tom Judge (tom of tomjudge com)
  Approved by:  keramida (mentor)
  MFC after:2 weeks

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==
--- head/share/man/man5/rc.conf.5   Sat Jan  8 12:43:05 2011
(r217147)
+++ head/share/man/man5/rc.conf.5   Sat Jan  8 13:28:43 2011
(r217148)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 24, 2010
+.Dd January 7, 2011
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -64,7 +64,19 @@ The file
 is used to override settings in
 .Pa /etc/rc.conf
 for historical reasons.
-See the
+In addition to
+.Pa /etc/rc.conf.local
+you can also place smaller configuration files for each
+.Xr rc
+script in the
+.Pa /etc/rc.conf.d
+directory, which will be included by the
+.Va load_rc_config
+function.
+For jail configurations you could use the file
+.Pa /etc/rc.conf.d/jail
+to store jail specific configuration options.
+Also see the
 .Va rc_conf_files
 variable below.
 .Pp
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r217717 - head/share/man/man5

2011-01-22 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jan 22 13:18:28 2011
New Revision: 217717
URL: http://svn.freebsd.org/changeset/base/217717

Log:
  Fix '.Xr' ordering in SEE ALSO section.
  
  Approved by:  keramida (mentor)
  MFC after:3 days

Modified:
  head/share/man/man5/devfs.5

Modified: head/share/man/man5/devfs.5
==
--- head/share/man/man5/devfs.5 Sat Jan 22 11:29:13 2011(r217716)
+++ head/share/man/man5/devfs.5 Sat Jan 22 13:18:28 2011(r217717)
@@ -105,8 +105,8 @@ volume located on
 .Pp
 .Dl "mount -t devfs devfs /mychroot/dev"
 .Sh SEE ALSO
-.Xr devfs 8 ,
 .Xr fdescfs 5 ,
+.Xr devfs 8 ,
 .Xr mount 8
 .Sh HISTORY
 The
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r217786 - head/share/man/man5

2011-01-24 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan 24 15:11:08 2011
New Revision: 217786
URL: http://svn.freebsd.org/changeset/base/217786

Log:
  Add missing section number for .Xr rc.
  
  Pointed out by:   keramida
  Approved by:  keramida (mentor)

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==
--- head/share/man/man5/rc.conf.5   Mon Jan 24 15:05:57 2011
(r217785)
+++ head/share/man/man5/rc.conf.5   Mon Jan 24 15:11:08 2011
(r217786)
@@ -67,7 +67,7 @@ for historical reasons.
 In addition to
 .Pa /etc/rc.conf.local
 you can also place smaller configuration files for each
-.Xr rc
+.Xr rc 8
 script in the
 .Pa /etc/rc.conf.d
 directory, which will be included by the
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r217787 - stable/8/share/man/man5

2011-01-24 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan 24 15:17:10 2011
New Revision: 217787
URL: http://svn.freebsd.org/changeset/base/217787

Log:
  MFC 217148, 217786:
  Document rc.conf.d in rc.conf(5).
  
  PR:   140495
  Approved by:  keramida (mentor)

Modified:
  stable/8/share/man/man5/rc.conf.5
Directory Properties:
  stable/8/share/man/man5/   (props changed)

Modified: stable/8/share/man/man5/rc.conf.5
==
--- stable/8/share/man/man5/rc.conf.5   Mon Jan 24 15:11:08 2011
(r217786)
+++ stable/8/share/man/man5/rc.conf.5   Mon Jan 24 15:17:10 2011
(r217787)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 13, 2010
+.Dd January 7, 2011
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -64,7 +64,19 @@ The file
 is used to override settings in
 .Pa /etc/rc.conf
 for historical reasons.
-See the
+In addition to
+.Pa /etc/rc.conf.local
+you can also place smaller configuration files for each
+.Xr rc 8
+script in the
+.Pa /etc/rc.conf.d
+directory, which will be included by the
+.Va load_rc_config
+function.
+For jail configurations you could use the file
+.Pa /etc/rc.conf.d/jail
+to store jail specific configuration options.
+Also see the
 .Va rc_conf_files
 variable below.
 .Pp
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r217788 - stable/7/share/man/man5

2011-01-24 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Jan 24 15:18:18 2011
New Revision: 217788
URL: http://svn.freebsd.org/changeset/base/217788

Log:
  MFC 217148, 217786:
  Document rc.conf.d in rc.conf(5).
  
  PR:   140495
  Approved by:  keramida (mentor)

Modified:
  stable/7/share/man/man5/rc.conf.5
Directory Properties:
  stable/7/share/man/man5/   (props changed)

Modified: stable/7/share/man/man5/rc.conf.5
==
--- stable/7/share/man/man5/rc.conf.5   Mon Jan 24 15:17:10 2011
(r217787)
+++ stable/7/share/man/man5/rc.conf.5   Mon Jan 24 15:18:18 2011
(r217788)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 13, 2010
+.Dd January 7, 2011
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -64,7 +64,19 @@ The file
 is used to override settings in
 .Pa /etc/rc.conf
 for historical reasons.
-See the
+In addition to
+.Pa /etc/rc.conf.local
+you can also place smaller configuration files for each
+.Xr rc 8
+script in the
+.Pa /etc/rc.conf.d
+directory, which will be included by the
+.Va load_rc_config
+function.
+For jail configurations you could use the file
+.Pa /etc/rc.conf.d/jail
+to store jail specific configuration options.
+Also see the
 .Va rc_conf_files
 variable below.
 .Pp
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218395 - stable/8/share/man/man7

2011-02-07 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Feb  7 11:12:27 2011
New Revision: 218395
URL: http://svn.freebsd.org/changeset/base/218395

Log:
  MFC 214374:
  
  Minor grammar fixes.
  
  Approved by:  keramida (mentor)

Modified:
  stable/8/share/man/man7/build.7
Directory Properties:
  stable/8/share/man/man7/   (props changed)

Modified: stable/8/share/man/man7/build.7
==
--- stable/8/share/man/man7/build.7 Mon Feb  7 10:02:47 2011
(r218394)
+++ stable/8/share/man/man7/build.7 Mon Feb  7 11:12:27 2011
(r218395)
@@ -409,7 +409,7 @@ Typically, one only needs to set 
 .Pp
 Builds under directory
 .Pa /usr/src
-are also influenced by defining one or more the following symbols,
+are also influenced by defining one or more of the following symbols,
 using the
 .Fl D
 option of
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218396 - stable/7/share/man/man7

2011-02-07 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Feb  7 11:13:28 2011
New Revision: 218396
URL: http://svn.freebsd.org/changeset/base/218396

Log:
  MFC 214374:
  
  Minor grammar fixes.
  
  Approved by:  keramida (mentor)

Modified:
  stable/7/share/man/man7/build.7
Directory Properties:
  stable/7/share/man/man7/   (props changed)

Modified: stable/7/share/man/man7/build.7
==
--- stable/7/share/man/man7/build.7 Mon Feb  7 11:12:27 2011
(r218395)
+++ stable/7/share/man/man7/build.7 Mon Feb  7 11:13:28 2011
(r218396)
@@ -385,7 +385,7 @@ defaults to the current machine architec
 .Pp
 Builds under directory
 .Pa /usr/src
-are also influenced by defining one or more the following symbols,
+are also influenced by defining one or more of the following symbols,
 using the
 .Fl D
 option of
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218398 - head/share/man/man4

2011-02-07 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Feb  7 11:20:58 2011
New Revision: 218398
URL: http://svn.freebsd.org/changeset/base/218398

Log:
  Minor grammar fix.  s/cores'/core's/
  
  Approved by:  keramida (mentor)
  MFC after:3 days

Modified:
  head/share/man/man4/amdtemp.4

Modified: head/share/man/man4/amdtemp.4
==
--- head/share/man/man4/amdtemp.4   Mon Feb  7 11:18:18 2011
(r218397)
+++ head/share/man/man4/amdtemp.4   Mon Feb  7 11:20:58 2011
(r218398)
@@ -53,7 +53,7 @@ in AMD K8, K10 and K11 processors.
 .Pp
 For the K8 family, the
 .Nm
-driver reports each cores' temperature through a sysctl node in the
+driver reports each core's temperature through a sysctl node in the
 corresponding CPU devices's sysctl tree, named
 .Va dev.amdtemp.%d.sensor{0,1}.core{0,1} .
 The driver also creates
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218412 - stable/8/sbin/newfs

2011-02-07 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Feb  7 19:12:30 2011
New Revision: 218412
URL: http://svn.freebsd.org/changeset/base/218412

Log:
  MFC 212610:
  Synchronize newfs(8) manual with code.
  
  PR:   61716
  Approved by:  keramida (mentor)

Modified:
  stable/8/sbin/newfs/newfs.8
Directory Properties:
  stable/8/sbin/newfs/   (props changed)

Modified: stable/8/sbin/newfs/newfs.8
==
--- stable/8/sbin/newfs/newfs.8 Mon Feb  7 18:10:18 2011(r218411)
+++ stable/8/sbin/newfs/newfs.8 Mon Feb  7 19:12:30 2011(r218412)
@@ -125,8 +125,9 @@ and the number of bytes per inode.
 .It Fl d Ar max-extent-size
 The file system may choose to store large files using extents.
 This parameter specifies the largest extent size that may be used.
-It is presently limited to its default value which is 16 times
-the file system blocksize.
+The default value is the file system blocksize.
+It is presently limited to a maximum value of 16 times the
+file system blocksize and a minimum value of the file system blocksize.
 .It Fl e Ar maxbpg
 Indicate the maximum number of blocks any single file can
 allocate out of a cylinder group before it is forced to begin
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218413 - stable/7/sbin/newfs

2011-02-07 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Feb  7 19:13:20 2011
New Revision: 218413
URL: http://svn.freebsd.org/changeset/base/218413

Log:
  MFC 212610:
  Synchronize newfs(8) manual with code.
  
  PR:   61716
  Approved by:  keramida (mentor)

Modified:
  stable/7/sbin/newfs/newfs.8
Directory Properties:
  stable/7/sbin/newfs/   (props changed)

Modified: stable/7/sbin/newfs/newfs.8
==
--- stable/7/sbin/newfs/newfs.8 Mon Feb  7 19:12:30 2011(r218412)
+++ stable/7/sbin/newfs/newfs.8 Mon Feb  7 19:13:20 2011(r218413)
@@ -28,7 +28,7 @@
 .\" @(#)newfs.88.6 (Berkeley) 5/3/95
 .\" $FreeBSD$
 .\"
-.Dd March 21, 2008
+.Dd September 14, 2010
 .Dt NEWFS 8
 .Os
 .Sh NAME
@@ -116,8 +116,9 @@ and the number of bytes per inode.
 .It Fl d Ar max-extent-size
 The file system may choose to store large files using extents.
 This parameter specifies the largest extent size that may be used.
-It is presently limited to its default value which is 16 times
-the file system blocksize.
+The default value is the file system blocksize.
+It is presently limited to a maximum value of 16 times the
+file system blocksize and a minimum value of the file system blocksize.
 .It Fl e Ar maxbpg
 Indicate the maximum number of blocks any single file can
 allocate out of a cylinder group before it is forced to begin
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218421 - head/usr.bin/gzip

2011-02-07 Thread Glen Barber
Author: gjb (doc committer)
Date: Mon Feb  7 22:33:39 2011
New Revision: 218421
URL: http://svn.freebsd.org/changeset/base/218421

Log:
  Update manpage to remove CRT reference.
  
  PR:   154441
  Submitted by: Ben Haga (bhaga of absoludicrous com)
  Suggestion by:pluknet
  Approved by:  keramida (mentor)
  MFC after:3 days

Modified:
  head/usr.bin/gzip/zmore.1

Modified: head/usr.bin/gzip/zmore.1
==
--- head/usr.bin/gzip/zmore.1   Mon Feb  7 22:00:31 2011(r218420)
+++ head/usr.bin/gzip/zmore.1   Mon Feb  7 22:33:39 2011(r218421)
@@ -20,12 +20,12 @@
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"
 .\" $FreeBSD$
-.Dd January 26, 2007
+.Dd February 06, 2011
 .Dt ZMORE 1
 .Os
 .Sh NAME
 .Nm zmore
-.Nd view compressed files on a CRT
+.Nd view compressed files
 .Sh SYNOPSIS
 .Nm zmore
 .Op Ar flags
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218560 - stable/8/usr.bin/gzip

2011-02-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 11 13:52:55 2011
New Revision: 218560
URL: http://svn.freebsd.org/changeset/base/218560

Log:
  MFC 218421:
  
  Remove CRT reference from zmore(1).
  
  PR:   154441
  Approved by:  keramida (mentor)

Modified:
  stable/8/usr.bin/gzip/zmore.1
Directory Properties:
  stable/8/usr.bin/gzip/   (props changed)

Modified: stable/8/usr.bin/gzip/zmore.1
==
--- stable/8/usr.bin/gzip/zmore.1   Fri Feb 11 13:27:00 2011
(r218559)
+++ stable/8/usr.bin/gzip/zmore.1   Fri Feb 11 13:52:55 2011
(r218560)
@@ -20,12 +20,12 @@
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"
 .\" $FreeBSD$
-.Dd January 26, 2007
+.Dd February 06, 2011
 .Dt ZMORE 1
 .Os
 .Sh NAME
 .Nm zmore
-.Nd view compressed files on a CRT
+.Nd view compressed files
 .Sh SYNOPSIS
 .Nm zmore
 .Op Ar flags
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218561 - stable/7/usr.bin/gzip

2011-02-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 11 13:53:39 2011
New Revision: 218561
URL: http://svn.freebsd.org/changeset/base/218561

Log:
  MFC 218421:
  
  Remove CRT reference from zmore(1).
  
  PR:   154441
  Approved by:  keramida (mentor)

Modified:
  stable/7/usr.bin/gzip/zmore.1
Directory Properties:
  stable/7/usr.bin/gzip/   (props changed)

Modified: stable/7/usr.bin/gzip/zmore.1
==
--- stable/7/usr.bin/gzip/zmore.1   Fri Feb 11 13:52:55 2011
(r218560)
+++ stable/7/usr.bin/gzip/zmore.1   Fri Feb 11 13:53:39 2011
(r218561)
@@ -20,12 +20,12 @@
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"
 .\" $FreeBSD$
-.Dd January 26, 2007
+.Dd February 06, 2011
 .Dt ZMORE 1
 .Os
 .Sh NAME
 .Nm zmore
-.Nd view compressed files on a CRT
+.Nd view compressed files
 .Sh SYNOPSIS
 .Nm zmore
 .Op Ar flags
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218562 - stable/8/share/man/man4

2011-02-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 11 13:55:27 2011
New Revision: 218562
URL: http://svn.freebsd.org/changeset/base/218562

Log:
  MFC 218398:
  
  Fix typo in amdtemp(4).
  
  Approved by:  keramida (mentor)

Modified:
  stable/8/share/man/man4/amdtemp.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/amdtemp.4
==
--- stable/8/share/man/man4/amdtemp.4   Fri Feb 11 13:53:39 2011
(r218561)
+++ stable/8/share/man/man4/amdtemp.4   Fri Feb 11 13:55:27 2011
(r218562)
@@ -53,7 +53,7 @@ in AMD K8, K10 and K11 processors.
 .Pp
 For the K8 family, the
 .Nm
-driver reports each cores' temperature through a sysctl node in the
+driver reports each core's temperature through a sysctl node in the
 corresponding CPU devices's sysctl tree, named
 .Va dev.amdtemp.%d.sensor{0,1}.core{0,1} .
 The driver also creates
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218563 - stable/7/share/man/man4

2011-02-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 11 13:56:06 2011
New Revision: 218563
URL: http://svn.freebsd.org/changeset/base/218563

Log:
  MFC 218398:
  
  Fix typo in amdtemp(4).
  
  Approved by:  keramida (mentor)

Modified:
  stable/7/share/man/man4/amdtemp.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/amdtemp.4
==
--- stable/7/share/man/man4/amdtemp.4   Fri Feb 11 13:55:27 2011
(r218562)
+++ stable/7/share/man/man4/amdtemp.4   Fri Feb 11 13:56:06 2011
(r218563)
@@ -53,7 +53,7 @@ in AMD K8, K10 and K11 processors.
 .Pp
 For the K8 family, the
 .Nm
-driver reports each cores' temperature through a sysctl node in the
+driver reports each core's temperature through a sysctl node in the
 corresponding CPU devices's sysctl tree, named
 .Va dev.amdtemp.%d.sensor{0,1}.core{0,1} .
 The driver also creates
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218564 - stable/8/share/man/man9

2011-02-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 11 13:58:30 2011
New Revision: 218564
URL: http://svn.freebsd.org/changeset/base/218564

Log:
  MFC 212440,212493,212500:
  
  Add RETURN VALUES section to devclass_get_maxunit(9).
  
  PR:   149979
  Approved by:  keramida (mentor)

Modified:
  stable/8/share/man/man9/devclass_get_maxunit.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/devclass_get_maxunit.9
==
--- stable/8/share/man/man9/devclass_get_maxunit.9  Fri Feb 11 13:56:06 
2011(r218563)
+++ stable/8/share/man/man9/devclass_get_maxunit.9  Fri Feb 11 13:58:30 
2011(r218564)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 3, 2005
+.Dd September 10, 2010
 .Dt DEVCLASS_GET_MAXUNIT 9
 .Os
 .Sh NAME
@@ -43,6 +43,19 @@
 Returns the next unit number to be allocated to device instances in the
 .Dv devclass .
 This is one greater than the highest currently allocated unit.
+.Sh RETURN VALUES
+The
+.Fn devclass_get_maxunit
+function returns -1 if
+.Fa dc
+is 
+.Dv NULL;
+otherwise it returns the next unit
+number in
+.Fa dc's
+devclass.
+.Sh ERRORS
+None.
 .Sh SEE ALSO
 .Xr devclass 9 ,
 .Xr device 9
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218565 - stable/7/share/man/man9

2011-02-11 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 11 13:59:56 2011
New Revision: 218565
URL: http://svn.freebsd.org/changeset/base/218565

Log:
  MFC 212440,212493,212500:
  
  Add RETURN VALUES section to devclass_get_maxunit(9).
  
  PR:   149979
  Approved by:  keramida (mentor)

Modified:
  stable/7/share/man/man9/devclass_get_maxunit.9
Directory Properties:
  stable/7/share/man/man9/   (props changed)

Modified: stable/7/share/man/man9/devclass_get_maxunit.9
==
--- stable/7/share/man/man9/devclass_get_maxunit.9  Fri Feb 11 13:58:30 
2011(r218564)
+++ stable/7/share/man/man9/devclass_get_maxunit.9  Fri Feb 11 13:59:56 
2011(r218565)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 3, 2005
+.Dd September 10, 2010
 .Dt DEVCLASS_GET_MAXUNIT 9
 .Os
 .Sh NAME
@@ -43,6 +43,19 @@
 Returns the next unit number to be allocated to device instances in the
 .Dv devclass .
 This is one greater than the highest currently allocated unit.
+.Sh RETURN VALUES
+The
+.Fn devclass_get_maxunit
+function returns -1 if
+.Fa dc
+is 
+.Dv NULL;
+otherwise it returns the next unit
+number in
+.Fa dc's
+devclass.
+.Sh ERRORS
+None.
 .Sh SEE ALSO
 .Xr devclass 9 ,
 .Xr device 9
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218614 - stable/8/share/man/man5

2011-02-12 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Feb 12 17:57:56 2011
New Revision: 218614
URL: http://svn.freebsd.org/changeset/base/218614

Log:
  MFC 212827, 217717:
  
  Note that devfs(5) and fdescfs(5) both create /dev/fd file descriptors.
  
  PR:   144534
  Approved by:  keramida (mentor)

Modified:
  stable/8/share/man/man5/devfs.5
  stable/8/share/man/man5/fdescfs.5
Directory Properties:
  stable/8/share/man/man5/   (props changed)

Modified: stable/8/share/man/man5/devfs.5
==
--- stable/8/share/man/man5/devfs.5 Sat Feb 12 16:33:00 2011
(r218613)
+++ stable/8/share/man/man5/devfs.5 Sat Feb 12 17:57:56 2011
(r218614)
@@ -38,7 +38,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 30, 2010
+.Dd September 18, 2010
 .Dt DEVFS 5
 .Os
 .Sh NAME
@@ -69,6 +69,27 @@ The
 .Xr mknod 8
 tool can be used to recover deleted device entries under
 .Nm .
+.Pp
+The
+.Xr fdescfs 5
+filesystem is an alternate means for populating
+.Pa /dev/fd .
+The character devices that both
+.Nm
+and
+.Xr fdescfs 5
+present in
+.Pa /dev/fd
+correspond to the open file descriptors of the process
+accessing the directory.
+.Nm
+only creates files for the standard file descriptors
+.Pa 0 ,
+.Pa 1
+and
+.Pa 2 .
+.Xr fdescfs 5
+creates files for all open descriptors.
 .Sh FILES
 .Bl -tag -width /dev/ -compact
 .It Pa /dev
@@ -84,6 +105,7 @@ volume located on
 .Pp
 .Dl "mount -t devfs devfs /mychroot/dev"
 .Sh SEE ALSO
+.Xr fdescfs 5 ,
 .Xr devfs 8 ,
 .Xr mount 8
 .Sh HISTORY

Modified: stable/8/share/man/man5/fdescfs.5
==
--- stable/8/share/man/man5/fdescfs.5   Sat Feb 12 16:33:00 2011
(r218613)
+++ stable/8/share/man/man5/fdescfs.5   Sat Feb 12 17:57:56 2011
(r218614)
@@ -38,7 +38,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 14, 1996
+.Dd September 18, 2010
 .Dt FDESCFS 5
 .Os
 .Sh NAME
@@ -87,6 +87,19 @@ call other than
 and
 .Dv O_RDWR
 are ignored.
+.Pp
+.Em "Note:"
+.Pa /dev/fd/0 ,
+.Pa /dev/fd/1
+and
+.Pa /dev/fd/2
+files are created by default when devfs alone is mounted.
+.Nm
+creates entries for all file descriptors opened by the process.
+.Sh FILES
+.Bl -tag -width /dev/stderr -compact
+.It Pa /dev/fd/#
+.El
 .Sh EXAMPLES
 To mount a  
 .Nm
@@ -94,11 +107,8 @@ volume located on
 .Pa /dev/fd :
 .Pp
 .Dl "mount -t fdescfs null /dev/fd"
-.Sh FILES
-.Bl -tag -width /dev/stderr -compact
-.It Pa /dev/fd/#
-.El
 .Sh SEE ALSO
+.Xr devfs 5 ,
 .Xr mount 8
 .Sh HISTORY
 The
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218615 - stable/7/share/man/man5

2011-02-12 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Feb 12 17:58:36 2011
New Revision: 218615
URL: http://svn.freebsd.org/changeset/base/218615

Log:
  MFC 212827, 217717:
  
  Note that devfs(5) and fdescfs(5) both create /dev/fd file descriptors.
  
  PR:   144534
  Approved by:  keramida (mentor)

Modified:
  stable/7/share/man/man5/devfs.5
  stable/7/share/man/man5/fdescfs.5
Directory Properties:
  stable/7/share/man/man5/   (props changed)

Modified: stable/7/share/man/man5/devfs.5
==
--- stable/7/share/man/man5/devfs.5 Sat Feb 12 17:57:56 2011
(r218614)
+++ stable/7/share/man/man5/devfs.5 Sat Feb 12 17:58:36 2011
(r218615)
@@ -38,7 +38,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 30, 2010
+.Dd September 18, 2010
 .Dt DEVFS 5
 .Os
 .Sh NAME
@@ -69,6 +69,27 @@ The
 .Xr mknod 8
 tool can be used to recover deleted device entries under
 .Nm .
+.Pp
+The
+.Xr fdescfs 5
+filesystem is an alternate means for populating
+.Pa /dev/fd .
+The character devices that both
+.Nm
+and
+.Xr fdescfs 5
+present in
+.Pa /dev/fd
+correspond to the open file descriptors of the process
+accessing the directory.
+.Nm
+only creates files for the standard file descriptors
+.Pa 0 ,
+.Pa 1
+and
+.Pa 2 .
+.Xr fdescfs 5
+creates files for all open descriptors.
 .Sh FILES
 .Bl -tag -width /dev/ -compact
 .It Pa /dev
@@ -84,6 +105,7 @@ volume located on
 .Pp
 .Dl "mount -t devfs devfs /mychroot/dev"
 .Sh SEE ALSO
+.Xr fdescfs 5 ,
 .Xr devfs 8 ,
 .Xr mount 8
 .Sh HISTORY

Modified: stable/7/share/man/man5/fdescfs.5
==
--- stable/7/share/man/man5/fdescfs.5   Sat Feb 12 17:57:56 2011
(r218614)
+++ stable/7/share/man/man5/fdescfs.5   Sat Feb 12 17:58:36 2011
(r218615)
@@ -38,7 +38,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 14, 1996
+.Dd September 18, 2010
 .Dt FDESCFS 5
 .Os
 .Sh NAME
@@ -87,6 +87,19 @@ call other than
 and
 .Dv O_RDWR
 are ignored.
+.Pp
+.Em "Note:"
+.Pa /dev/fd/0 ,
+.Pa /dev/fd/1
+and
+.Pa /dev/fd/2
+files are created by default when devfs alone is mounted.
+.Nm
+creates entries for all file descriptors opened by the process.
+.Sh FILES
+.Bl -tag -width /dev/stderr -compact
+.It Pa /dev/fd/#
+.El
 .Sh EXAMPLES
 To mount a  
 .Nm
@@ -94,11 +107,8 @@ volume located on
 .Pa /dev/fd :
 .Pp
 .Dl "mount -t fdescfs null /dev/fd"
-.Sh FILES
-.Bl -tag -width /dev/stderr -compact
-.It Pa /dev/fd/#
-.El
 .Sh SEE ALSO
+.Xr devfs 5 ,
 .Xr mount 8
 .Sh HISTORY
 The
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r218421 - head/usr.bin/gzip

2011-02-13 Thread Glen Barber
Hi,

On 2/13/11 5:27 PM, Ulrich Spörlein wrote:
>> Log:
>>   Update manpage to remove CRT reference.
> 
> Would you mind tackling these as well?
> 
> bin/stty/stty.1
> share/man/man4/acpi_panasonic.4
> usr.bin/colcrt/colcrt.1  (I think this tool should be removed)
> usr.bin/ul/ul.1
> 

Sure thing.

Cheers,

-- 
Glen Barber | g...@freebsd.org
FreeBSD Documentation Project
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r218421 - head/usr.bin/gzip

2011-02-13 Thread Glen Barber
On 2/13/11 5:58 PM, Glen Barber wrote:
> Hi,
> 
> On 2/13/11 5:27 PM, Ulrich Spörlein wrote:
>>> Log:
>>>   Update manpage to remove CRT reference.
>>
>> Would you mind tackling these as well?
>>

>> share/man/man4/acpi_panasonic.4

Hmm.. acpi_panasonic(4) appears to have a mode which differentiates
between LCD and CRT modes.  Do you think this manual should be left as-is?

Cheers,

-- 
Glen Barber | g...@freebsd.org
FreeBSD Documentation Project
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218692 - stable/8/lib/libc/sys

2011-02-14 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Feb 15 01:33:59 2011
New Revision: 218692
URL: http://svn.freebsd.org/changeset/base/218692

Log:
  MFC 212438:
  Add EINVAL to list of possible return values for cpuset_getaffinity(2).
  
  PR:   149978
  Approved by:  keramida (mentor)

Modified:
  stable/8/lib/libc/sys/cpuset_getaffinity.2
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/sys/cpuset_getaffinity.2
==
--- stable/8/lib/libc/sys/cpuset_getaffinity.2  Mon Feb 14 21:50:51 2011
(r218691)
+++ stable/8/lib/libc/sys/cpuset_getaffinity.2  Tue Feb 15 01:33:59 2011
(r218692)
@@ -121,6 +121,12 @@ The
 or
 .Fa which
 argument was not a valid value.
+.It Bq Er EINVAL
+The
+.Fa mask
+argument specified when calling
+.Fn cpuset_setaffinity
+was not a valid value.
 .It Bq Er EDEADLK
 The
 .Fn cpuset_setaffinity
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218693 - stable/7/lib/libc/sys

2011-02-14 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Feb 15 01:34:46 2011
New Revision: 218693
URL: http://svn.freebsd.org/changeset/base/218693

Log:
  MFC 212438:
  Add EINVAL to list of possible return values for cpuset_getaffinity(2).
  
  PR:   149978
  Approved by:  keramida (mentor)

Modified:
  stable/7/lib/libc/sys/cpuset_getaffinity.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/cpuset_getaffinity.2
==
--- stable/7/lib/libc/sys/cpuset_getaffinity.2  Tue Feb 15 01:33:59 2011
(r218692)
+++ stable/7/lib/libc/sys/cpuset_getaffinity.2  Tue Feb 15 01:34:46 2011
(r218693)
@@ -121,6 +121,12 @@ The
 or
 .Fa which
 argument was not a valid value.
+.It Bq Er EINVAL
+The
+.Fa mask
+argument specified when calling
+.Fn cpuset_setaffinity
+was not a valid value.
 .It Bq Er EDEADLK
 The
 .Fn cpuset_setaffinity
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218813 - in stable/8/lib/libc: db/man sys

2011-02-18 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 18 17:41:39 2011
New Revision: 218813
URL: http://svn.freebsd.org/changeset/base/218813

Log:
  MFC 212441,212492:
  
  - Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497. [1]
  - Bump dates in dbopen(3) and cpuset_getaffinity(2).
  
  PR:   150030 [1]

Modified:
  stable/8/lib/libc/db/man/dbopen.3
  stable/8/lib/libc/sys/cpuset_getaffinity.2
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/db/man/dbopen.3
==
--- stable/8/lib/libc/db/man/dbopen.3   Fri Feb 18 17:06:06 2011
(r218812)
+++ stable/8/lib/libc/db/man/dbopen.3   Fri Feb 18 17:41:39 2011
(r218813)
@@ -28,7 +28,7 @@
 .\"@(#)dbopen.38.5 (Berkeley) 1/2/94
 .\" $FreeBSD$
 .\"
-.Dd January 2, 1994
+.Dd September 10, 2010
 .Dt DBOPEN 3
 .Os
 .Sh NAME
@@ -78,8 +78,8 @@ arguments
 are as specified to the
 .Xr open 2
 routine, however, only the
-.Dv O_CREAT , O_EXCL , O_EXLOCK , O_NONBLOCK ,
-.Dv O_RDONLY , O_RDWR , O_SHLOCK
+.Dv O_CREAT , O_EXCL , O_EXLOCK , O_NOFOLLOW , O_NONBLOCK ,
+.Dv O_RDONLY , O_RDWR , O_SHLOCK , O_SYNC
 and
 .Dv O_TRUNC
 flags are meaningful.

Modified: stable/8/lib/libc/sys/cpuset_getaffinity.2
==
--- stable/8/lib/libc/sys/cpuset_getaffinity.2  Fri Feb 18 17:06:06 2011
(r218812)
+++ stable/8/lib/libc/sys/cpuset_getaffinity.2  Fri Feb 18 17:41:39 2011
(r218813)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 8, 2010
+.Dd September 10, 2010
 .Dt CPUSET 2
 .Os
 .Sh NAME
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218814 - stable/7/lib/libc/sys

2011-02-18 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Feb 18 17:42:29 2011
New Revision: 218814
URL: http://svn.freebsd.org/changeset/base/218814

Log:
  MFC 212492:
  
  Bump date in cpuset_getaffinity(2).  Note, the original commit
  also affects dbopen(3), however that change is not needed here.

Modified:
  stable/7/lib/libc/sys/cpuset_getaffinity.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/cpuset_getaffinity.2
==
--- stable/7/lib/libc/sys/cpuset_getaffinity.2  Fri Feb 18 17:41:39 2011
(r218813)
+++ stable/7/lib/libc/sys/cpuset_getaffinity.2  Fri Feb 18 17:42:29 2011
(r218814)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 8, 2010
+.Dd September 10, 2010
 .Dt CPUSET 2
 .Os
 .Sh NAME
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222961 - stable/8/sbin/mknod

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Jun 10 23:42:03 2011
New Revision: 222961
URL: http://svn.freebsd.org/changeset/base/222961

Log:
  MFC 198714 [1]:
  
  - The majors file was removed long ago, 0 should be used instead.
  
  PR:   139230
  Original commit by:   brueffer

Modified:
  stable/8/sbin/mknod/mknod.8
Directory Properties:
  stable/8/sbin/mknod/   (props changed)

Modified: stable/8/sbin/mknod/mknod.8
==
--- stable/8/sbin/mknod/mknod.8 Fri Jun 10 23:27:36 2011(r222960)
+++ stable/8/sbin/mknod/mknod.8 Fri Jun 10 23:42:03 2011(r222961)
@@ -28,7 +28,7 @@
 .\" @(#)mknod.88.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd December 15, 2004
+.Dd October 31, 2009
 .Dt MKNOD 8
 .Os
 .Sh NAME
@@ -74,9 +74,7 @@ and pseudo devices, and are type
 .It Ar major
 The major device number is an integer number which tells the kernel
 which device driver entry point to use.
-To learn what
-major device number to use for a particular device, check
-.Pa /usr/src/sys/conf/majors .
+This is a compatibility shim and should be left zero.
 .It Ar minor
 The minor device number tells the kernel which subunit
 the node corresponds to on the device; for example,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222962 - stable/7/sbin/mknod

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Jun 10 23:42:49 2011
New Revision: 222962
URL: http://svn.freebsd.org/changeset/base/222962

Log:
  MFC 198714 [1]:
  
  - The majors file was removed long ago, 0 should be used instead.
  
  PR:   139230
  Original commit by:   brueffer

Modified:
  stable/7/sbin/mknod/mknod.8
Directory Properties:
  stable/7/sbin/mknod/   (props changed)

Modified: stable/7/sbin/mknod/mknod.8
==
--- stable/7/sbin/mknod/mknod.8 Fri Jun 10 23:42:03 2011(r222961)
+++ stable/7/sbin/mknod/mknod.8 Fri Jun 10 23:42:49 2011(r222962)
@@ -28,7 +28,7 @@
 .\" @(#)mknod.88.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd December 15, 2004
+.Dd October 31, 2009
 .Dt MKNOD 8
 .Os
 .Sh NAME
@@ -74,9 +74,7 @@ and pseudo devices, and are type
 .It Ar major
 The major device number is an integer number which tells the kernel
 which device driver entry point to use.
-To learn what
-major device number to use for a particular device, check
-.Pa /usr/src/sys/conf/majors .
+This is a compatibility shim and should be left zero.
 .It Ar minor
 The minor device number tells the kernel which subunit
 the node corresponds to on the device; for example,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222963 - stable/7/usr.sbin/arp

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Fri Jun 10 23:52:53 2011
New Revision: 222963
URL: http://svn.freebsd.org/changeset/base/222963

Log:
  MFC 191635 [1]:
  
  - xref ndp(8)
  
  PR:   134053
  Original commit by:   danger [1]

Modified:
  stable/7/usr.sbin/arp/arp.8
Directory Properties:
  stable/7/usr.sbin/arp/   (props changed)

Modified: stable/7/usr.sbin/arp/arp.8
==
--- stable/7/usr.sbin/arp/arp.8 Fri Jun 10 23:42:49 2011(r222962)
+++ stable/7/usr.sbin/arp/arp.8 Fri Jun 10 23:52:53 2011(r222963)
@@ -193,7 +193,8 @@ character will mark the rest of the line
 .Sh SEE ALSO
 .Xr inet 3 ,
 .Xr arp 4 ,
-.Xr ifconfig 8
+.Xr ifconfig 8 ,
+.Xr ndp 8
 .Sh HISTORY
 The
 .Nm
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222964 - stable/7/lib/libc/sys

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jun 11 00:06:14 2011
New Revision: 222964
URL: http://svn.freebsd.org/changeset/base/222964

Log:
  MFC 186489 [1]:
  
  Document that kldunloadf can return EINVAL.
  
  PR:   125639
  Original commit by:   trhodes [1]

Modified:
  stable/7/lib/libc/sys/kldunload.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/kldunload.2
==
--- stable/7/lib/libc/sys/kldunload.2   Fri Jun 10 23:52:53 2011
(r222963)
+++ stable/7/lib/libc/sys/kldunload.2   Sat Jun 11 00:06:14 2011
(r222964)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 10, 2008
+.Dd December 25, 2008
 .Dt KLDUNLOAD 2
 .Os
 .Sh NAME
@@ -70,6 +70,10 @@ You do not have access to unlink the fil
 The file was not found.
 .It Bq Er EBUSY
 You attempted to unload a file linked by the kernel.
+.It Bq Er EINVAL
+The
+.Fn kldunloadf
+system call was passed invalid flags.
 .El
 .Sh SEE ALSO
 .Xr kldfind 2 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222965 - stable/8/usr.bin/su

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jun 11 00:30:56 2011
New Revision: 222965
URL: http://svn.freebsd.org/changeset/base/222965

Log:
  MFC 222758, 222759, 222770:
  
  - Document that when running 'su -m  -c ',  is
run within a shell as .
  - Bump date
  - Attempt to clear up some confusion in the following example, by
stating the '-c' argument is passed to the shell, not to su(1), which
would indicate the login class.
  
'su -m  -c '
  
  PR:   157078

Modified:
  stable/8/usr.bin/su/su.1
Directory Properties:
  stable/8/usr.bin/su/   (props changed)

Modified: stable/8/usr.bin/su/su.1
==
--- stable/8/usr.bin/su/su.1Sat Jun 11 00:06:14 2011(r222964)
+++ stable/8/usr.bin/su/su.1Sat Jun 11 00:30:56 2011(r222965)
@@ -32,7 +32,7 @@
 .\"@(#)su.18.2 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd July 1, 2008
+.Dd June 6, 2011
 .Dt SU 1
 .Os
 .Sh NAME
@@ -197,16 +197,22 @@ PAM configuration for
 .Sh EXAMPLES
 .Bl -tag -width 5n -compact
 .It Li "su -m man -c catman"
-Runs the command
-.Li catman
-as user
-.Li man .
+Starts a shell as user
+.Li man ,
+and runs the command
+.Li catman .
 You will be asked for man's password unless your real UID is 0.
 Note that the
 .Fl m
 option is required since user
 .Dq man
 does not have a valid shell by default.
+In this example,
+.Fl c
+is passed to the shell of the user
+.Dq man ,
+and is not interpreted as an argument to
+.Nm .
 .It Li "su -m man -c 'catman /usr/share/man /usr/local/man'"
 Same as above, but the target command consists of more than a
 single word and hence is quoted for use with the
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222966 - stable/7/usr.bin/su

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jun 11 00:31:37 2011
New Revision: 222966
URL: http://svn.freebsd.org/changeset/base/222966

Log:
  MFC 222758, 222759, 222770:
  
  - Document that when running 'su -m  -c ',  is
run within a shell as .
  - Bump date
  - Attempt to clear up some confusion in the following example, by
stating the '-c' argument is passed to the shell, not to su(1), which
would indicate the login class.
  
'su -m  -c '
  
  PR:   157078

Modified:
  stable/7/usr.bin/su/su.1
Directory Properties:
  stable/7/usr.bin/su/   (props changed)

Modified: stable/7/usr.bin/su/su.1
==
--- stable/7/usr.bin/su/su.1Sat Jun 11 00:30:56 2011(r222965)
+++ stable/7/usr.bin/su/su.1Sat Jun 11 00:31:37 2011(r222966)
@@ -32,7 +32,7 @@
 .\"@(#)su.18.2 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd July 1, 2008
+.Dd June 6, 2011
 .Dt SU 1
 .Os
 .Sh NAME
@@ -197,16 +197,22 @@ PAM configuration for
 .Sh EXAMPLES
 .Bl -tag -width 5n -compact
 .It Li "su -m man -c catman"
-Runs the command
-.Li catman
-as user
-.Li man .
+Starts a shell as user
+.Li man ,
+and runs the command
+.Li catman .
 You will be asked for man's password unless your real UID is 0.
 Note that the
 .Fl m
 option is required since user
 .Dq man
 does not have a valid shell by default.
+In this example,
+.Fl c
+is passed to the shell of the user
+.Dq man ,
+and is not interpreted as an argument to
+.Nm .
 .It Li "su -m man -c 'catman /usr/share/man /usr/local/man'"
 Same as above, but the target command consists of more than a
 single word and hence is quoted for use with the
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222968 - stable/7/usr.sbin/syslogd

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jun 11 01:21:54 2011
New Revision: 222968
URL: http://svn.freebsd.org/changeset/base/222968

Log:
  MFC 186440 [1]:
  
  Add "crit" to the list of keywords.
  
  PR:   126934
  Original commit by:   trhodes [1]

Modified:
  stable/7/usr.sbin/syslogd/syslog.conf.5
Directory Properties:
  stable/7/usr.sbin/syslogd/   (props changed)

Modified: stable/7/usr.sbin/syslogd/syslog.conf.5
==
--- stable/7/usr.sbin/syslogd/syslog.conf.5 Sat Jun 11 01:19:19 2011
(r222967)
+++ stable/7/usr.sbin/syslogd/syslog.conf.5 Sat Jun 11 01:21:54 2011
(r222968)
@@ -28,7 +28,7 @@
 .\" @(#)syslog.conf.5  8.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd June 9, 1993
+.Dd December 23, 2008
 .Dt SYSLOG.CONF 5
 .Os
 .Sh NAME
@@ -137,7 +137,7 @@ The
 .Em level
 describes the severity of the message, and is a keyword from the
 following ordered list (higher to lower):
-.Cm emerg , alert , err , warning , notice , info
+.Cm emerg , crit , alert , err , warning , notice , info
 and
 .Cm debug .
 These keywords correspond to
@@ -446,7 +446,7 @@ A configuration file might appear as fol
 # level notice or higher, and anything of level err or
 # higher to the console.
 # Don't log private authentication messages!
-*.err;kern.*;auth.notice;authpriv.none /dev/console
+*.err;kern.*;auth.notice;authpriv.none;mail.crit   /dev/console
 
 # Log anything (except mail) of level info or higher.
 # Don't log private authentication messages!
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222969 - stable/7/lib/libc/sys

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jun 11 01:44:49 2011
New Revision: 222969
URL: http://svn.freebsd.org/changeset/base/222969

Log:
  MFC 181265 [1]:
  
  Document EAGAIN in ERRORS according to kern_jail.c.
  
  PR:   125253
  Original commit by:   trhodes [1]

Modified:
  stable/7/lib/libc/sys/jail.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/jail.2
==
--- stable/7/lib/libc/sys/jail.2Sat Jun 11 01:21:54 2011
(r222968)
+++ stable/7/lib/libc/sys/jail.2Sat Jun 11 01:44:49 2011
(r222969)
@@ -138,6 +138,8 @@ will fail if:
 .Bl -tag -width Er
 .It Bq Er EINVAL
 The version number of the argument is not correct.
+.It Bq Er EAGAIN
+No free JID could be found.
 .El
 .Pp
 Further
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r222970 - stable/7/share/man/man4

2011-06-10 Thread Glen Barber
Author: gjb (doc committer)
Date: Sat Jun 11 01:58:31 2011
New Revision: 222970
URL: http://svn.freebsd.org/changeset/base/222970

Log:
  MFC 176470 [1]:
  
  Document TCLASS in ip6(4).
  
  PR:   120945
  Original commit by:   bms [1]

Modified:
  stable/7/share/man/man4/ip6.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/ip6.4
==
--- stable/7/share/man/man4/ip6.4   Sat Jun 11 01:44:49 2011
(r222969)
+++ stable/7/share/man/man4/ip6.4   Sat Jun 11 01:58:31 2011
(r222970)
@@ -147,7 +147,6 @@ The following socket options are support
 .It Dv IPV6_UNICAST_HOPS Fa "int *"
 Get or set the default hop limit header field for outgoing unicast
 datagrams sent on this socket.
-A value of \-1 resets to the default value.
 .\" .It Dv IPV6_RECVOPTS Fa "int *"
 .\" Get or set the status of whether all header options will be
 .\" delivered along with the datagram when it is received.
@@ -313,6 +312,18 @@ The
 routine and family of routines may be used to manipulate this data.
 .Pp
 This option requires superuser privileges.
+.It Dv IPV6_TCLASS Fa "int *"
+Get or set the value of the traffic class field used for outgoing datagrams
+on this socket.
+The value must be between \-1 and 255.
+A value of \-1 resets to the default value.
+.It Dv IPV6_RECVTCLASS Fa "int *"
+Get or set the status of whether the traffic class header field will be
+provided as ancillary data along with the payload in subsequent
+.Xr recvmsg 2
+calls.
+The header field is stored as a single value of type
+.Vt int .
 .It Dv IPV6_RTHDR Fa "int *"
 Get or set whether the routing header from subsequent packets will be
 provided as ancillary data along with the payload in subsequent
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r223074 - in stable/8/sbin/geom/class: eli sched

2011-06-14 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Jun 14 10:49:18 2011
New Revision: 223074
URL: http://svn.freebsd.org/changeset/base/223074

Log:
  MFC 216147 [1], 219424 [2]:
  
  216147 by delphij [1]:
   - Recommend a overwrite of whole geli provider before use.
   - Correct a typo.
  
  219424 by pjd [2]:
   - Change example wording.
  
  PR:   155385 [2]

Modified:
  stable/8/sbin/geom/class/eli/geli.8
Directory Properties:
  stable/8/sbin/geom/   (props changed)
  stable/8/sbin/geom/class/multipath/   (props changed)
  stable/8/sbin/geom/class/part/   (props changed)
  stable/8/sbin/geom/class/sched/gsched.8   (props changed)
  stable/8/sbin/geom/class/stripe/   (props changed)

Modified: stable/8/sbin/geom/class/eli/geli.8
==
--- stable/8/sbin/geom/class/eli/geli.8 Tue Jun 14 07:20:16 2011
(r223073)
+++ stable/8/sbin/geom/class/eli/geli.8 Tue Jun 14 10:49:18 2011
(r223074)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 20, 2010
+.Dd March 9, 2011
 .Dt GELI 8
 .Os
 .Sh NAME
@@ -694,15 +694,17 @@ Enter passphrase:
 .Ed
 .Pp
 Create an encrypted provider, but use two keys:
-one for your girlfriend and one for
-you (so there will be no tragedy if she forgets her passphrase):
+one for your employee and one for you as company's security officer
+(so there is no tragedy if the employee
+.Qq accidentally
+forgets his passphrase):
 .Bd -literal -offset indent
 # geli init /dev/da2
-Enter new passphrase:  (enter your passphrase)
+Enter new passphrase:  (enter security officer passphrase)
 Reenter new passphrase:
 # geli setkey -n 1 /dev/da2
-Enter passphrase:  (enter your passphrase)
-Enter new passphrase:  (let your girlfriend enter her passphrase ...)
+Enter passphrase:  (enter security officer passphrase)
+Enter new passphrase:  (let your employee enter his passphrase ...)
 Reenter new passphrase:(... twice)
 .Ed
 .Pp
@@ -842,7 +844,7 @@ Enter passphrase:
 .Nm
 supports two encryption modes:
 .Nm XTS ,
-which was standarized as
+which was standardized as
 .Nm IEE P1619
 and
 .Nm CBC
@@ -873,6 +875,10 @@ changes with the data he owns without no
 In other words
 .Nm
 will not protect your data against replay attacks.
+.Pp
+It is recommended to write the whole provider before the first use,
+in order to make sure that all sectors and their corresponding
+checksums are properly initialized into a consistent state.
 .Sh SEE ALSO
 .Xr crypto 4 ,
 .Xr gbde 4 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r223076 - stable/7/sbin/geom/class/eli

2011-06-14 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Jun 14 10:50:16 2011
New Revision: 223076
URL: http://svn.freebsd.org/changeset/base/223076

Log:
  MFC 216147 [1], 219424 [2]:
  
  216147 by delphij [1]:
   - Recommend a overwrite of whole geli provider before use.
  
  219424 by pjd [2]:
   - Change example wording.
  
  PR:   155385 [2]

Modified:
  stable/7/sbin/geom/class/eli/geli.8
Directory Properties:
  stable/7/sbin/geom/   (props changed)
  stable/7/sbin/geom/class/journal/   (props changed)
  stable/7/sbin/geom/class/label/   (props changed)
  stable/7/sbin/geom/class/part/   (props changed)
  stable/7/sbin/geom/class/stripe/   (props changed)
  stable/7/sbin/geom/misc/   (props changed)

Modified: stable/7/sbin/geom/class/eli/geli.8
==
--- stable/7/sbin/geom/class/eli/geli.8 Tue Jun 14 10:50:01 2011
(r223075)
+++ stable/7/sbin/geom/class/eli/geli.8 Tue Jun 14 10:50:16 2011
(r223076)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 16, 2006
+.Dd March 9, 2011
 .Dt GELI 8
 .Os
 .Sh NAME
@@ -543,15 +543,17 @@ Enter passphrase:
 .Ed
 .Pp
 Create an encrypted provider, but use two keys:
-one for your girlfriend and one for
-you (so there will be no tragedy if she forgets her passphrase):
+one for your employee and one for you as company's security officer
+(so there is no tragedy if the employee
+.Qq accidentally
+forgets his passphrase):
 .Bd -literal -offset indent
 # geli init /dev/da2
-Enter new passphrase:  (enter your passphrase)
+Enter new passphrase:  (enter security officer passphrase)
 Reenter new passphrase:
 # geli setkey -n 1 /dev/da2
-Enter passphrase:  (enter your passphrase)
-Enter new passphrase:  (let your girlfriend enter her passphrase ...)
+Enter passphrase:  (enter security officer passphrase)
+Enter new passphrase:  (let your employee enter his passphrase ...)
 Reenter new passphrase:(... twice)
 .Ed
 .Pp
@@ -643,6 +645,10 @@ changes with the data he owns without no
 In other words
 .Nm
 will not protect your data against replay attacks.
+.Pp
+It is recommended to write the whole provider before the first use,
+in order to make sure that all sectors and their corresponding
+checksums are properly initialized into a consistent state.
 .Sh SEE ALSO
 .Xr crypto 4 ,
 .Xr gbde 4 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r223100 - stable/7/share/man/man4

2011-06-14 Thread Glen Barber
Author: gjb (doc committer)
Date: Tue Jun 14 22:37:09 2011
New Revision: 223100
URL: http://svn.freebsd.org/changeset/base/223100

Log:
  MFC 187066 by trhodes:
  
  Quote the "u" as it's the name of the union, this may prevent
  some confusion when reading the manual page.
  
  PR:   117798

Modified:
  stable/7/share/man/man4/sysmouse.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/sysmouse.4
==
--- stable/7/share/man/man4/sysmouse.4  Tue Jun 14 21:37:25 2011
(r223099)
+++ stable/7/share/man/man4/sysmouse.4  Tue Jun 14 22:37:09 2011
(r223100)
@@ -385,7 +385,7 @@ They are intended to replace functions p
 .Dv MOUSE_ACTION
 alone.
 .Pp
-.It Dv u
+.It Dv Sq u
 This union is one of
 .Pp
 .Bl -tag -width data -compact
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


  1   2   3   4   5   6   7   8   9   10   >