diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-19 14:44:13 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-19 14:44:13 +0000 |
| commit | 4a70bdf9f6cc94497a333307fd5fb2ac32b4cbf1 (patch) | |
| tree | 148e42c669e378409540cbcb676ff7af88ff3019 | |
| parent | 7ebc82d6ec198298f05a3c145d87e7deab8d8b21 (diff) | |
Notes
| -rw-r--r-- | bin/domainname/domainname.1 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/sigreturn.2 | 4 | ||||
| -rw-r--r-- | share/man/man5/sysctl.conf.5 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1 index 9a67bdabef58..5120165b3282 100644 --- a/bin/domainname/domainname.1 +++ b/bin/domainname/domainname.1 @@ -60,6 +60,6 @@ convenience. The .Nm command appeared in -.Fx -1.1, based on a similar command in +.Fx 1.1 , +based on a similar command in .Tn SunOS . diff --git a/lib/libc/sys/sigreturn.2 b/lib/libc/sys/sigreturn.2 index 97173455975f..e5b186a2e44d 100644 --- a/lib/libc/sys/sigreturn.2 +++ b/lib/libc/sys/sigreturn.2 @@ -84,8 +84,8 @@ This system call is used by the trampoline code and .Xr longjmp 3 when returning from a signal to the previously executing program. .Sh NOTES -This system call is not available in 4.2 -.Bx +This system call is not available in +.Bx 4.2 hence it should not be used if backward compatibility is needed. .Sh RETURN VALUES If successful, the system call does not return. diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5 index 194bfcedfdf6..f8e42db71bd3 100644 --- a/share/man/man5/sysctl.conf.5 +++ b/share/man/man5/sysctl.conf.5 @@ -58,8 +58,8 @@ Initial settings for .Sh EXAMPLES To turn off logging of programs that exit due to fatal signals, as well as telling Linux programs that you are running -.Fx -3.4-STABLE, you may use +.Fx 3.4 Ns -STABLE , +you may use a configuration like .Bd -literal -offset indent # Configure logging and Linux execution. |
