Module Name: src Committed By: wiz Date: Mon Apr 20 06:50:13 UTC 2015
Modified Files: src/share/man/man5: modules.conf.5 src/share/man/man9: buffercache.9 Log Message: Add missing .El. From Henning Petersen in PR 49845. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man5/modules.conf.5 cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/buffercache.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man5/modules.conf.5 diff -u src/share/man/man5/modules.conf.5:1.1 src/share/man/man5/modules.conf.5:1.2 --- src/share/man/man5/modules.conf.5:1.1 Sat Mar 21 19:10:43 2015 +++ src/share/man/man5/modules.conf.5 Mon Apr 20 06:50:13 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: modules.conf.5,v 1.1 2015/03/21 19:10:43 jmcneill Exp $ +.\" $NetBSD: modules.conf.5,v 1.2 2015/04/20 06:50:13 wiz Exp $ .\" .\" Copyright (c) 2015 Jared McNeill <jmcne...@invisible.ca> .\" All rights reserved. @@ -53,6 +53,7 @@ configuration file resides in .Xr rc.d 8 script that parses .Nm . +.El .Sh SEE ALSO .Xr modload 8 , .Xr rc 8 Index: src/share/man/man9/buffercache.9 diff -u src/share/man/man9/buffercache.9:1.29 src/share/man/man9/buffercache.9:1.30 --- src/share/man/man9/buffercache.9:1.29 Sun Mar 29 21:02:06 2015 +++ src/share/man/man9/buffercache.9 Mon Apr 20 06:50:13 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: buffercache.9,v 1.29 2015/03/29 21:02:06 riastradh Exp $ +.\" $NetBSD: buffercache.9,v 1.30 2015/04/20 06:50:13 wiz Exp $ .\" .\" Copyright (c)2003 YAMAMOTO Takashi, .\" All rights reserved. @@ -306,6 +306,7 @@ the buffer's additional contents. .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .It Fn brelse "bp" "set" Unbusy a buffer and release it to the free lists. +.El .\" ------------------------------------------------------------ .Sh CODE REFERENCES The buffer cache subsystem is implemented within the file