Bug 148891

Summary: [patch] Fix a few typos in non-source files (HEAD)
Product: Documentation Reporter: Jimmy Olgeni <olgeni>
Component: Books & ArticlesAssignee: Ulrich Spörlein <uqs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jimmy Olgeni freebsd_committer freebsd_triage 2010-07-24 12:00:13 UTC
A few typo fixes:

  lib/libc/sys/sctp_peeloff.2
  share/man/man4/isp.4
  tools/debugscripts/README
  usr.bin/ar/ar.1
  usr.sbin/sysinstall/help/options.hlp
  usr.sbin/ugidfw/ugidfw.8
Comment 1 Ulrich Spörlein freebsd_committer freebsd_triage 2010-07-30 10:36:51 UTC
Responsible Changed
From-To: freebsd-doc->uqs

Take it
Comment 2 Ulrich Spörlein freebsd_committer freebsd_triage 2010-07-30 12:58:19 UTC
State Changed
From-To: open->patched

Committed in r210641 
Thanks for the submission!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-07-30 13:00:56 UTC
Author: uqs
Date: Fri Jul 30 11:58:18 2010
New Revision: 210641
URL: http://svn.freebsd.org/changeset/base/210641

Log:
  Fix a couple of typos.
  
  PR:		docs/148891
  Submitted by:	olgeni
  MFC after:	1 week

Modified:
  head/lib/libc/sys/sctp_peeloff.2
  head/share/man/man4/isp.4
  head/tools/debugscripts/README
  head/usr.bin/ar/ar.1
  head/usr.sbin/sysinstall/help/options.hlp
  head/usr.sbin/ugidfw/ugidfw.8

Modified: head/lib/libc/sys/sctp_peeloff.2
==============================================================================
--- head/lib/libc/sys/sctp_peeloff.2	Fri Jul 30 11:55:52 2010	(r210640)
+++ head/lib/libc/sys/sctp_peeloff.2	Fri Jul 30 11:58:18 2010	(r210641)
@@ -50,7 +50,7 @@ The
 .Fn sctp_peeloff
 system call attempts detach the association specified by
 .Fa id
-into its own seperate socket.
+into its own separate socket.
 .Pp
 .Sh RETURN VALUES
 The call returns -1 on failure and the new socket descriptor

Modified: head/share/man/man4/isp.4
==============================================================================
--- head/share/man/man4/isp.4	Fri Jul 30 11:55:52 2010	(r210640)
+++ head/share/man/man4/isp.4	Fri Jul 30 11:58:18 2010	(r210641)
@@ -207,7 +207,7 @@ for the values.
 This value says how long to wait in seconds after loop has gone down before
 giving up and expiring all of the devices that were visible.
 The default is 300 seconds (5 minutes).
-A seperate (nonadjustable) timeout is used when
+A separate (nonadjustable) timeout is used when
 booting to not stop booting on lack of FC connectivity.
 .It Va dev.isp.N.gone_device_time
 This value says how long to wait for devices to reappear if they (temporarily)

Modified: head/tools/debugscripts/README
==============================================================================
--- head/tools/debugscripts/README	Fri Jul 30 11:55:52 2010	(r210640)
+++ head/tools/debugscripts/README	Fri Jul 30 11:58:18 2010	(r210641)
@@ -15,7 +15,7 @@ perform kernel debugging, you would do:
 
 
 This directory also contains a kgdb script that given a crash dump number
-automaticly extract the path to the kernel source, run gdb to extract
+automatically extract the path to the kernel source, run gdb to extract
 information about kernel modules loaded, and then rerun gdb loading the
 necessary symbols for the modules.  You need to make sure you build the
-modules w/ debugging symbols seperately to get things to work.
+modules w/ debugging symbols separately to get things to work.

Modified: head/usr.bin/ar/ar.1
==============================================================================
--- head/usr.bin/ar/ar.1	Fri Jul 30 11:55:52 2010	(r210640)
+++ head/usr.bin/ar/ar.1	Fri Jul 30 11:58:18 2010	(r210641)
@@ -292,7 +292,7 @@ or
 options,
 .Nm
 gives a file-by-file description of the archive modification being
-performed, which consists of three white-space seperated fields:
+performed, which consists of three white-space separated fields:
 the option letter, a dash
 .Dq "-" ,
 and the file name.

