FreeBSD Bugzilla – Attachment 124214 Details for
Bug 167713
gnroff mandoc style, usage mistake or typos. (man2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.84 KB, created by
Nobuyuki Koganemaru
on 2012-05-08 18:30:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Nobuyuki Koganemaru
Created:
2012-05-08 18:30:07 UTC
Size:
4.84 KB
patch
obsolete
>diff -u ffclock.2.orig ./ffclock.2 >--- ffclock.2.orig 2012-05-09 02:03:28.000000000 +0900 >+++ ./ffclock.2 2012-05-09 02:04:26.000000000 +0900 >@@ -34,7 +34,7 @@ > .Nm ffclock_getcounter , > .Nm ffclock_getestimate , > .Nm ffclock_setestimate >-.Nd Retrieve feed-forward counter, get and set feed-forward clock estimates. >+.Nd Retrieve feed-forward counter, get and set feed-forward clock estimates > .Sh LIBRARY > .Lb libc > .Sh SYNOPSIS >@@ -59,7 +59,7 @@ > .Em timestamp > is a cumulative value of the ticks of the timecounter, which can be converted > into seconds by using the feed-forward >-.Em clock estimates. >+.Em clock estimates . > .Pp > The > .Fn ffclock_getcounter >diff -u ktrace.2.orig ./ktrace.2 >--- ktrace.2.orig 2012-05-09 02:04:54.000000000 +0900 >+++ ./ktrace.2 2012-05-09 02:05:13.000000000 +0900 >@@ -127,7 +127,7 @@ > that the record was generated. > The > .Va ktr_tid >-field holds a threadid. >+field holds a thread id. > .Pp > The generic header is followed by > .Va ktr_len >diff -u msgsnd.2.orig ./msgsnd.2 >--- msgsnd.2.orig 2012-05-09 02:07:52.000000000 +0900 >+++ ./msgsnd.2 2012-05-09 02:08:43.000000000 +0900 >@@ -139,7 +139,7 @@ > The > .Fa msqid > argument >-is not a valid message queue identifier >+is not a valid message queue identifier. > .Pp > The message queue was removed while > .Fn msgsnd >diff -u pathconf.2.orig ./pathconf.2 >--- pathconf.2.orig 2012-05-09 02:08:57.000000000 +0900 >+++ ./pathconf.2 2012-05-09 02:09:27.000000000 +0900 >@@ -165,7 +165,7 @@ > specified file, otherwise 0. > .It Li _PC_MIN_HOLE_SIZE > If a file system supports the reporting of holes (see >-.Xr lseek 2 , >+.Xr lseek 2 ) , > .Fn pathconf > and > .Fn fpathconf >diff -u rtprio.2.orig ./rtprio.2 >--- rtprio.2.orig 2012-05-09 02:09:39.000000000 +0900 >+++ ./rtprio.2 2012-05-09 02:11:21.000000000 +0900 >@@ -132,7 +132,8 @@ > The priority specified by the > .Va prio > field ranges between 0 and >-.Dv RTP_PRIO_MAX (usually 31) . >+.Dv RTP_PRIO_MAX >+(usually 31). > 0 is the highest possible priority. > .Pp > Realtime and idle priority is inherited through fork() and exec(). >@@ -149,7 +150,7 @@ > The > .Fn rtprio > system call >-will fail if >+will fail if: > .Bl -tag -width Er > .It Bq Er EINVAL > The specified >@@ -175,7 +176,7 @@ > .Xr setpriority 2 , > .Xr nice 3 , > .Xr renice 8 , >-.Xr p_cansee 9 . >+.Xr p_cansee 9 > .Sh AUTHORS > .An -nosplit > The original author was >diff -u setfib.2.orig ./setfib.2 >--- setfib.2.orig 2012-05-09 02:11:36.000000000 +0900 >+++ ./setfib.2 2012-05-09 02:11:47.000000000 +0900 >@@ -95,7 +95,8 @@ > .Fx > extension however similar extensions > have been added to many other >-.Ux style kernels. >+.Ux >+style kernels. > .Sh HISTORY > The > .Fn setfib >diff -u shm_open.2.orig ./shm_open.2 >--- shm_open.2.orig 2012-05-09 02:12:10.000000000 +0900 >+++ ./shm_open.2 2012-05-09 02:12:22.000000000 +0900 >@@ -88,7 +88,7 @@ > then > .Fn shm_open > will fail with >-.Er EEXIST. >+.Er EEXIST . > .Pp > Newly created objects start off with a size of zero. > If an existing shared memory object is opened with >diff -u sigpause.2.orig ./sigpause.2 >--- sigpause.2.orig 2012-05-09 02:12:33.000000000 +0900 >+++ ./sigpause.2 2012-05-09 02:13:19.000000000 +0900 >@@ -62,7 +62,7 @@ > .Sy This interface is made obsolete by > .Xr sigsuspend 2 > .Sy and >-.Xr sigaction 2 >+.Xr sigaction 2 . > .Pp > The > .Fn sigset >@@ -172,7 +172,8 @@ > if the signal had been blocked and the signal's previous disposition if > it had not been blocked. > Otherwise, >-.Dv SIG_ERR is returned and >+.Dv SIG_ERR >+is returned and > .Va errno > set to indicate the error. > .Pp >diff -u sigqueue.2.orig ./sigqueue.2 >--- sigqueue.2.orig 2012-05-09 02:13:29.000000000 +0900 >+++ ./sigqueue.2 2012-05-09 02:13:43.000000000 +0900 >@@ -141,7 +141,7 @@ > The > .Fn sigqueue > system call conforms to >-.St -p1003.1-2004 >+.St -p1003.1-2004 . > .Sh HISTORY > Support for > .Tn POSIX >diff -u timer_create.2.orig ./timer_create.2 >--- timer_create.2.orig 2012-05-09 02:13:58.000000000 +0900 >+++ ./timer_create.2 2012-05-09 02:14:17.000000000 +0900 >@@ -157,7 +157,7 @@ > The > .Fn timer_create > system call conforms to >-.St -p1003.1-2004 >+.St -p1003.1-2004 . > .Sh HISTORY > Support for > .Tn POSIX >diff -u timer_delete.2.orig ./timer_delete.2 >--- timer_delete.2.orig 2012-05-09 02:14:25.000000000 +0900 >+++ ./timer_delete.2 2012-05-09 02:14:40.000000000 +0900 >@@ -72,7 +72,7 @@ > The > .Fn timer_delete > system call conforms to >-.St -p1003.1-2004 >+.St -p1003.1-2004 . > .Sh HISTORY > Support for > .Tn POSIX >diff -u timer_settime.2.orig ./timer_settime.2 >--- timer_settime.2.orig 2012-05-09 02:14:51.000000000 +0900 >+++ ./timer_settime.2 2012-05-09 02:15:01.000000000 +0900 >@@ -257,7 +257,7 @@ > and > .Fn timer_settime > system calls conform to >-.St -p1003.1-2004 >+.St -p1003.1-2004 . > .Sh HISTORY > Support for > .Tn POSIX >diff -u unlink.2.orig ./unlink.2 >--- unlink.2.orig 2012-05-09 02:15:13.000000000 +0900 >+++ ./unlink.2 2012-05-09 02:15:22.000000000 +0900 >@@ -157,7 +157,7 @@ > .Fn unlink , > the > .Fn unlinkat >-may fail if >+may fail if: > .Bl -tag -width Er > .It Bq Er EBADF > The
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167713
: 124214