printf.9 (9b3ece1c2eb92a881cb2553271e123382bfe31c1) printf.9 (604f1c416c128565923d63ab4cd98d1a7ced0cf4)
1.\"
2.\" Copyright (c) 2001 Andrew R. Reiter
3.\" Copyright (c) 2004 Joerg Wunsch
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 16 unchanged lines hidden (view full) ---

25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD$
28.\"
29.Dd November 18, 2015
30.Dt PRINTF 9
31.Os
32.Sh NAME
1.\"
2.\" Copyright (c) 2001 Andrew R. Reiter
3.\" Copyright (c) 2004 Joerg Wunsch
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 16 unchanged lines hidden (view full) ---

25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD$
28.\"
29.Dd November 18, 2015
30.Dt PRINTF 9
31.Os
32.Sh NAME
33.Nm printf , uprintf , tprintf, log
33.Nm printf ,
34.Nm uprintf ,
35.Nm tprintf ,
36.Nm log
34.Nd formatted output conversion
35.Sh SYNOPSIS
36.In sys/types.h
37.In sys/systm.h
38.Ft int
39.Fn printf "const char *fmt" ...
40.Ft void
41.Fn tprintf "struct proc *p" "int pri" "const char *fmt" ...

--- 139 unchanged lines hidden ---
37.Nd formatted output conversion
38.Sh SYNOPSIS
39.In sys/types.h
40.In sys/systm.h
41.Ft int
42.Fn printf "const char *fmt" ...
43.Ft void
44.Fn tprintf "struct proc *p" "int pri" "const char *fmt" ...

--- 139 unchanged lines hidden ---