Modified: head/usr.sbin/sysinstall/help/options.hlp
==============================================================================
--- head/usr.sbin/sysinstall/help/options.hlp	Fri Jul 30 11:55:52 2010	(r210640)
+++ head/usr.sbin/sysinstall/help/options.hlp	Fri Jul 30 11:58:18 2010	(r210641)
@@ -152,7 +152,7 @@ Package Temp:  Where package temporary f
 
    Some packages, like emacs, can use a LOT of temporary space - up to
    20 or 30MB.  If you are going to configure a small / directory and no
-   seperate /var (and hence a small /var/tmp), then you may wish to set
+   separate /var (and hence a small /var/tmp), then you may wish to set
    this to point at another location (say, /usr/tmp).
 
 

Modified: head/usr.sbin/ugidfw/ugidfw.8
==============================================================================
--- head/usr.sbin/ugidfw/ugidfw.8	Fri Jul 30 11:55:52 2010	(r210640)
+++ head/usr.sbin/ugidfw/ugidfw.8	Fri Jul 30 11:58:18 2010	(r210641)
@@ -223,8 +223,7 @@ The subject can be required to have a pa
 .Ar uid
 and/or
 .Ar gid .
-A range of uids/gids can be specified,
-seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
 The subject can be required to be in a particular jail with the
 .Ar jailid .
 .It Xo
@@ -274,9 +273,9 @@ Objects can be required to be owned by t
 .Ar uid
 and/or
 .Ar gid .
-A range of uids/gids can be specified, seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
 The object can be required to be in a particular filesystem by
-specifing the filesystem using
+specifying the filesystem using
 .Cm filesys .
 Note,
 if the filesystem is unmounted and remounted,
_______________________________________________
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-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-08-06 10:08:40 UTC
Author: uqs
Date: Fri Aug  6 09:08:18 2010
New Revision: 210919
URL: http://svn.freebsd.org/changeset/base/210919

Log:
  MFC r210641: Fix a couple of typos.
  
  PR:		docs/148891
  Submitted by:	olgeni

Modified:
  stable/8/lib/libc/sys/sctp_peeloff.2
  stable/8/share/man/man4/isp.4
  stable/8/tools/debugscripts/README
  stable/8/usr.bin/ar/ar.1
  stable/8/usr.sbin/sysinstall/help/options.hlp
  stable/8/usr.sbin/ugidfw/ugidfw.8
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/locale/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)
  stable/8/lib/libc/sys/   (props changed)
  stable/8/share/man/   (props changed)
  stable/8/share/man/man1/   (props changed)
  stable/8/share/man/man3/   (props changed)
  stable/8/share/man/man4/   (props changed)
  stable/8/share/man/man5/   (props changed)
  stable/8/share/man/man7/   (props changed)
  stable/8/share/man/man8/   (props changed)
  stable/8/share/man/man9/   (props changed)
  stable/8/tools/debugscripts/   (props changed)
  stable/8/usr.bin/ar/   (props changed)
  stable/8/usr.sbin/sysinstall/   (props changed)
  stable/8/usr.sbin/ugidfw/   (props changed)

Modified: stable/8/lib/libc/sys/sctp_peeloff.2
==============================================================================
--- stable/8/lib/libc/sys/sctp_peeloff.2	Fri Aug  6 09:06:55 2010	(r210918)
+++ stable/8/lib/libc/sys/sctp_peeloff.2	Fri Aug  6 09:08:18 2010	(r210919)
@@ -50,7 +50,7 @@ The
 .Fn sctp_peeloff
 system call attempts detach the association specified by
 .Fa id
-into its own seperate socket.
+into its own separate socket.
 .Pp
 .Sh RETURN VALUES
 The call returns -1 on failure and the new socket descriptor

Modified: stable/8/share/man/man4/isp.4
==============================================================================
--- stable/8/share/man/man4/isp.4	Fri Aug  6 09:06:55 2010	(r210918)
+++ stable/8/share/man/man4/isp.4	Fri Aug  6 09:08:18 2010	(r210919)
@@ -207,7 +207,7 @@ for the values.
 This value says how long to wait in seconds after loop has gone down before
 giving up and expiring all of the devices that were visible.
 The default is 300 seconds (5 minutes).
-A seperate (nonadjustable) timeout is used when
+A separate (nonadjustable) timeout is used when
 booting to not stop booting on lack of FC connectivity.
 .It Va dev.isp.N.gone_device_time
 This value says how long to wait for devices to reappear if they (temporarily)

