example.3 (02c4d9cff73117df900a5e94f301934732a27c0a) | example.3 (03e563d7dc415d00b5511a44bdaf7bfeabe2e376) |
---|---|
1.\" Copyright (c) [year] [your name] 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 29 unchanged lines hidden (view full) --- 38.Sh LIBRARY 39.\" Note: list of available libraries is available in mdoc(7) 40.Lb libc 41.Sh SYNOPSIS 42.Fd #include <example.h> 43.Ft int 44.Fn example "char *ptr" "int mode" 45.Sh DESCRIPTION | 1.\" Copyright (c) [year] [your name] 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 29 unchanged lines hidden (view full) --- 38.Sh LIBRARY 39.\" Note: list of available libraries is available in mdoc(7) 40.Lb libc 41.Sh SYNOPSIS 42.Fd #include <example.h> 43.Ft int 44.Fn example "char *ptr" "int mode" 45.Sh DESCRIPTION |
46This is an example library function manual page for 47the | 46This is an example library function manual page for the |
48.Fn example | 47.Fn example |
49function. It is intended 50that this example can be used as a template when writing 51a new manual page. | 48function. 49It is intended that this example can be used as a template 50when writing a new manual page. |
52.Pp 53The 54.Fn example 55function takes two arguments: 56.Fa ptr 57and 58.Fa mode . 59The argument --- 264 unchanged lines hidden --- | 51.Pp 52The 53.Fn example 54function takes two arguments: 55.Fa ptr 56and 57.Fa mode . 58The argument --- 264 unchanged lines hidden --- |