diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-04-14 19:08:06 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-04-14 19:08:06 +0000 |
commit | aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744 (patch) | |
tree | 2671e136a6b1e08e763e43a9271f94a2d3833f89 /lib/libutil | |
parent | c5ff2cdb99c0a70595a3d13be9c5d88741b5d3af (diff) | |
download | src-aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744.tar.gz src-aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744.zip |
mdoc: order prologue macros consistently by Dd/Dt/Os
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
Notes
Notes:
svn path=/head/; revision=206622
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/_secure_path.3 | 2 | ||||
-rw-r--r-- | lib/libutil/auth.3 | 2 | ||||
-rw-r--r-- | lib/libutil/hexdump.3 | 2 | ||||
-rw-r--r-- | lib/libutil/kinfo_getfile.3 | 2 | ||||
-rw-r--r-- | lib/libutil/kinfo_getvmmap.3 | 2 | ||||
-rw-r--r-- | lib/libutil/kld.3 | 2 | ||||
-rw-r--r-- | lib/libutil/login_auth.3 | 2 | ||||
-rw-r--r-- | lib/libutil/login_cap.3 | 2 | ||||
-rw-r--r-- | lib/libutil/login_class.3 | 2 | ||||
-rw-r--r-- | lib/libutil/login_ok.3 | 2 | ||||
-rw-r--r-- | lib/libutil/login_times.3 | 2 | ||||
-rw-r--r-- | lib/libutil/login_tty.3 | 2 | ||||
-rw-r--r-- | lib/libutil/property.3 | 2 | ||||
-rw-r--r-- | lib/libutil/pty.3 | 2 | ||||
-rw-r--r-- | lib/libutil/realhostname.3 | 2 | ||||
-rw-r--r-- | lib/libutil/realhostname_sa.3 | 2 | ||||
-rw-r--r-- | lib/libutil/trimdomain.3 | 2 | ||||
-rw-r--r-- | lib/libutil/uucplock.3 | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3 index fe23d12b2b9f..cf89315a89e0 100644 --- a/lib/libutil/_secure_path.3 +++ b/lib/libutil/_secure_path.3 @@ -20,8 +20,8 @@ .\" $FreeBSD$ .\" .Dd May 2, 1997 -.Os .Dt _SECURE_PATH 3 +.Os .Sh NAME .Nm _secure_path .Nd determine if a file appears to be secure diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3 index 3a1bb4dd4dbf..247a09859141 100644 --- a/lib/libutil/auth.3 +++ b/lib/libutil/auth.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" " .Dd October 7, 1998 -.Os .Dt AUTH_GETVAL 3 +.Os .Sh NAME .Nm auth_getval .Nd functions for reading values from diff --git a/lib/libutil/hexdump.3 b/lib/libutil/hexdump.3 index cc004f61bb33..8e997ac24b4d 100644 --- a/lib/libutil/hexdump.3 +++ b/lib/libutil/hexdump.3 @@ -29,8 +29,8 @@ .\" $FreeBSD$ .\" .Dd July 1, 2008 -.Os .Dt HEXDUMP 3 +.Os .Sh NAME .Nm hexdump .Nd "dump a block of bytes to standard out in hexadecimal form" diff --git a/lib/libutil/kinfo_getfile.3 b/lib/libutil/kinfo_getfile.3 index 5705bf774d68..c0b0b0220215 100644 --- a/lib/libutil/kinfo_getfile.3 +++ b/lib/libutil/kinfo_getfile.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" .Dd December 6, 2008 -.Os .Dt KINFO_GETFILE 3 +.Os .Sh NAME .Nm kinfo_getfile .Nd function for getting per-process file descriptor information diff --git a/lib/libutil/kinfo_getvmmap.3 b/lib/libutil/kinfo_getvmmap.3 index 0f12b675ac3d..7aa46fc102e0 100644 --- a/lib/libutil/kinfo_getvmmap.3 +++ b/lib/libutil/kinfo_getvmmap.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" .Dd December 6, 2008 -.Os .Dt KINFO_GETVMMAP 3 +.Os .Sh NAME .Nm kinfo_getvmmap .Nd function for getting per-process memory map information diff --git a/lib/libutil/kld.3 b/lib/libutil/kld.3 index cc34fa1a0406..6b77c47fc0db 100644 --- a/lib/libutil/kld.3 +++ b/lib/libutil/kld.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" .Dd February 18, 2006 -.Os .Dt KLD 3 +.Os .Sh NAME .Nm kld_isloaded , .Nm kld_load diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3 index 3750bd69182b..003f6e92ac02 100644 --- a/lib/libutil/login_auth.3 +++ b/lib/libutil/login_auth.3 @@ -20,8 +20,8 @@ .\" $FreeBSD$ .\" .Dd December 29, 1996 -.Os .Dt LOGIN_AUTH 3 +.Os .Sh NAME .\" .Nm authenticate .\" .Nm auth_script diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3 index 7ecefffb2a3e..bdab56eba50a 100644 --- a/lib/libutil/login_cap.3 +++ b/lib/libutil/login_cap.3 @@ -20,8 +20,8 @@ .\" $FreeBSD$ .\" .Dd June 14, 2007 -.Os .Dt LOGIN_CAP 3 +.Os .Sh NAME .Nm login_close , .Nm login_getcapbool , diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3 index 75ccccc14499..083e94289d14 100644 --- a/lib/libutil/login_class.3 +++ b/lib/libutil/login_class.3 @@ -20,8 +20,8 @@ .\" $FreeBSD$ .\" .Dd October 20, 2008 -.Os .Dt LOGIN_CLASS 3 +.Os .Sh NAME .Nm setclasscontext , .Nm setclasscpumask , diff --git a/lib/libutil/login_ok.3 b/lib/libutil/login_ok.3 index 1bb6236c243b..9022ff55d3a2 100644 --- a/lib/libutil/login_ok.3 +++ b/lib/libutil/login_ok.3 @@ -20,8 +20,8 @@ .\" $FreeBSD$ .\" .Dd January 2, 1997 -.Os .Dt LOGIN_OK 3 +.Os .Sh NAME .Nm auth_ttyok , .Nm auth_hostok , diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3 index a1444843d42b..9d1f88d858c2 100644 --- a/lib/libutil/login_times.3 +++ b/lib/libutil/login_times.3 @@ -20,8 +20,8 @@ .\" $FreeBSD$ .\" .Dd October 20, 2008 -.Os .Dt LOGIN_TIMES 3 +.Os .Sh NAME .Nm parse_lt , .Nm in_lt , diff --git a/lib/libutil/login_tty.3 b/lib/libutil/login_tty.3 index 6303d685e034..907b97cd5cf7 100644 --- a/lib/libutil/login_tty.3 +++ b/lib/libutil/login_tty.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" " .Dd December 29, 1996 -.Os .Dt LOGIN_TTY 3 +.Os .Sh NAME .Nm login_tty .Nd prepare a tty for a new login session diff --git a/lib/libutil/property.3 b/lib/libutil/property.3 index 61eb15399098..51f7e14928f5 100644 --- a/lib/libutil/property.3 +++ b/lib/libutil/property.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" " .Dd October 7, 1998 -.Os .Dt PROPERTIES 3 +.Os .Sh NAME .Nm properties_read , .Nm propery_find , diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3 index 08a5985b6841..f71cc5323d72 100644 --- a/lib/libutil/pty.3 +++ b/lib/libutil/pty.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" " .Dd December 29, 1996 -.Os .Dt PTY 3 +.Os .Sh NAME .Nm openpty , .Nm forkpty diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3 index fd64d4c6966e..9f5a6c5ddc6e 100644 --- a/lib/libutil/realhostname.3 +++ b/lib/libutil/realhostname.3 @@ -25,8 +25,8 @@ .\" $FreeBSD$ .\" .Dd April 6, 1999 -.Os .Dt REALHOSTNAME 3 +.Os .Sh NAME .Nm realhostname .Nd "convert an IP number to the real host name" diff --git a/lib/libutil/realhostname_sa.3 b/lib/libutil/realhostname_sa.3 index 9f7f0dfb0224..3fd44a442b11 100644 --- a/lib/libutil/realhostname_sa.3 +++ b/lib/libutil/realhostname_sa.3 @@ -52,8 +52,8 @@ .\" $FreeBSD$ .\" .Dd January 11, 2000 -.Os .Dt REALHOSTNAME_SA 3 +.Os .Sh NAME .Nm realhostname_sa .Nd "convert a" diff --git a/lib/libutil/trimdomain.3 b/lib/libutil/trimdomain.3 index f01e884e7870..8d600c019213 100644 --- a/lib/libutil/trimdomain.3 +++ b/lib/libutil/trimdomain.3 @@ -25,8 +25,8 @@ .\" $FreeBSD$ .\" .Dd April 7, 1999 -.Os .Dt TRIMDOMAIN 3 +.Os .Sh NAME .Nm trimdomain .Nd "trim the current domain name from a host name" diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index 5f75c7f94e99..5d8647d03191 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" " .Dd March 30, 1997 -.Os .Dt UUCPLOCK 3 +.Os .Sh NAME .Nm uu_lock , .Nm uu_unlock , |