Modified: stable/8/tools/debugscripts/README
==============================================================================
--- stable/8/tools/debugscripts/README	Fri Aug  6 09:06:55 2010	(r210918)
+++ stable/8/tools/debugscripts/README	Fri Aug  6 09:08:18 2010	(r210919)
@@ -15,7 +15,7 @@ perform kernel debugging, you would do:
 
 
 This directory also contains a kgdb script that given a crash dump number
-automaticly extract the path to the kernel source, run gdb to extract
+automatically extract the path to the kernel source, run gdb to extract
 information about kernel modules loaded, and then rerun gdb loading the
 necessary symbols for the modules.  You need to make sure you build the
-modules w/ debugging symbols seperately to get things to work.
+modules w/ debugging symbols separately to get things to work.

Modified: stable/8/usr.bin/ar/ar.1
==============================================================================
--- stable/8/usr.bin/ar/ar.1	Fri Aug  6 09:06:55 2010	(r210918)
+++ stable/8/usr.bin/ar/ar.1	Fri Aug  6 09:08:18 2010	(r210919)
@@ -293,7 +293,7 @@ or
 options,
 .Nm
 gives a file-by-file description of the archive modification being
-performed, which consists of three white-space seperated fields:
+performed, which consists of three white-space separated fields:
 the option letter, a dash
 .Dq "-" ,
 and the file name.

Modified: stable/8/usr.sbin/sysinstall/help/options.hlp
==============================================================================
--- stable/8/usr.sbin/sysinstall/help/options.hlp	Fri Aug  6 09:06:55 2010	(r210918)
+++ stable/8/usr.sbin/sysinstall/help/options.hlp	Fri Aug  6 09:08:18 2010	(r210919)
@@ -152,7 +152,7 @@ Package Temp:  Where package temporary f
 
    Some packages, like emacs, can use a LOT of temporary space - up to
    20 or 30MB.  If you are going to configure a small / directory and no
-   seperate /var (and hence a small /var/tmp), then you may wish to set
+   separate /var (and hence a small /var/tmp), then you may wish to set
    this to point at another location (say, /usr/tmp).
 
 

Modified: stable/8/usr.sbin/ugidfw/ugidfw.8
==============================================================================
--- stable/8/usr.sbin/ugidfw/ugidfw.8	Fri Aug  6 09:06:55 2010	(r210918)
+++ stable/8/usr.sbin/ugidfw/ugidfw.8	Fri Aug  6 09:08:18 2010	(r210919)
@@ -223,8 +223,7 @@ The subject can be required to have a pa
 .Ar uid
 and/or
 .Ar gid .
-A range of uids/gids can be specified,
-seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
 The subject can be required to be in a particular jail with the
 .Ar jailid .
 .It Xo
@@ -274,9 +273,9 @@ Objects can be required to be owned by t
 .Ar uid
 and/or
 .Ar gid .
-A range of uids/gids can be specified, seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
 The object can be required to be in a particular filesystem by
-specifing the filesystem using
+specifying the filesystem using
 .Cm filesys .
 Note,
 if the filesystem is unmounted and remounted,
_______________________________________________
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-unsubscribe@freebsd.org"
Comment 5 Ulrich Spörlein freebsd_committer freebsd_triage 2010-08-06 10:21:16 UTC
State Changed
From-To: patched->closed

Merged to RELENG_7 and RELENG_8, thanks for your submission!
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-08-06 10:21:17 UTC
Author: uqs
Date: Fri Aug  6 09:21:07 2010
New Revision: 210920
URL: http://svn.freebsd.org/changeset/base/210920

Log:
  MFC r210641: Fix a couple of typos.
  
  PR:		docs/148891
  Submitted by:	olgeni

Modified:
  stable/7/lib/libc/sys/sctp_peeloff.2
  stable/7/share/man/man4/isp.4
  stable/7/tools/debugscripts/README
  stable/7/usr.sbin/sysinstall/help/options.hlp
  stable/7/usr.sbin/ugidfw/ugidfw.8
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)
  stable/7/share/man/   (props changed)
  stable/7/share/man/man1/   (props changed)
  stable/7/share/man/man3/   (props changed)
  stable/7/share/man/man4/   (props changed)
  stable/7/share/man/man5/   (props changed)
  stable/7/share/man/man7/   (props changed)
  stable/7/share/man/man8/   (props changed)
  stable/7/share/man/man9/   (props changed)
  stable/7/tools/debugscripts/   (props changed)
  stable/7/usr.sbin/sysinstall/   (props changed)
  stable/7/usr.sbin/ugidfw/   (props changed)

