mdoc.7 (bbf215553c7233fbab8a0afdf1fac74c44781867) mdoc.7 (c55633c3b85a97a093b3f79f341aee08eb6bd15b)
1.\" $Id: mdoc.7,v 1.287 2021/07/29 17:32:01 schwarze Exp $
2.\"
3.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
4.\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.

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

14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.\"
19.\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
20.\" Copyright 2018 Nexenta Systems, Inc.
21.\"
1.\" $Id: mdoc.7,v 1.287 2021/07/29 17:32:01 schwarze Exp $
2.\"
3.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
4.\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.

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

14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.\"
19.\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
20.\" Copyright 2018 Nexenta Systems, Inc.
21.\"
22.Dd $Mdocdate: July 29 2021 $
22.Dd March 30, 2022
23.Dt MDOC 7
24.Os
25.Sh NAME
26.Nm mdoc
27.Nd semantic markup language for formatting manual pages
28.Sh DESCRIPTION
29The
30.Nm mdoc

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

411Indicates that the interface is defined by one or more standards bodies.
412Generally, changes to the interface will be carefully managed to conform
413to the relevant standards.
414These interfaces are generally the most suitable for use in portable programs.
415.It Nm Committed
416Indicates that the interface is intended to be preserved for the long-haul, and
417will rarely, if ever change, and never without notification (barring
418extraordinary and extenuating circumstances).
23.Dt MDOC 7
24.Os
25.Sh NAME
26.Nm mdoc
27.Nd semantic markup language for formatting manual pages
28.Sh DESCRIPTION
29The
30.Nm mdoc

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

411Indicates that the interface is defined by one or more standards bodies.
412Generally, changes to the interface will be carefully managed to conform
413to the relevant standards.
414These interfaces are generally the most suitable for use in portable programs.
415.It Nm Committed
416Indicates that the interface is intended to be preserved for the long-haul, and
417will rarely, if ever change, and never without notification (barring
418extraordinary and extenuating circumstances).
419These interfaces are preferred over other interfaces with the exeception of
419These interfaces are preferred over other interfaces with the exception of
420.Nm Standard
421interfaces.
422.It Nm Uncommitted
423Indicates that the interface may change.
424Generally, changes to these interfaces should be infrequent, and some effort
425will be made to address compatibility considerations when changing or removing
426such interfaces.
427However, there is no firm commitment to the preservation of the interface.

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

2179.Xr mandoc 1
2180uses its
2181.Fl Ios
2182argument or, if that isn't specified either,
2183.Fa sysname
2184and
2185.Fa release
2186as returned by
420.Nm Standard
421interfaces.
422.It Nm Uncommitted
423Indicates that the interface may change.
424Generally, changes to these interfaces should be infrequent, and some effort
425will be made to address compatibility considerations when changing or removing
426such interfaces.
427However, there is no firm commitment to the preservation of the interface.

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

2179.Xr mandoc 1
2180uses its
2181.Fl Ios
2182argument or, if that isn't specified either,
2183.Fa sysname
2184and
2185.Fa release
2186as returned by
2187.Xr uname 3 .
2187.Xr uname 2 .
2188.Pp
2189Examples:
2190.Dl \&.Os
2191.Dl \&.Os KTH/CSC/TCS
2192.Dl \&.Os BSD 4.3
2193.Pp
2194See also
2195.Ic \&Dd

--- 1142 unchanged lines hidden ---
2188.Pp
2189Examples:
2190.Dl \&.Os
2191.Dl \&.Os KTH/CSC/TCS
2192.Dl \&.Os BSD 4.3
2193.Pp
2194See also
2195.Ic \&Dd

--- 1142 unchanged lines hidden ---