diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-12 10:01:06 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-12 10:01:06 +0000 |
| commit | 63d46d1d5e917088f08cafa7f9b328073417d7e7 (patch) | |
| tree | 19e97d3d146d965075d184a33b4998b1d300ee97 /lib | |
| parent | 9b03990a13b1d8207e59dde00e03432fbf20c768 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/compat-43/sigpause.2 | 1 | ||||
| -rw-r--r-- | lib/libgssapi/gss_init_sec_context.3 | 2 | ||||
| -rw-r--r-- | lib/libgssapi/gss_unwrap.3 | 1 | ||||
| -rw-r--r-- | lib/libkvm/kvm_getpcpu.3 | 2 | ||||
| -rw-r--r-- | lib/librpcsec_gss/rpcsec_gss.3 | 1 | ||||
| -rw-r--r-- | lib/msun/man/cimag.3 | 2 |
6 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/compat-43/sigpause.2 b/lib/libc/compat-43/sigpause.2 index bf3cf0bef8fa..d6271f1d8dfe 100644 --- a/lib/libc/compat-43/sigpause.2 +++ b/lib/libc/compat-43/sigpause.2 @@ -195,6 +195,7 @@ functions, an attempt was made to catch or ignore .Dv SIGKILL or .Dv SIGSTOP . +.El .Sh SEE ALSO .Xr kill 2 , .Xr sigaction 2 , diff --git a/lib/libgssapi/gss_init_sec_context.3 b/lib/libgssapi/gss_init_sec_context.3 index 787aff327217..278dd17979b5 100644 --- a/lib/libgssapi/gss_init_sec_context.3 +++ b/lib/libgssapi/gss_init_sec_context.3 @@ -153,7 +153,7 @@ The values of the .Dv GSS_C_MUTUAL_FLAG , .Dv GSS_C_REPLAY_FLAG , .Dv GSS_C_SEQUENCE_FLAG , -.Fv GSS_C_CONF_FLAG , +.Dv GSS_C_CONF_FLAG , .Dv GSS_C_INTEG_FLAG and .Dv GSS_C_ANON_FLAG bits returned via the .Fa ret_flags diff --git a/lib/libgssapi/gss_unwrap.3 b/lib/libgssapi/gss_unwrap.3 index 4cf3c6d22cb6..cc75782310b4 100644 --- a/lib/libgssapi/gss_unwrap.3 +++ b/lib/libgssapi/gss_unwrap.3 @@ -155,6 +155,7 @@ The context_handle parameter did not identify a valid context. Generic Security Service Application Program Interface Version 2, Update 1 .It RFC 2744 Generic Security Service API Version 2 : C-bindings +.El .Sh HISTORY The .Nm diff --git a/lib/libkvm/kvm_getpcpu.3 b/lib/libkvm/kvm_getpcpu.3 index f2deda935ad8..92036ca5fa56 100644 --- a/lib/libkvm/kvm_getpcpu.3 +++ b/lib/libkvm/kvm_getpcpu.3 @@ -96,7 +96,7 @@ will return pointers to that data on the appropriate CPU. .Sh CACHING .Fn kvm_getmaxcpu and -.Vn kvm_getpcpu +.Fn kvm_getpcpu cache the nlist values for various kernel variables which are reused in successive calls. You may call either function with diff --git a/lib/librpcsec_gss/rpcsec_gss.3 b/lib/librpcsec_gss/rpcsec_gss.3 index dfc95ec972f3..e688afb20cc6 100644 --- a/lib/librpcsec_gss/rpcsec_gss.3 +++ b/lib/librpcsec_gss/rpcsec_gss.3 @@ -173,6 +173,7 @@ typedef struct { #define RPC_GSS_ER_SUCCESS 0 /* no error */ #define RPC_GSS_ER_SYSTEMERROR 1 /* system error */ .Ed +.El .Sh INDEX .Bl -tag -width "MMMM" .It Xr rpc_gss_seccreate 3 diff --git a/lib/msun/man/cimag.3 b/lib/msun/man/cimag.3 index 18fefc473d13..6661ad2e908b 100644 --- a/lib/msun/man/cimag.3 +++ b/lib/msun/man/cimag.3 @@ -118,4 +118,4 @@ functions first appeared in The .Fn cproj functions appeared in -.Fx 8.0. +.Fx 8.0 . |
