diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-10-30 15:27:58 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-10-30 15:27:58 +0000 |
| commit | 8045deeaab6e3d74bf0dba5f7146d98d9f66e626 (patch) | |
| tree | ffd90129a27e8f50388924fefedac3faf3c90a6e | |
| parent | 9330a7971561ce73c9f9b49eba2ad6ac06d267f1 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/arc4random.3 | 5 | ||||
| -rw-r--r-- | lib/libc/gen/fnmatch.3 | 15 | ||||
| -rw-r--r-- | lib/libc/gen/fts.3 | 12 | ||||
| -rw-r--r-- | share/man/man4/update.4 | 6 | ||||
| -rw-r--r-- | share/man/man9/namei.9 | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/chpass.1 | 32 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 12 | ||||
| -rw-r--r-- | usr.bin/rsh/rsh.1 | 15 | ||||
| -rw-r--r-- | usr.sbin/kbdcontrol/kbdcontrol.1 | 3 |
9 files changed, 63 insertions, 39 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3 index ba43b238c739..334bb7b132ad 100644 --- a/lib/libc/gen/arc4random.3 +++ b/lib/libc/gen/arc4random.3 @@ -28,13 +28,14 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" Manual page, using -mandoc macros +.\" $FreeBSD$ .\" .Dd April 15, 1997 .Dt ARC4RANDOM 3 .Os .Sh NAME -.Nm arc4random, -.Nm arc4random_stir, +.Nm arc4random , +.Nm arc4random_stir , .Nm arc4random_addrandom .Nd arc4 random number generator. .Sh SYNOPSIS diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 1da91a88c8cc..8b556b59fcfe 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -32,6 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95 +.\" $FreeBSD$ .\" .Dd April 28, 1995 .Dt FNMATCH 3 @@ -91,14 +92,20 @@ must be explicitly matched by periods in .Fa pattern . If this flag is not set, then leading periods are treated as regular characters. -The definition of ``leading'' is related to the specification of -.Dv FNM_PATHNAME. -A period is always ``leading'' if it is the first character in +The definition of +.Dq leading +is related to the specification of +.Dv FNM_PATHNAME . +A period is always +.Dq leading +if it is the first character in .Ar string . Additionally, if .Dv FNM_PATHNAME is set, -a period is ``leading'' if it immediately follows a slash. +a period is +leading +if it immediately follows a slash. .It Dv FNM_LEADING_DIR Ignore .Nm /* diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 6eacb38d928f..5ffaf9e91df0 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -60,7 +60,9 @@ functions are provided for traversing file hierarchies. A simple overview is that the .Fn fts_open -function returns a ``handle'' on a file hierarchy, which is then supplied to +function returns a +.Dq handle +on a file hierarchy, which is then supplied to the other .Nm fts functions. @@ -76,7 +78,9 @@ In general, directories are visited two distinguishable times; in pre-order (before any of their descendants are visited) and in post-order (after all of their descendants have been visited). Files are visited once. -It is possible to walk the hierarchy ``logically'' (ignoring symbolic links) +It is possible to walk the hierarchy +.Dq logically +(ignoring symbolic links) or physically (visiting symbolic links), order the walk of the hierarchy or prune and/or re-visit portions of the hierarchy. .Pp @@ -93,7 +97,9 @@ Normally, an .Fa FTSENT structure is returned for every file in the file hierarchy. -In this manual page, ``file'' and +In this manual page, +.Dq file +and .Dq Fa FTSENT No structure are generally interchangeable. diff --git a/share/man/man4/update.4 b/share/man/man4/update.4 index 76eaed1f91f6..8a16a248287e 100644 --- a/share/man/man4/update.4 +++ b/share/man/man4/update.4 @@ -68,7 +68,7 @@ function call to do the task. .Xr sysctl 8 .Sh BUGS It is possible on some systems that a -.Xr sync +.Xr sync 2 occurring simultaneously with a crash may cause file system damage. See .Xr fsck 8 . @@ -77,7 +77,9 @@ An .Nm update command appeared in .At v6 , -and was usually started by /etc/rc when the system went multi-user. +and was usually started by +.Pa /etc/rc +when the system went multi-user. A kernel initiated .Nm update process first appeared in diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index a90a5f4448d2..aa3f0913700b 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -156,7 +156,7 @@ the implementation of stacking layers that do full namespace escapes. .Sh SEE ALSO .Xr VFS 9 , .Xr vnode 9 , -src/sys/kern/vfs_lookup.c +.Pa src/sys/kern/vfs_lookup.c .Sh AUTHORS This man page was written by .An Eivind Eklund . diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index e0978b655e1a..763f6bdd2639 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -63,7 +63,9 @@ The super-user is allowed to directly supply a user database entry, in the format specified by .Xr passwd 5 , as an argument. -This argument must be a colon (``:'') separated list of all the +This argument must be a colon +.Pq Dq : +separated list of all the user database fields, although they may be empty. .It Fl p The super-user is allowed to directly supply an encrypted password field, @@ -163,7 +165,9 @@ Both the .Ar change and .Ar expire -fields should be entered in the form ``month day year'' where +fields should be entered in the form +.Dq month day year +where .Ar month is the month name (the first three characters are sufficient), .Ar day @@ -250,14 +254,15 @@ updates to the NIS maps, but editing the map source files by hand can be cumbersome. .Pp Note: these exceptions only apply when the NIS master server is a -FreeBSD system.) +.Fx +system). .Pp Consequently, except where noted, the following restrictions apply when .Nm chpass is used with NIS: .Bl -enum -offset indent .It -.Pa Only the shell and GECOS information may be changed. +.Em "Only the shell and GECOS information may be changed" . All other fields are restricted, even when .Nm chpass @@ -273,7 +278,7 @@ Exception: the super-user on the NIS master server is permitted to change any field. .Pp .It -.Pa Password authentication is required. +.Em "Password authentication is required" . .Nm Chpass will prompt for the user's NIS password before effecting any changes. If the password is invalid, all changes will be @@ -285,8 +290,7 @@ choose to turn off this feature using the .Fl o flag, described below.) .It -.Pa Adding new records to the local -.Pa password database is discouraged. +.Em "Adding new records to the local password database is discouraged" . .Nm Chpass will allow the administrator to add new records to the local password database while NIS is enabled, but this can lead to @@ -309,13 +313,15 @@ NIS maps instead, invoke chpass with the .Fl y flag. .It -.Pa Password changes are not permitted. +.Em "Password changes are not permitted". Users should use .Xr passwd 1 or .Xr yppasswd 1 to change their NIS passwords. The super-user is allowed to specify -a new password (even though the ``Password:'' field does not show +a new password (even though the +.Dq Password: +field does not show up in the editor template, the super-user may add it back by hand), but even the super-user must supply the user's original password otherwise @@ -369,7 +375,9 @@ slave, in a given NIS domain will do. .Pp When using the .Fl d -option, the hostname defaults to ``localhost.'' The +option, the hostname defaults to +.Dq localhost . +The .Fl h option can be used in conjunction with the .Fl d @@ -379,7 +387,7 @@ the default. .It Fl o Force the use of RPC-based updates when communicating with .Xr rpc.yppasswdd 8 -(``old-mode''). +.Pq Dq old-mode . When invoked by the super-user on the NIS master server, .Nm chpass allows unrestricted changes to the NIS passwd maps using dedicated, @@ -431,6 +439,6 @@ commands are really only links to User information should (and eventually will) be stored elsewhere. .Sh HISTORY The -.Nm +.Nm chpass command appeared in .Bx 4.3 Reno . diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 66b44673a109..9539856e6bf5 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,5 +1,6 @@ .\" @(#)rpcgen.1 1.35 93/06/02 SMI .\" Copyright 1985-1993 Sun Microsystems, Inc. +.\" $FreeBSD$ .Dd March 28, 1993 .Dt RPCGEN 1 .Os @@ -501,15 +502,12 @@ by tcp, use: .Dl example% rpcgen -n tcp -o prot_svc.c prot.x -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr cc 1 , .Xr rpc 3 , .Xr syslog 3 , .Xr inetd 8 .\" .BR rpc_svc_calls (3) -.Pp -The -.Nm -chapter in the -.Tn NETP -manual. +.Rs +.%T The Nm rpcgen No chapter in the NETP manual +.Re diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 2db48178b8e5..be348c47cfdb 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rsh.1 8.1 (Berkeley) 6/6/93 +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt RSH 1 @@ -50,7 +51,7 @@ executes .Ar command on -.Ar host . +.Ar host . .Pp .Nm Rsh copies its standard input to the remote command, the standard @@ -66,7 +67,7 @@ The options are as follows: Turn off all Kerberos authentication. .It Fl d Turn on socket debugging (using -.Xr setsockopt 2 ) +.Xr setsockopt 2 ) on the .Tn TCP sockets used for communication with the remote host. @@ -76,7 +77,7 @@ Cause to obtain tickets for the remote host in .Ar realm instead of the remote host's realm as determined by -.Xr krb_realmofhost 3 . +.Xr krb_realmofhost 3 . .It Fl l By default, the remote username is the same as the local username. The @@ -84,7 +85,7 @@ The option allows the remote name to be specified. Kerberos authentication is used, and authorization is determined as in -.Xr rlogin 1 . +.Xr rlogin 1 . .It Fl n Redirect input from the special device .Pa /dev/null @@ -104,7 +105,7 @@ data is sent or received in this time, rsh will exit. If no .Ar command is specified, you will be logged in on the remote host using -.Xr rlogin 1 . +.Xr rlogin 1 . .Pp Shell metacharacters which are not quoted are interpreted on local machine, while quoted metacharacters are interpreted on the remote machine. @@ -167,9 +168,9 @@ option. .Pp You cannot run an interactive command (like -.Xr rogue 6 +.Xr rogue 6 or -.Xr vi 1 ) +.Xr vi 1 ) using .Nm rsh ; use diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 9d34d33ce8c7..7326592c5bb3 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -11,6 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)kbdcontrol.1 +.\" $FreeBSD$ .\" .Dd June 30, 1999 .Dt KBDCONTROL 1 @@ -91,7 +92,6 @@ back to the kernel later by the .Fl l option above. .It Fl f Ar # Ar string -.\".BI "\-f\ " #\ string Set function key number .Ar # to send @@ -128,6 +128,7 @@ of little use under normal circumstances. .Sh KEYBOARD CONFIGURATION .Ss Boot Time Configuration You may set variables in +.Pa /etc/defaults/rc.conf , .Pa /etc/rc.conf or .Pa /etc/rc.conf.local |