Modified: stable/7/lib/libc/sys/sctp_peeloff.2
==============================================================================
--- stable/7/lib/libc/sys/sctp_peeloff.2	Fri Aug  6 09:08:18 2010	(r210919)
+++ stable/7/lib/libc/sys/sctp_peeloff.2	Fri Aug  6 09:21:07 2010	(r210920)
@@ -50,7 +50,7 @@ The
 .Fn sctp_peeloff
 system call attempts detach the association specified by
 .Fa id
-into its own seperate socket.
+into its own separate socket.
 .Pp
 .Sh RETURN VALUES
 The call returns -1 on failure and the new socket descriptor

Modified: stable/7/share/man/man4/isp.4
==============================================================================
--- stable/7/share/man/man4/isp.4	Fri Aug  6 09:08:18 2010	(r210919)
+++ stable/7/share/man/man4/isp.4	Fri Aug  6 09:21:07 2010	(r210920)
@@ -207,7 +207,7 @@ for the values.
 This value says how long to wait in seconds after loop has gone down before
 giving up and expiring all of the devices that were visible.
 The default is 300 seconds (5 minutes).
-A seperate (nonadjustable) timeout is used when
+A separate (nonadjustable) timeout is used when
 booting to not stop booting on lack of FC connectivity.
 .It Va dev.isp.N.gone_device_time
 This value says how long to wait for devices to reappear if they (temporarily)

Modified: stable/7/tools/debugscripts/README
==============================================================================
--- stable/7/tools/debugscripts/README	Fri Aug  6 09:08:18 2010	(r210919)
+++ stable/7/tools/debugscripts/README	Fri Aug  6 09:21:07 2010	(r210920)
@@ -15,7 +15,7 @@ perform kernel debugging, you would do:
 
 
 This directory also contains a kgdb script that given a crash dump number
-automaticly extract the path to the kernel source, run gdb to extract
+automatically extract the path to the kernel source, run gdb to extract
 information about kernel modules loaded, and then rerun gdb loading the
 necessary symbols for the modules.  You need to make sure you build the
-modules w/ debugging symbols seperately to get things to work.
+modules w/ debugging symbols separately to get things to work.

Modified: stable/7/usr.sbin/sysinstall/help/options.hlp
==============================================================================
--- stable/7/usr.sbin/sysinstall/help/options.hlp	Fri Aug  6 09:08:18 2010	(r210919)
+++ stable/7/usr.sbin/sysinstall/help/options.hlp	Fri Aug  6 09:21:07 2010	(r210920)
@@ -152,7 +152,7 @@ Package Temp:  Where package temporary f
 
    Some packages, like emacs, can use a LOT of temporary space - up to
    20 or 30MB.  If you are going to configure a small / directory and no
-   seperate /var (and hence a small /var/tmp), then you may wish to set
+   separate /var (and hence a small /var/tmp), then you may wish to set
    this to point at another location (say, /usr/tmp).
 
 

Modified: stable/7/usr.sbin/ugidfw/ugidfw.8
==============================================================================
--- stable/7/usr.sbin/ugidfw/ugidfw.8	Fri Aug  6 09:08:18 2010	(r210919)
+++ stable/7/usr.sbin/ugidfw/ugidfw.8	Fri Aug  6 09:21:07 2010	(r210920)
@@ -223,8 +223,7 @@ The subject can be required to have a pa
 .Ar uid
 and/or
 .Ar gid .
-A range of uids/gids can be specified,
-seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
 The subject can be required to be in a particular jail with the
 .Ar jailid .
 .It Xo
@@ -274,9 +273,9 @@ Objects can be required to be owned by t
 .Ar uid
 and/or
 .Ar gid .
-A range of uids/gids can be specified, seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
 The object can be required to be in a particular filesystem by
-specifing the filesystem using
+specifying the filesystem using
 .Cm filesys .
 Note,
 if the filesystem is unmounted and remounted,
_______________________________________________
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-unsubscribe@freebsd.org"