diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-22 22:05:59 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-22 22:05:59 +0000 |
| commit | bf5a138ec42c842d9402e45de366f7b71e267e42 (patch) | |
| tree | 6d567531aa723650fda7eb154a0b70535bb19e38 /lib/libc/compat-43 | |
| parent | 0982f4916f9e0def1dbeb907dcd4482ecb545586 (diff) | |
Notes
Diffstat (limited to 'lib/libc/compat-43')
| -rw-r--r-- | lib/libc/compat-43/creat.2 | 2 | ||||
| -rw-r--r-- | lib/libc/compat-43/killpg.2 | 2 | ||||
| -rw-r--r-- | lib/libc/compat-43/sigblock.2 | 2 | ||||
| -rw-r--r-- | lib/libc/compat-43/sigpause.2 | 2 | ||||
| -rw-r--r-- | lib/libc/compat-43/sigsetmask.2 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/compat-43/creat.2 b/lib/libc/compat-43/creat.2 index 826909a45b2fa..cc11290a1a255 100644 --- a/lib/libc/compat-43/creat.2 +++ b/lib/libc/compat-43/creat.2 @@ -56,5 +56,5 @@ open(path, O_CREAT | O_TRUNC | O_WRONLY, mode); .Xr open 2 .Sh HISTORY The -.Nm +.Fn creat function call appeared in Version 6 AT&T UNIX. diff --git a/lib/libc/compat-43/killpg.2 b/lib/libc/compat-43/killpg.2 index b57e4062afdb3..8683b7d6b295e 100644 --- a/lib/libc/compat-43/killpg.2 +++ b/lib/libc/compat-43/killpg.2 @@ -90,6 +90,6 @@ of the sending process. .Xr sigaction 2 .Sh HISTORY The -.Nm +.Fn killpg function call appeared in .Bx 4.0 . diff --git a/lib/libc/compat-43/sigblock.2 b/lib/libc/compat-43/sigblock.2 index 60e425112e09f..14b73fac1d614 100644 --- a/lib/libc/compat-43/sigblock.2 +++ b/lib/libc/compat-43/sigblock.2 @@ -78,7 +78,7 @@ The previous set of masked signals is returned. .Xr sigsetops 3 .Sh HISTORY The -.Nm +.Fn sigblock function call appeared in .Bx 4.2 and has been deprecated. diff --git a/lib/libc/compat-43/sigpause.2 b/lib/libc/compat-43/sigpause.2 index 7c6c097619cbd..bc472ea0085c5 100644 --- a/lib/libc/compat-43/sigpause.2 +++ b/lib/libc/compat-43/sigpause.2 @@ -68,7 +68,7 @@ set to .Xr sigvec 2 .Sh HISTORY The -.Nm +.Fn sigpause function call appeared in .Bx 4.2 and has been deprecated. diff --git a/lib/libc/compat-43/sigsetmask.2 b/lib/libc/compat-43/sigsetmask.2 index 13b7c1a1fa69c..dad6977a60930 100644 --- a/lib/libc/compat-43/sigsetmask.2 +++ b/lib/libc/compat-43/sigsetmask.2 @@ -76,7 +76,7 @@ The previous set of masked signals is returned. .Xr sigsetops 3 .Sh HISTORY The -.Nm +.Fn sigsetmask function call appeared in .Bx 4.2 and has been deprecated. |
